if(typeof SaiGeSystem == "undefined") SaiGeSystem={};
if(typeof SaiGeSystem.controls == "undefined") SaiGeSystem.controls={};
if(typeof SaiGeSystem.controls.WebHead == "undefined") SaiGeSystem.controls.WebHead={};
SaiGeSystem.controls.WebHead_class = function() {};
Object.extend(SaiGeSystem.controls.WebHead_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetKeyWord: function(SearchKey) {
		return this.invoke("GetKeyWord", {"SearchKey":SearchKey}, this.GetKeyWord.getArguments().slice(1));
	},
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	url: '/ajaxpro/SaiGeSystem.controls.WebHead,SaiGeSystem.ashx'
}));
SaiGeSystem.controls.WebHead = new SaiGeSystem.controls.WebHead_class();

