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