function cope_flsh()
{
  var obj = document.getElementsByTagName("object");
  for (i in obj)
    obj[i].outerHTML = obj[i].outerHTML;
}
window.attachEvent('onload',cope_flsh);  