if(typeof LoveChannel == "undefined") LoveChannel={};
if(typeof LoveChannel.Web == "undefined") LoveChannel.Web={};
if(typeof LoveChannel.Web.Register1 == "undefined") LoveChannel.Web.Register1={};
LoveChannel.Web.Register1_class = function() {};
Object.extend(LoveChannel.Web.Register1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getNextClass: function(cid) {
		return this.invoke("getNextClass", {"cid":cid}, this.getNextClass.getArguments().slice(1));
	},
	CheckName: function(name) {
		return this.invoke("CheckName", {"name":name}, this.CheckName.getArguments().slice(1));
	},
	CheckEmail: function(email) {
		return this.invoke("CheckEmail", {"email":email}, this.CheckEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/LoveChannel.Web.Register1,App_Web_2h-ye4em.ashx'
}));
LoveChannel.Web.Register1 = new LoveChannel.Web.Register1_class();

