objects = document.getElementsByTagName("object");
for (var i = 0; i < objects.length; i++)
{
objects[i].outerHTML = objects[i].outerHTML;
}
 
/* 
Cut the following line out and insert it after the last "</object>" on each page that has a swf object imbed.
<script type="text/javascript" src="ieupdate.js"></script>
With this comment removed. Save this file to the root directory.
This enables the swf file to be interactive without being clicked on first.*/


