// Stop JavaScript Error dialog from showing
// Script © copyright 1997-2000, Boogie Jack; All Rights Reserved; Used by permission
// http://www.boogiejack.com
// Contact webmaster@boogiejack.com
function stopError() {
return true;
 }

window.onerror = stopError;