if(typeof hp == "undefined") hp={};
if(typeof hp.hpAjax == "undefined") hp.hpAjax={};
hp.hpAjax_class = function() {};
Object.extend(hp.hpAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetJobInfo: function(id) {
		return this.invoke("GetJobInfo", {"id":id}, this.GetJobInfo.getArguments().slice(1));
	},
	GetTop1JobID: function() {
		return this.invoke("GetTop1JobID", {}, this.GetTop1JobID.getArguments().slice(0));
	},
	url: '/ajaxpro/hp.hpAjax,App_Code.vcwejc7b.ashx'
}));
hp.hpAjax = new hp.hpAjax_class();

