objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}
<!-- http://www.webdeveloper.com/forum/showthread.php?t=103096
It is part of the outcome of a court case that Microsoft lost where they were required to remove 
the code that seemlessly connects objects into web pages. The simplest solution for people who 
don't want to click on the "authorise" links is to switch to using a modern web browser.

There is a way of recoding the page using Javascript to bypass the message but that involves 
completely rewriting every page of your site with embedded objects just so that a 12 year old 
antique can avoid popping up a message. Modern browsers don't have a problem with it. Since most 
people wont bother making the change the browser share for IE should soon drop below 50% - only those 
who don't know about real web browsers or who like clicking messages will stick with it.
__________________
Stephen

Helping others to solve their computer problem at http://www.felgall.com/
Web design ebooks and software - http://members.felgall.com/
Focus on Javascript - http://javascript.about.com/ 
-->