<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="824.44">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 16.0px 0.0px; font: 13.0px Verdana; color: #ff9a3a}
  </style>
</head>
<body>
<p class="p1">theObjects = document.getElementsByTagName("object");<br>
for (var i = 0; i &lt; theObjects.length; i++) {<br>
theObjects[i].outerHTML = theObjects[i].outerHTML;<br>
}</p>
</body>
</html>
