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));
	},
	RegisterTempUser: function(emailId) {
		return this.invoke("RegisterTempUser", {"emailId":emailId}, this.RegisterTempUser.getArguments().slice(1));
	},
	url: '/ajaxpro/authorSTREAM.BizLayer.clsRegister,App_Code.w6zvy2ss.ashx'
}));
authorSTREAM.BizLayer.clsRegister = new authorSTREAM.BizLayer.clsRegister_class();

