/*
http://www.milonic.com/activateflash.php?
Microsoft recently released a security update to Microsoft Internet Explorer through Auto Update that disables Flash and other Applets by default.

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp


*/

if(ie55){
_miO=_d.getElementsByTagName("object"); 
for(var x=0;x<_miO.length;x++)_miO[x].outerHTML=_miO[x].outerHTML;
}
