if(typeof modifyData == "undefined") modifyData={};
modifyData_class = function() {};
Object.extend(modifyData_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	checkNamePwd: function(name, pwd, veri) {
		return this.invoke("checkNamePwd", {"name":name, "pwd":pwd, "veri":veri}, this.checkNamePwd.getArguments().slice(3));
	},
	checkQuestAns: function(name, ans, veri) {
		return this.invoke("checkQuestAns", {"name":name, "ans":ans, "veri":veri}, this.checkQuestAns.getArguments().slice(3));
	},
	updateAccount: function(veri, name, email, realname, gender, birthday, country, msn, yahoo, skype) {
		return this.invoke("updateAccount", {"veri":veri, "name":name, "email":email, "realname":realname, "gender":gender, "birthday":birthday, "country":country, "msn":msn, "yahoo":yahoo, "skype":skype}, this.updateAccount.getArguments().slice(10));
	},
	url: '/ajaxpro/modifyData,App_Web_modifydata.aspx.cdcab7d2.ashx'
}));
modifyData = new modifyData_class();

