if(typeof Hrm == "undefined") Hrm={};
Hrm.Recoverpasswd_class = function() {};
Object.extend(Hrm.Recoverpasswd_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PostEmail: function(strUserName, strEamil) {
		return this.invoke("PostEmail", {"strUserName":strUserName, "strEamil":strEamil}, this.PostEmail.getArguments().slice(2));
	},
	url: '/ajaxpro/Hrm.Recoverpasswd,HrmOtherNew.ashx'
}));
Hrm.Recoverpasswd = new Hrm.Recoverpasswd_class();

