function ieFlashFix()
{
	var swfObjects = document.getElementsByTagName('object'); 
	for(var i = 0; i < swfObjects.length; i++)
	{
		swfObjects[i].outerHTML = swfObjects[i].outerHTML; 
	}
}
if(navigator.userAgent.match(/MSIE/)) ieFlashFix();
