if(typeof ProSearchDB == "undefined") ProSearchDB={};
if(typeof ProSearchDB.HomePageNew == "undefined") ProSearchDB.HomePageNew={};
ProSearchDB.HomePageNew_class = function() {};
Object.extend(ProSearchDB.HomePageNew_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	FillLatestJobsX: function(CountryId) {
		return this.invoke("FillLatestJobsX", {"CountryId":CountryId}, this.FillLatestJobsX.getArguments().slice(1));
	},
	FillHotJobsX: function(CountryId) {
		return this.invoke("FillHotJobsX", {"CountryId":CountryId}, this.FillHotJobsX.getArguments().slice(1));
	},
	url: '/ajaxpro/ProSearchDB.HomePageNew,ProSearchDB.ashx'
}));
ProSearchDB.HomePageNew = new ProSearchDB.HomePageNew_class();

