if(typeof Users_ForgotUsername == "undefined") Users_ForgotUsername={};
Users_ForgotUsername_class = function() {};
Object.extend(Users_ForgotUsername_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoesEmailExist: function(email) {
		return this.invoke("DoesEmailExist", {"email":email}, this.DoesEmailExist.getArguments().slice(1));
	},
	url: '/ajaxpro/Users_ForgotUsername,App_Web_87mz-fca.ashx'
}));
Users_ForgotUsername = new Users_ForgotUsername_class();

