if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityByArea: function(parentid) {
		return this.invoke("GetCityByArea", {"parentid":parentid}, this.GetCityByArea.getArguments().slice(1));
	},
	GetJobByType: function(parentid) {
		return this.invoke("GetJobByType", {"parentid":parentid}, this.GetJobByType.getArguments().slice(1));
	},
	url: '/ajaxpro/Index,App_Web_2pr0mjy3.ashx'
}));
Index = new Index_class();


