<script language="javascript"> 
function killErrors()  
{  
return true;  
}    
window.onerror = killErrors;  
</script> 


