if(typeof Register_Registration == "undefined") Register_Registration={};
Register_Registration_class = function() {};
Object.extend(Register_Registration_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCode: function() {
		return this.invoke("getCode", {}, this.getCode.getArguments().slice(0));
	},
	yanzhengyonghu: function(yanzheng) {
		return this.invoke("yanzhengyonghu", {"yanzheng":yanzheng}, this.yanzhengyonghu.getArguments().slice(1));
	},
	url: '/web/ajaxpro/Register_Registration,App_Web_cmgat2gz.ashx'
}));
Register_Registration = new Register_Registration_class();

