ByFlouIntelliSearchAjax_class = function() {};
Object.extend(ByFlouIntelliSearchAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PerformSearch: function(searchKey) {
		return this.invoke("PerformSearch", {"searchKey":searchKey}, this.PerformSearch.getArguments().slice(1));
	},
	url: '/ajaxpro/EasyFlow.WebApplications.Frontend.Layout.Custom.ByFlou.IntelliSearch.EasyFlow.WebApplications.Frontend.Layout.Custom.ByFlou.Search.ByFlouIntelliSearchAjax,EasyFlow.WebApplications.Frontend.ashx'
}));
ByFlouIntelliSearchAjax = new ByFlouIntelliSearchAjax_class();

