if(typeof venuefinder == "undefined") venuefinder={};
if(typeof venuefinder.controls == "undefined") venuefinder.controls={};
if(typeof venuefinder.controls.SearchPanel == "undefined") venuefinder.controls.SearchPanel={};
venuefinder.controls.SearchPanel_class = function() {};
Object.extend(venuefinder.controls.SearchPanel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTownsForAjax: function(seed, count) {
		return this.invoke("GetTownsForAjax", {"seed":seed, "count":count}, this.GetTownsForAjax.getArguments().slice(2));
	},
	GetCountiesForAjax: function(seed, count) {
		return this.invoke("GetCountiesForAjax", {"seed":seed, "count":count}, this.GetCountiesForAjax.getArguments().slice(2));
	},
	url: '/ajaxpro/venuefinder.controls.SearchPanel,venuefinder.ashx'
}));
venuefinder.controls.SearchPanel = new venuefinder.controls.SearchPanel_class();

