objects = document.getElementsByTagName("object");
ONum= objects.length-1;
objects[ONum].outerHTML = objects[ONum].outerHTML;
