if(typeof stats == "undefined") stats={};
stats_class = function() {};
Object.extend(stats_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStartDate: function(timeSpan) {
		return this.invoke("GetStartDate", {"timeSpan":timeSpan}, this.GetStartDate.getArguments().slice(1));
	},
	url: '/ajaxpro/stats,fishing_deploy.ashx'
}));
stats = new stats_class();

