if(typeof resortime == "undefined") resortime={};
if(typeof resortime.indexHome == "undefined") resortime.indexHome={};
resortime.indexHome_class = function() {};
Object.extend(resortime.indexHome_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateCurrentSearchMode: function(value) {
		return this.invoke("UpdateCurrentSearchMode", {"value":value}, this.UpdateCurrentSearchMode.getArguments().slice(1));
	},
	GetChannelCities: function(channelId) {
		return this.invoke("GetChannelCities", {"channelId":channelId}, this.GetChannelCities.getArguments().slice(1));
	},
	ClearChannelCities: function() {
		return this.invoke("ClearChannelCities", {}, this.ClearChannelCities.getArguments().slice(0));
	},
	GetAllCities: function() {
		return this.invoke("GetAllCities", {}, this.GetAllCities.getArguments().slice(0));
	},
	url: '/ajaxpro/resortime.indexHome,Gpr.ResorTime.Internet.Web.ashx'
}));
resortime.indexHome = new resortime.indexHome_class();

