function ClearError() {
window.status = "There is a javascript error on this page.  Please e-mail the website owner of this page and inform him of this.";
return true;
}

window.onerror = ClearError;

