if(typeof ASP == "undefined") ASP={};
if(typeof ASP.storelocator_aspx == "undefined") ASP.storelocator_aspx={};
ASP.storelocator_aspx_class = function() {};
Object.extend(ASP.storelocator_aspx_class.prototype, Object.extend(new ZZAjax.AjaxClass(), {
	LoadAllStores: function() {
		return this.invoke("LoadAllStores", {}, this.LoadAllStores.getArguments().slice(0));
	},
	LoadStore: function(ID) {
		return this.invoke("LoadStore", {"ID":ID}, this.LoadStore.getArguments().slice(1));
	},
	url: '/ZZ/ASP.storelocator_aspx,App_Web_zieajkbk.ajax'
}));
ASP.storelocator_aspx = new ASP.storelocator_aspx_class();

