    <!--
      // Please don't modify the following code, otherwise your statistics will be invalidated
      var info;
	  var t = new Date();
	  info  = "?uid=1222";
	  info += "&ver=1";
	  info += "&url=" + escape(window.document.URL);
	  info += "&ref=" + escape(window.document.referrer);
	  info += "&gmt=" + escape(t.getTimezoneOffset());
	  if (typeof(screen) == "object")
	  {
		  info += "&res=" + screen.width + "x" + screen.height;
	  }
	  else
	  {
	  	info += "&res=0x0"
	  }
	  document.write('<IMG BORDER="0" WIDTH="1" HEIGHT="1" ALT="Madscotsman Tracker Code" SRC="tracker/tracker.asp'+info+'">');

      //-->