// JavaScript Document
// Script to Suppress Errors.

<!--
function stopError() {
  return true;
}
window.onerror = stopError;
// -->

