if(typeof Search_ProjectSearch_Intent_Search == "undefined") Search_ProjectSearch_Intent_Search={};
Search_ProjectSearch_Intent_Search_class = function() {};
Object.extend(Search_ProjectSearch_Intent_Search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(ProvinceID) {
		return this.invoke("GetCity", {"ProvinceID":ProvinceID}, this.GetCity.getArguments().slice(1));
	},
	GetIndustrys: function(IndustryID) {
		return this.invoke("GetIndustrys", {"IndustryID":IndustryID}, this.GetIndustrys.getArguments().slice(1));
	},
	url: '/ajaxpro/Search_ProjectSearch_Intent_Search,App_Web_intent_search.aspx.d0ce9430.ashx'
}));
Search_ProjectSearch_Intent_Search = new Search_ProjectSearch_Intent_Search_class();

