if(typeof NewComponents_ForgotYourPassword == "undefined") NewComponents_ForgotYourPassword={};
NewComponents_ForgotYourPassword_class = function() {};
Object.extend(NewComponents_ForgotYourPassword_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ResetPassword: function(EmailAddress) {
		return this.invoke("ResetPassword", {"EmailAddress":EmailAddress}, this.ResetPassword.getArguments().slice(1));
	},
	url: '/ajaxpro/NewComponents_ForgotYourPassword,App_Web_mjweycmg.ashx'
}));
NewComponents_ForgotYourPassword = new NewComponents_ForgotYourPassword_class();

