if(typeof authorSTREAM == "undefined") authorSTREAM={};
if(typeof authorSTREAM.BizLayer == "undefined") authorSTREAM.BizLayer={};
authorSTREAM.BizLayer.clsRegister_class = function() {};
Object.extend(authorSTREAM.BizLayer.clsRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckAvailability: function(p_strUserId) {
		return this.invoke("CheckAvailability", {"p_strUserId":p_strUserId}, this.CheckAvailability.getArguments().slice(1));
	},
	url: '/ajaxpro/authorSTREAM.BizLayer.clsRegister,App_Code.o1uskty5.ashx'
}));
authorSTREAM.BizLayer.clsRegister = new authorSTREAM.BizLayer.clsRegister_class();

