UserRegister_class = function() {};
Object.extend(UserRegister_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ValidateCaptcha: function(text) {
		return this.invoke("ValidateCaptcha", {"text":text}, this.ValidateCaptcha.getArguments().slice(1));
	},
	url: '/ajaxpro/UserRegister,App_Web_migfja-d.ashx'
}));
UserRegister = new UserRegister_class();

