
//
// Source
//   http://www.experts-exchange.com/Web/WebDevSoftware/Flash/Q_22016719.html
//
// Include a link to this code at the end of your web page:
//   <script type="text/javascript" src="ieupdate.js"></script>
//

theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++)
  theObjects[i].outerHTML = theObjects[i].outerHTML;
