addNamespace("cityProperties");
cityProperties.class_listings_class = function() {};
Object.extend(cityProperties.class_listings_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	LoadCity: function(whereclause) {
		return this.invoke("LoadCity", {"whereclause":whereclause}, this.LoadCity.getArguments().slice(1));
	},
	LoadSubCategory: function(whereclause) {
		return this.invoke("LoadSubCategory", {"whereclause":whereclause}, this.LoadSubCategory.getArguments().slice(1));
	},
	url: '/ajaxpro/cityProperties.class_listings,cityProperties.ashx'
}));
cityProperties.class_listings = new cityProperties.class_listings_class();

