<!-- hide script from old browsers

function suppressor(){
   return true;
}
window.onerror=suppressor

function log(user) { 
   document.write('<a href="http://www.countercentral.com/stats.shtml?'+user+'" target="new">');
   document.write('<img border=0 src="http://www.countercentral.com/fastcount.cgi?')
   if (parent.document.referrer){
      document.write(user+','+parent.document.referrer);
   }
   else {
      document.write(user+',');
   }
   if (window.screen){
     document.write(','+screen.width+'x'+screen.height);
     document.write(','+screen.colorDepth);
   }
   document.write('" alt="CounterCentral hit counter">') ;
   document.write('</a>');
}  

// finished hiding script -->
