if(typeof Hrm == "undefined") Hrm={};
Hrm.PostPerson_class = function() {};
Object.extend(Hrm.PostPerson_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Favorite: function(KeyId) {
		return this.invoke("Favorite", {"KeyId":KeyId}, this.Favorite.getArguments().slice(1));
	},
	GetUintEmail: function(strKid) {
		return this.invoke("GetUintEmail", {"strKid":strKid}, this.GetUintEmail.getArguments().slice(1));
	},
	url: '/ajaxpro/Hrm.PostPerson,Hrm.ashx'
}));
Hrm.PostPerson = new Hrm.PostPerson_class();

