if(typeof ajaxMapFav == "undefined") ajaxMapFav={};
ajaxMapFav_class = function() {};
Object.extend(ajaxMapFav_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCount: function() {
		return this.invoke("GetCount", {}, this.GetCount.getArguments().slice(0));
	},
	CreatePageHTML: function(pageIndex, pageSize) {
		return this.invoke("CreatePageHTML", {"pageIndex":pageIndex, "pageSize":pageSize}, this.CreatePageHTML.getArguments().slice(2));
	},
	Delete: function(Ids) {
		return this.invoke("Delete", {"Ids":Ids}, this.Delete.getArguments().slice(1));
	},
	Update: function(ID, title, content) {
		return this.invoke("Update", {"ID":ID, "title":title, "content":content}, this.Update.getArguments().slice(3));
	},
	GetMapObjByObjId: function(ID) {
		return this.invoke("GetMapObjByObjId", {"ID":ID}, this.GetMapObjByObjId.getArguments().slice(1));
	},
	GetMapObjectByKeyWord: function(keyword) {
		return this.invoke("GetMapObjectByKeyWord", {"keyword":keyword}, this.GetMapObjectByKeyWord.getArguments().slice(1));
	},
	AddToFavor: function(objid) {
		return this.invoke("AddToFavor", {"objid":objid}, this.AddToFavor.getArguments().slice(1));
	},
	url: '/ajaxpro/ajaxMapFav,App_Code.ashx'
}));
ajaxMapFav = new ajaxMapFav_class();

