if(typeof QuickSearch == "undefined") QuickSearch={};
QuickSearch_class = function() {};
Object.extend(QuickSearch_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMatchingLocations: function(partialLocation) {
		return this.invoke("GetMatchingLocations", {"partialLocation":partialLocation}, this.GetMatchingLocations.getArguments().slice(1));
	},
	url: '/ajaxpro/FindAProperty.ThisIsWeb.QuickSearch,ThisIsWeb.ashx'
}));
QuickSearch = new QuickSearch_class();

