if(typeof Wild == "undefined") Wild={};
if(typeof Wild.County == "undefined") Wild.County={};
Wild.County_class = function() {};
Object.extend(Wild.County_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	url: '/ajaxpro/Wild.County,Wild.ashx'
}));
Wild.County = new Wild.County_class();

