// JavaScript Document
//Thank-you to http://www.mix-fx.com/flash-prompt.htm for this code :)
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
