if(typeof main == "undefined") main={};
main_class = function() {};
Object.extend(main_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getCityID: function(city) {
		return this.invoke("getCityID", {"city":city}, this.getCityID.getArguments().slice(1));
	},
	url: '/ajaxpro/main,Zhekou.ashx'
}));
main = new main_class();

