if(typeof tvo == "undefined") tvo={};
tvo_class = function() {};
Object.extend(tvo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Exists_byEmail: function(email) {
		return this.invoke("Exists_byEmail", {"email":email}, this.Exists_byEmail.getArguments().slice(1));
	},
	login: function(uid, pwd, checkcode, ck_auto) {
		return this.invoke("login", {"uid":uid, "pwd":pwd, "checkcode":checkcode, "ck_auto":ck_auto}, this.login.getArguments().slice(4));
	},
	update_pass: function(oldPass, newPass, id) {
		return this.invoke("update_pass", {"oldPass":oldPass, "newPass":newPass, "id":id}, this.update_pass.getArguments().slice(3));
	},
	exists_byId: function(id) {
		return this.invoke("exists_byId", {"id":id}, this.exists_byId.getArguments().slice(1));
	},
	update_keep: function(beanMoney, userid) {
		return this.invoke("update_keep", {"beanMoney":beanMoney, "userid":userid}, this.update_keep.getArguments().slice(2));
	},
	update_get: function(beanMoney, userid) {
		return this.invoke("update_get", {"beanMoney":beanMoney, "userid":userid}, this.update_get.getArguments().slice(2));
	},
	chongcar: function(userid, kh, mm) {
		return this.invoke("chongcar", {"userid":userid, "kh":kh, "mm":mm}, this.chongcar.getArguments().slice(3));
	},
	check_regToday: function() {
		return this.invoke("check_regToday", {}, this.check_regToday.getArguments().slice(0));
	},
	check_email: function(TxtEmail) {
		return this.invoke("check_email", {"TxtEmail":TxtEmail}, this.check_email.getArguments().slice(1));
	},
	change_face: function(userid, face) {
		return this.invoke("change_face", {"userid":userid, "face":face}, this.change_face.getArguments().slice(2));
	},
	url: '/ajaxpro/tvoUser,App_Code.ashx'
}));
tvo = new tvo_class();

