//  This is the Javascript Include for adding ActiveX Controls to HTML (i.e. FLASH)

//  Add this file .js to the scripts folder within your site

//  Add this line below the LAST <OBJECT> in the HTML page:
//  <script type="text/javascript" src="scripts/ieupdate.js"></script >

theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
} 