//put this line of code UNDER the last object on a page (remove the space in the closing tag)
//<script type="text/javascript" src="includes/ieupdate.js"></ script>

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