if(typeof Client == "undefined") Client={};
if(typeof Client.Reg == "undefined") Client.Reg={};
Client.Reg_class = function() {};
Object.extend(Client.Reg_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CheckVerifycode: function(verifycode) {
		return this.invoke("CheckVerifycode", {"verifycode":verifycode}, this.CheckVerifycode.getArguments().slice(1));
	},
	url: '/ajaxpro/Client.Reg,Client.ashx'
}));
Client.Reg = new Client.Reg_class();

