<!--
////////////////////////////////////////
//    HTMLfixIT.com STATS Counter.    //
//  Copyright Frank Hauptle 2003-2008 //
//      All rights reserved.          //
//It is illegal to remove this notice.//
////////////////////////////////////////

// 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 = 'http://www.garybadger.com/counter/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  //
/////////////////////////////////////////
//-->