// JavaScript Document
function handleError () { 
return true; } 
window.onerror = handleError; 