if(typeof PasswordReminder == "undefined") PasswordReminder={};
PasswordReminder_class = function() {};
Object.extend(PasswordReminder_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdatePassword: function(Zip, UserName) {
		return this.invoke("UpdatePassword", {"Zip":Zip, "UserName":UserName}, this.UpdatePassword.getArguments().slice(2));
	},
	url: '/ajaxpro/PasswordReminder,NorthBloomField.ashx'
}));
PasswordReminder = new PasswordReminder_class();

