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