if(typeof search == "undefined") search={};
search_class = function() {};
Object.extend(search_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSearchResult: function(keyWord, pageNum, x, y, mapWidth, mapHeight, tempScale) {
		return this.invoke("getSearchResult", {"keyWord":keyWord, "pageNum":pageNum, "x":x, "y":y, "mapWidth":mapWidth, "mapHeight":mapHeight, "tempScale":tempScale}, this.getSearchResult.getArguments().slice(7));
	},
	getSearchStudentResult: function(keyWord, pageNum, tempScale) {
		return this.invoke("getSearchStudentResult", {"keyWord":keyWord, "pageNum":pageNum, "tempScale":tempScale}, this.getSearchStudentResult.getArguments().slice(3));
	},
	url: '/ajaxpro/search,App_Code.ashx'
}));
search = new search_class();

