addNamespace("index");
index_class = Class.create();
index_class.prototype = (new AjaxPro.Request()).extend({
	getCityLink: function(city, callback) {
		return this.invoke("getCityLink", {"city":city}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/index,App_Web_t6nqzpym.ashx";
	}
})
index = new index_class();

