if(typeof StationWebsites == "undefined") StationWebsites={};
if(typeof StationWebsites.StoreLocatorSearchBox_class == "undefined") StationWebsites.StoreLocatorSearchBox_class={};
StationWebsites.StoreLocatorSearchBox_class = function() {};
Object.extend(StationWebsites.StoreLocatorSearchBox_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	aac: function(SearchedText) {
		return this.invoke("aac", {"SearchedText":SearchedText}, this.aac.getArguments().slice(1));
	},
	url: '/ajaxpro/StationWebsites.StoreLocatorSearchBox,StationWebsites.ashx'
}));
StationWebsites.StoreLocatorSearchBox = new StationWebsites.StoreLocatorSearchBox_class();


