if(typeof UserControl_SearchEngine == "undefined") UserControl_SearchEngine={};
UserControl_SearchEngine_class = function() {};
Object.extend(UserControl_SearchEngine_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getBlock: function(strArea, strAreaEncode) {
		return this.invoke("getBlock", {"strArea":strArea, "strAreaEncode":strAreaEncode}, this.getBlock.getArguments().slice(2));
	},
	url: '/ajaxpro/UserControl_SearchEngine,App_Web_searchengine.ascx.6be62623.ashx'
}));
UserControl_SearchEngine = new UserControl_SearchEngine_class();

