if (navigator.appName == "Microsoft Internet Explorer") {
    theObjects = document.getElementById("FlashObject"); 
    theObjects.outerHTML = obj;
    
    //for (var i = 0; i < theObjects.length; i++) { 
    //    theObjects[i].outerHTML = obj//theObjects[i].outerHTML;     
    //}
}