addNamespace("cityProperties");
cityProperties.Index_class = function() {};
Object.extend(cityProperties.Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getProperty: function(type) {
		return this.invoke("getProperty", {"type":type}, this.getProperty.getArguments().slice(1));
	},
	url: '/ajaxpro/cityProperties.Index,cityProperties.ashx'
}));
cityProperties.Index = new cityProperties.Index_class();

