<!--
window.onerror = stopErrors;

if (window.length == top.length){top.location="index.html";}

function stopErrors() {
  return true;
}
//-->
