if(typeof QiaoCWBW == "undefined") QiaoCWBW={};
if(typeof QiaoCWBW.registration == "undefined") QiaoCWBW.registration={};
QiaoCWBW.registration_class = function() {};
Object.extend(QiaoCWBW.registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	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));
	},
	change: function() {
		return this.invoke("change", {}, this.change.getArguments().slice(0));
	},
	CKsn: function(codes, incode) {
		return this.invoke("CKsn", {"codes":codes, "incode":incode}, this.CKsn.getArguments().slice(2));
	},
	url: '/ajaxpro/QiaoCWBW.registration,QiaoCWBW.ashx'
}));
QiaoCWBW.registration = new QiaoCWBW.registration_class();

