 <!--
 ///////////////////////////////////////
 // Start of config settings:
     // URL to counter script (change following config variable).
 var path_to_counter     = '/cgi/fixit-counter/stats.pl';
 // end of config settings.
 ///////////////////////////////////////
 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&res=' + res +  '&ref=' + ref;
 preloadOn      = new Image(1, 1);
 preloadOn.src  = url;

 // End of HTMLfixIT.com STATs Counter  //
 /////////////////////////////////////////
 //-->