	/* This script is used to disable Internet Explorer 7 from displaying "Click to activate" messages on a Flash object. Be sure to add the js call, at the bottom of the page. (<script type="text/javascript" src="js/ie7-activex-fixit.js"></script>
) */	
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}

