if(typeof RootPage == "undefined") RootPage={};
RootPage_class = function() {};
Object.extend(RootPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetWinerysFromTag: function(tag) {
		return this.invoke("GetWinerysFromTag", {"tag":tag}, this.GetWinerysFromTag.getArguments().slice(1));
	},
	FindPlaces: function(filter) {
		return this.invoke("FindPlaces", {"filter":filter}, this.FindPlaces.getArguments().slice(1));
	},
	GetLocationInfo: function(locationID) {
		return this.invoke("GetLocationInfo", {"locationID":locationID}, this.GetLocationInfo.getArguments().slice(1));
	},
	DisplayLocationDetails: function(lat, lng, zoom) {
		return this.invoke("DisplayLocationDetails", {"lat":lat, "lng":lng, "zoom":zoom}, this.DisplayLocationDetails.getArguments().slice(3));
	},
	url: '/ajaxpro/RootPage,App_Web_wekhpzbf.ashx'
}));
RootPage = new RootPage_class();

