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