<!-- hide script from old browsers

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


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 -->
