if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.recover_password == "undefined") QiaoCWBW.recover_password={};
QiaoCWBW.recover_password_class = function() {};
Object.extend(QiaoCWBW.recover_password_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsExist: function(userName) {
		return this.invoke("IsExist", {"userName":userName}, this.IsExist.getArguments().slice(1));
	},
	url: '/ajaxpro/QiaoCWBW.recover_password,QiaoCWBW.ashx'
}));
QiaoCWBW.recover_password = new QiaoCWBW.recover_password_class();

