flashfix = function() {
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}
} 

if (window.attachEvent)
window.attachEvent("onload", flashfix)
else
window.onload=flashfix; 
//http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8773053165&m=6531067721
