if(typeof ATPages_SearchElogMap == "undefined") ATPages_SearchElogMap={};
ATPages_SearchElogMap_class = function() {};
Object.extend(ATPages_SearchElogMap_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchRes: function(seachKey, bigCat, subCat, arrCoord, curPage) {
		return this.invoke("GetSearchRes", {"seachKey":seachKey, "bigCat":bigCat, "subCat":subCat, "arrCoord":arrCoord, "curPage":curPage}, this.GetSearchRes.getArguments().slice(5));
	},
	GetTolCount: function(seachKey, bigCat, subCat, arrCoord) {
		return this.invoke("GetTolCount", {"seachKey":seachKey, "bigCat":bigCat, "subCat":subCat, "arrCoord":arrCoord}, this.GetTolCount.getArguments().slice(4));
	},
	GetSubClass: function(parentid) {
		return this.invoke("GetSubClass", {"parentid":parentid}, this.GetSubClass.getArguments().slice(1));
	},
	AddBFav: function(elogId) {
		return this.invoke("AddBFav", {"elogId":elogId}, this.AddBFav.getArguments().slice(1));
	},
	url: '/ajaxpro/ATPages_SearchElogMap,App_Web_utwion4l.ashx'
}));
ATPages_SearchElogMap = new ATPages_SearchElogMap_class();

