if(typeof NewsSite == "undefined") NewsSite={};
if(typeof NewsSite.Code == "undefined") NewsSite.Code={};
NewsSite.Code.TrafficAjax_class = function() {};
Object.extend(NewsSite.Code.TrafficAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTraffic: function(location) {
		return this.invoke("GetTraffic", {"location":location}, this.GetTraffic.getArguments().slice(1));
	},
	url: '/ajaxpro/NewsSite.Code.TrafficAjax,NewsSite.ashx'
}));
NewsSite.Code.TrafficAjax = new NewsSite.Code.TrafficAjax_class();


