if(typeof WeekendRestType == "undefined") WeekendRestType={};
if(typeof WeekendRestType.UserControls == "undefined") WeekendRestType.UserControls={};
WeekendRestType.UserControls.SearchEngine_class = function() {};
Object.extend(WeekendRestType.UserControls.SearchEngine_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRegionSettlements: function(restTypeID, regionID) {
		return this.invoke("GetRegionSettlements", {"restTypeID":restTypeID, "regionID":regionID}, this.GetRegionSettlements.getArguments().slice(2));
	},
	GetAllRegions: function(restTypeID) {
		return this.invoke("GetAllRegions", {"restTypeID":restTypeID}, this.GetAllRegions.getArguments().slice(1));
	},
	url: '/ajaxpro/WeekendRestType.UserControls.SearchEngine,WeekendRestType.ashx'
}));
WeekendRestType.UserControls.SearchEngine = new WeekendRestType.UserControls.SearchEngine_class();


