if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.change_email == "undefined") QiaoCWBW.change_email={};
QiaoCWBW.change_email_class = function() {};
Object.extend(QiaoCWBW.change_email_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Logins: function(userName, pwd) {
		return this.invoke("Logins", {"userName":userName, "pwd":pwd}, this.Logins.getArguments().slice(2));
	},
	code: function(user_name) {
		return this.invoke("code", {"user_name":user_name}, this.code.getArguments().slice(1));
	},
	encrypt: function(str) {
		return this.invoke("encrypt", {"str":str}, this.encrypt.getArguments().slice(1));
	},
	changEmail: function(email, user_name) {
		return this.invoke("changEmail", {"email":email, "user_name":user_name}, this.changEmail.getArguments().slice(2));
	},
	url: '/ajaxpro/QiaoCWBW.change_email,QiaoCWBW.ashx'
}));
QiaoCWBW.change_email = new QiaoCWBW.change_email_class();

