if(typeof index_hotel == "undefined") index_hotel={};
index_hotel_class = function() {};
Object.extend(index_hotel_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCity: function(o) {
		return this.invoke("GetCity", {"o":o}, this.GetCity.getArguments().slice(1));
	},
	GetArea: function(o) {
		return this.invoke("GetArea", {"o":o}, this.GetArea.getArguments().slice(1));
	},
	url: '/ajaxpro/index_hotel,App_Web__vsw-mp0.ashx'
}));
index_hotel = new index_hotel_class();

