// JavaScript Document
theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
 theObjects[i].outerHTML = theObjects[i].outerHTML; 
}

/*
var header_flash_animation = document.getElementById("header_flash_animation");  
header_flash_animation.outerHTML = header_flash_animation.outerHTML;
*/