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