if(typeof IndexHtml == "undefined") IndexHtml={};
IndexHtml_class = function() {};
Object.extend(IndexHtml_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	url: '/ajaxpro/IndexHtml,App_Web_hrf1o9hl.ashx'
}));
IndexHtml = new IndexHtml_class();

