if(typeof ru_Default == "undefined") ru_Default={};
ru_Default_class = function() {};
Object.extend(ru_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));
	},
	getCityHotel: function(sql) {
		return this.invoke("getCityHotel", {"sql":sql}, this.getCityHotel.getArguments().slice(1));
	},
	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));
	},
	GetLineInfo: function(cid) {
		return this.invoke("GetLineInfo", {"cid":cid}, this.GetLineInfo.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/ru_Default,App_Web_0piojbff.ashx'
}));
ru_Default = new ru_Default_class();


