if(typeof venuefinder == "undefined") venuefinder={};
if(typeof venuefinder.search_loc == "undefined") venuefinder.search_loc={};
venuefinder.search_loc_class = function() {};
Object.extend(venuefinder.search_loc_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SearchTownsAndCities: function(seed, count) {
		return this.invoke("SearchTownsAndCities", {"seed":seed, "count":count}, this.SearchTownsAndCities.getArguments().slice(2));
	},
	SearchCounties: function(seed, count) {
		return this.invoke("SearchCounties", {"seed":seed, "count":count}, this.SearchCounties.getArguments().slice(2));
	},
	SearchMotorwayJunction: function(seed, count) {
		return this.invoke("SearchMotorwayJunction", {"seed":seed, "count":count}, this.SearchMotorwayJunction.getArguments().slice(2));
	},
	SearchRailwayStations: function(seed, count) {
		return this.invoke("SearchRailwayStations", {"seed":seed, "count":count}, this.SearchRailwayStations.getArguments().slice(2));
	},
	url: '/ajaxpro/venuefinder.search_loc,venuefinder.ashx'
}));
venuefinder.search_loc = new venuefinder.search_loc_class();

