if(typeof Default == "undefined") Default={};
Default_class = function() {};
Object.extend(Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCity: function(cid) {
		return this.invoke("getCity", {"cid":cid}, this.getCity.getArguments().slice(1));
	},
	get18City: function() {
		return this.invoke("get18City", {}, this.get18City.getArguments().slice(0));
	},
	GetHotel: function(cid) {
		return this.invoke("GetHotel", {"cid":cid}, this.GetHotel.getArguments().slice(1));
	},
	GetProduct: function(cid) {
		return this.invoke("GetProduct", {"cid":cid}, this.GetProduct.getArguments().slice(1));
	},
	GetMeet: function(cid) {
		return this.invoke("GetMeet", {"cid":cid}, this.GetMeet.getArguments().slice(1));
	},
	GetSpecial: function(cid) {
		return this.invoke("GetSpecial", {"cid":cid}, this.GetSpecial.getArguments().slice(1));
	},
	url: '/ajaxpro/Default,App_Web_zalqmxqp.ashx'
}));
Default = new Default_class();

