function handleError() {  return true;  } 
window.onerror = handleError; 
//alert('Erros Desabilitados!');

