function NoErrors()
 {
   return true;
 }

window.onerror = NoErrors;