// JavaScript Document
<!--Hide
function killErrors() {
return true;
}
window.onerror = killErrors;
-->