objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
    objects[i].outerHTML = objects[i].outerHTML;
}
/*  

To fix the problem, please follow these steps:

1) Just below the last <object> in your HTML page, insert the following Javascript:

<script type="text/javascript" src="ieupdate.js"></script>

2) Add this .js file to your website directory.

3) Save this file as ieupdate.js to the root of your website (or where you save your html pages)

4) Upload both files to your webserver, and the problem should be solved.

*/
