function AnalyticsTimer(){this.Start=a;this.Stop=c;this.LC="";this.FN="";this.ALS=0;var b;function a(d){b=d}function c(){if(typeof(b)=="undefined"){$.error("StartTime must be defined")}var d=new Date().getTime()-b.getTime();if(d<1500){this.LC="Very Fast"}else{if(d<3000){this.LC="Fast"}else{if(d<5000){this.LC="Medium"}else{if(d<7000){this.LC="Sluggish"}else{if(d<10000){this.LC="Slow"}else{this.LC="Very Slow"}}}}}this.FN=document.location.pathname;if(document.location.search){this.FN+=document.location.search}this.ALS=parseInt((d/1000).toFixed(0))}}var gaTimer=new AnalyticsTimer();gaTimer.Start(new Date());
