AjFunction_class = function() {};
Object.extend(AjFunction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCity: function(t) {
		return this.invoke("getCity", {"t":t}, this.getCity.getArguments().slice(1));
	},
	get_hotel_hotel_info: function(hid) {
		return this.invoke("get_hotel_hotel_info", {"hid":hid}, this.get_hotel_hotel_info.getArguments().slice(1));
	},
	get_city_hotel_info: function(hid) {
		return this.invoke("get_city_hotel_info", {"hid":hid}, this.get_city_hotel_info.getArguments().slice(1));
	},
	get_zh_hotel_info: function(id) {
		return this.invoke("get_zh_hotel_info", {"id":id}, this.get_zh_hotel_info.getArguments().slice(1));
	},
	get_fb_hotel_info: function(id) {
		return this.invoke("get_fb_hotel_info", {"id":id}, this.get_fb_hotel_info.getArguments().slice(1));
	},
	get_zt_hotel_info: function(id) {
		return this.invoke("get_zt_hotel_info", {"id":id}, this.get_zt_hotel_info.getArguments().slice(1));
	},
	get_gjh_hotel_info: function() {
		return this.invoke("get_gjh_hotel_info", {}, this.get_gjh_hotel_info.getArguments().slice(0));
	},
	get_hotel_info: function(hid) {
		return this.invoke("get_hotel_info", {"hid":hid}, this.get_hotel_info.getArguments().slice(1));
	},
	url: '/ajaxpro/AjFunction,App_Code.ashx'
}));
AjFunction = new AjFunction_class();


