function stopErrors()
{
return true;
}
//alert("Error...");
window.onerror = stopErrors;
