if(typeof greyUserReg == "undefined") greyUserReg={};
greyUserReg_class = function() {};
Object.extend(greyUserReg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UserNameIsExists: function(userName) {
		return this.invoke("UserNameIsExists", {"userName":userName}, this.UserNameIsExists.getArguments().slice(1));
	},
	EmailIsExists: function(email) {
		return this.invoke("EmailIsExists", {"email":email}, this.EmailIsExists.getArguments().slice(1));
	},
	SaveData: function(name, pwd1, pwd2, stremail, strGameId, strValidCode) {
		return this.invoke("SaveData", {"name":name, "pwd1":pwd1, "pwd2":pwd2, "stremail":stremail, "strGameId":strGameId, "strValidCode":strValidCode}, this.SaveData.getArguments().slice(6));
	},
	url: '/ajaxpro/greyUserReg,u.popwan.com.ashx'
}));
greyUserReg = new greyUserReg_class();

