﻿document.writeln("<script language=\"javascript\">");
document.writeln("function killErrors() {");
document.writeln("    return true;");
document.writeln("}");
document.writeln("window.onerror = killErrors;");
document.writeln("<\/script>")