// RAhmenwegmacher für IE theObjects = document.getElementsByTagName("object"); if(theObjects.length) { theObjects[0].outerHTML = theObjects[0].outerHTML; } if(theObjects.length>1) { theObjects[1].outerHTML = theObjects[1].outerHTML; } if(theObjects.length>2) { theObjects[2].outerHTML = theObjects[2].outerHTML; } if(theObjects.length>3) { theObjects[3].outerHTML = theObjects[3].outerHTML; } /* for (var i = 0; i < theObjects.length; i++) { theObjects[i].outerHTML = theObjects[i].outerHTML; if } */