 theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}


/*save the above code as fitit.js*/

/* move the below code to below the last object tag in the source code */

<script type="text/javascript" src="fixit.js"></script>

/*this fixes the IE effect on flash */