if(typeof Maklarhuset == "undefined") Maklarhuset={};
if(typeof Maklarhuset.Web == "undefined") Maklarhuset.Web={};
if(typeof Maklarhuset.Web.Controls == "undefined") Maklarhuset.Web.Controls={};
if(typeof Maklarhuset.Web.Controls.OfficeSearch == "undefined") Maklarhuset.Web.Controls.OfficeSearch={};
Maklarhuset.Web.Controls.OfficeSearch_class = function() {};
Object.extend(Maklarhuset.Web.Controls.OfficeSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetOffices: function(searchString) {
		return this.invoke("GetOffices", {"searchString":searchString}, this.GetOffices.getArguments().slice(1));
	},
	OfficeAutocomplete: function(searchString) {
		return this.invoke("OfficeAutocomplete", {"searchString":searchString}, this.OfficeAutocomplete.getArguments().slice(1));
	},
	url: '/ajaxpro/Maklarhuset.Web.Controls.OfficeSearch,Maklarhuset.Web.ashx'
}));
Maklarhuset.Web.Controls.OfficeSearch = new Maklarhuset.Web.Controls.OfficeSearch_class();

