	function  {
		//Het probleem lijkt zicht niet meer voor te doen: http://support.microsoft.com/kb/912945
		//Microsoft meldt dat het verwijderd is uit IE: 
		//"In April 2008, the behavior that is described in this article was removed from Internet Explorer by security update MS08-024"
		return false;
		/*
		try {
			theObjects = document.getElementsByTagName("EMBED"); 
			for (var i = 0; i < theObjects.length; i++) {
				theObjects[i].outerHTML = theObjects[i].outerHTML; 
			}
		}
		catch(err) {
			//No error catching necessary
		}*/
	}

