if(typeof resortime == "undefined") resortime={};
if(typeof resortime.searchControlRegion == "undefined") resortime.searchControlRegion={};
resortime.searchControlRegion_class = function() {};
Object.extend(resortime.searchControlRegion_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllCities: function() {
		return this.invoke("GetAllCities", {}, this.GetAllCities.getArguments().slice(0));
	},
	url: '/ajaxpro/resortime.searchControlRegion,Gpr.ResorTime.Internet.Web.ashx'
}));
resortime.searchControlRegion = new resortime.searchControlRegion_class();

