function RemoveFlashProblem(){
	theActiveObjects = document.getElementsByTagName("object"); 
	for (var theActiveObjectsIndex = 0; theActiveObjectsIndex < theActiveObjects.length; theActiveObjectsIndex++) { 
	  theActiveObjects[theActiveObjectsIndex].outerHTML = theActiveObjects[theActiveObjectsIndex].outerHTML; 
	}
}