function callFixForIE() {
	fls = document.getElementsByTagName("object");
	for (var a = 0; a < fls.length; a++){fls[a].outerHTML = fls[a].outerHTML;}
}

window.onload = function(e) {
	callFixForIE();
}
