function fixflash(){

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