 // Start of config settings:
     // URL to counter script (change following config variable).
 var path_to_counter     = '/cgi-bin/fixit-counter/stats.pl';
     // URL to spacer.gif
 var url_to_spacer_image = '/counter/spacer.gif';
 // end of config settings.
 ///////////////////////////////////////
 var res_height = window.screen.height;
     // Change following http: part
 var str1 = '<a href=\'http://www.pianetaluca.com\'><img src="' + url_to_spacer_image;
     // Nothing below this line needs to be changed
 var res_width  = window.screen.width;
 var res        = res_width + 'x' + res_height;
 var refer      = document.referrer;
 var str2 = '" border=\'0\' width=\'1px\' height=\'2px\' name=\'fixitlink\'';
 var ref = refer.replace(/&/g,'%26');
     ref = ref.replace(/ /g,'%20');
 var pag = document.location.pathname;
 var url = path_to_counter + '?count=yes&amp;res=' + res +  '&amp;ref=' + ref + '&amp;pag=' + pag;
 var str3 = 'alt=\'htmlfixit counter\' title=\'Counter provided by htmlfixit.com\' /></a>';
 preloadOn      = new Image(1, 1);
 preloadOn.src  = url;