if(typeof Hrm == "undefined") Hrm={};
Hrm.Person_class = function() {};
Object.extend(Hrm.Person_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Hrm.Person,HrmOtherNew.ashx'
}));
Hrm.Person = new Hrm.Person_class();

