if(
 !self.XMLHttpRequest
 || navigator.userAgent.match(
     /MSIE [0-6]\.|Firefox\/[0-2]\.|Opera\/([0-8]\.|9\.[0-2])/
    )
 || (
     we_wants_old_site = /(?:^|;\s*)we_wants_old_site=[^;]/.test(
      document.cookie
     )
    )
);
else
 document.write(
  "<style type='text/css'>body { display: none !important }</style>"
 ),
 location.replace(
  location.pathname == '/'
   ? '-'
   : '/redirect.cgi?from=' + encodeURIComponent(location)
 )
