  <!--
  // <script src="/stats.js" language="javascript" type="text/javascript"></script>
  //->
  <!--
  ////////////////////////////////////////
  //    HTMLfixIT.com STATS Counter.    //
  //      All rights reserved.          //
  ////////////////////////////////////////  //-->
  ///////////////////////////////////////
  // Start of config settings:
      // URL to counter script.
  var path_to_counter     = '/cgi-bin/fixit-counter/stats.pl';
      // URL to spacer.gif
  var url_to_spacer_image = 'http://htmlfixit.com/spacer.gif';
  // end of config settings.
  ///////////////////////////////////////
  var loc = document.location;
  var res_height = window.screen.height;
  var res_width  = window.screen.width;
  var res        = res_width + 'x' + res_height;
  var refer      = document.referrer;
  var ref = refer.replace(/&/g,'%26');
      ref = ref.replace(/ /g,'%20');
  var url = path_to_counter+'?count=yes&amp;res='+res+'&amp;ref='+ref+'&amp;loc='+loc;
  preloadOn      = new Image(1, 1);
  preloadOn.src  = url;
 
  // End of HTMLfixIT.com STATs Counter  //
  /////////////////////////////////////////
  //-->

