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