	function trackTheCounter() {
	  
  	var s = screen.width;
  	var c = screen.colorDepth
  	var j = navigator.javaEnabled()
    var f = escape(document.referrer);
    
  	document.write("<a href='http://www.thecounter.com'><img src='http://c3.thecounter.com/id=2600849?size=" + s + "&amp;colors=" + c + "&amp;referer=" + f + "&amp;java=" + j + "' alt='TheCounter.com' /></a>");
  	
	}
	