function unwind(){
 if (arguments.length>0)
  if (arguments[0]==true)
   alert("Be aware:\nIf you are using Norton Internet Security\nyou'll will probably not see the real contents of this site\nNorton hacks the information send to you and puts in it's own code.\nBig Brother Norton alters without warning or message.\nNorton seems to know what's best for you.");
 if (window.onerror!=null){
  window.onerror = null;
  if (SymRealWinOpen!=null) window.open = SymRealWinOpen;
  window.onunload = null;
  window.onload = null;
  if (arguments.length>0)
   if (arguments[0]==true)
    alert("It seems you've installed Norton Internet Security\nand it actually was altering this sites contents.\nThis time we've fooled it.");
 }
}

unwind();
