// Fix IE Flash "click to activate and use this control" problem.
// After all <object> tags in HTML body, add the line: <script type="text/javascript" src="fixieobject.js"></script>
theIEObjects = document.getElementsByTagName("object");
for (var i = 0; i < theIEObjects.length; i++) {
theIEObjects[i].outerHTML = theIEObjects[i].outerHTML;
}
