if(typeof Wild == "undefined") Wild={};
if(typeof Wild.Listings == "undefined") Wild.Listings={};
Wild.Listings_class = function() {};
Object.extend(Wild.Listings_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getBusinessSubCategories: function(CategoryId, CityId, CountyId) {
		return this.invoke("getBusinessSubCategories", {"CategoryId":CategoryId, "CityId":CityId, "CountyId":CountyId}, this.getBusinessSubCategories.getArguments().slice(3));
	},
	url: '/ajaxpro/Wild.Listings,Wild.ashx'
}));
Wild.Listings = new Wild.Listings_class();

