if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUserByName: function(username) {
		return this.invoke("GetUserByName", {"username":username}, this.GetUserByName.getArguments().slice(1));
	},
	GetCode: function() {
		return this.invoke("GetCode", {}, this.GetCode.getArguments().slice(0));
	},
	GetUserByEmail: function(email) {
		return this.invoke("GetUserByEmail", {"email":email}, this.GetUserByEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/register,App_Web_rvzahz1u.ashx'
}));
Ajax = new Ajax_class();

