﻿window.onerror = function() 
{
    window.status = "";
    return true;
}