if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetSearchItems: function(query) {
		return this.invoke("GetSearchItems", {"query":query}, this.GetSearchItems.getArguments().slice(1));
	},
	GetRoomDatePrice: function(strType, strCyId) {
		return this.invoke("GetRoomDatePrice", {"strType":strType, "strCyId":strCyId}, this.GetRoomDatePrice.getArguments().slice(2));
	},
	GetCity: function(strPId) {
		return this.invoke("GetCity", {"strPId":strPId}, this.GetCity.getArguments().slice(1));
	},
	url: '/ajaxpro/Index,App_Web_tubwczt9.ashx'
}));
Index = new Index_class();

