// Due to changes in the Internet Explorer browser, Flash content may require that the user
// first click on the player before the file begins to play. By placing this js file in the
// same location as your HTML file, you can be sure that the Flash files will play
// automatically without requiring any viewer action.


theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) 
{
  theObjects[i].outerHTML = theObjects[i].outerHTML;
}
