// Add the following line to the end of the last OBJECT script on each page that uses AMARA FLASH:
//
// <script type="text/javascript" src="ieupdate.js"></script>
//
// It will call this script and remove the border around the flash in IE


theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}
