if(typeof Ajax == "undefined") Ajax={};
Ajax_class = function() {};
Object.extend(Ajax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCityList: function(Country) {
		return this.invoke("GetCityList", {"Country":Country}, this.GetCityList.getArguments().slice(1));
	},
	url: '/chicago.nexusholidays.com/ajaxpro/Ajax,Nexusholidays.ashx'
}));
Ajax = new Ajax_class();

