if(typeof Guide_CityIndex == "undefined") Guide_CityIndex={};
Guide_CityIndex_class = function() {};
Object.extend(Guide_CityIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetRoomDatePrice: function(strType, strCyId) {
		return this.invoke("GetRoomDatePrice", {"strType":strType, "strCyId":strCyId}, this.GetRoomDatePrice.getArguments().slice(2));
	},
	url: '/ajaxpro/Guide_CityIndex,App_Web_vmarhzjp.ashx'
}));
Guide_CityIndex = new Guide_CityIndex_class();

