// FLASH IE FIX

theObjects = document.getElementsByTagName("object");

for (var i = 0; i < theObjects.length; i++)

{theObjects[i].outerHTML = theObjects[i].outerHTML;}

//breakout_of_frame 
 //if (top.location != location)  top.location.href = document.location.href;
 //function setFront()
// {
 // self.focus(); 
 //}