if(typeof Hrm == "undefined") Hrm={};
Hrm.local_class = function() {};
Object.extend(Hrm.local_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetJPDate: function(SCID) {
		return this.invoke("GetJPDate", {"SCID":SCID}, this.GetJPDate.getArguments().slice(1));
	},
	url: '/ajaxpro/Hrm.local,Hrm.ashx'
}));
Hrm.local = new Hrm.local_class();

