 <!--
 ///////////////////////////////////////
 // Start of config settings:
     // URL to counter script (change following config variable).
 var path_to_counter     = '/cgi-bin/fixit-counter/stats.pl';
 // 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  //
 /////////////////////////////////////////
 //-->