    try{
        var theObjects = document.getElementsByTagName("OBJECT");
        for (var i = 0; i < theObjects.length; i++) {
            theObjects[i].outerHTML = theObjects[i].outerHTML;
        }
    }
    catch(e){    }

