if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.reg_1 == "undefined") QiaoCWBW.reg_1={};
QiaoCWBW.reg_1_class = function() {};
Object.extend(QiaoCWBW.reg_1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	sentmail: function(to, uid, path, host, code) {
		return this.invoke("sentmail", {"to":to, "uid":uid, "path":path, "host":host, "code":code}, this.sentmail.getArguments().slice(5));
	},
	adduser1: function(name, pwd, mail, ip, code, cu) {
		return this.invoke("adduser1", {"name":name, "pwd":pwd, "mail":mail, "ip":ip, "code":code, "cu":cu}, this.adduser1.getArguments().slice(6));
	},
	isExists: function(name) {
		return this.invoke("isExists", {"name":name}, this.isExists.getArguments().slice(1));
	},
	isExistsEmail: function(email) {
		return this.invoke("isExistsEmail", {"email":email}, this.isExistsEmail.getArguments().slice(1));
	},
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	Encrypt: function(str) {
		return this.invoke("Encrypt", {"str":str}, this.Encrypt.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.reg_1,QiaoCWBW.ashx'
}));
QiaoCWBW.reg_1 = new QiaoCWBW.reg_1_class();

