if(typeof PW35COM == "undefined") PW35COM={};
if(typeof PW35COM.Web == "undefined") PW35COM.Web={};
if(typeof PW35COM.Web.UserRegister == "undefined") PW35COM.Web.UserRegister={};
PW35COM.Web.UserRegister_class = function() {};
Object.extend(PW35COM.Web.UserRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostReg: function(ValidCode, UserName, NickName, Password, Email, City) {
		return this.invoke("PostReg", {"ValidCode":ValidCode, "UserName":UserName, "NickName":NickName, "Password":Password, "Email":Email, "City":City}, this.PostReg.getArguments().slice(6));
	},
	Get_City: function(provine) {
		return this.invoke("Get_City", {"provine":provine}, this.Get_City.getArguments().slice(1));
	},
	IsExistNickName: function(UserName) {
		return this.invoke("IsExistNickName", {"UserName":UserName}, this.IsExistNickName.getArguments().slice(1));
	},
	IsExistUser: function(UserName) {
		return this.invoke("IsExistUser", {"UserName":UserName}, this.IsExistUser.getArguments().slice(1));
	},
	url: '/ajaxpro/PW35COM.Web.UserRegister,App_Web_userregister.aspx.cdcab7d2.8ce2owvk.ashx'
}));
PW35COM.Web.UserRegister = new PW35COM.Web.UserRegister_class();

