if(typeof index == "undefined") index={};
index_class = function() {};
Object.extend(index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetXInfo: function(CityID) {
		return this.invoke("GetXInfo", {"CityID":CityID}, this.GetXInfo.getArguments().slice(1));
	},
	url: '/ajaxpro/index,App_Web_nhtfkuhh.ashx'
}));
index = new index_class();

