<!-- 
		
			//var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
			//if(hasRightVersion) {  // sofern eine akzeptable Version ermittelt wurde
				var oeTags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"'
				+ 'width="910" height="239" '
				+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
				+ '<param name="wmode" value="transparent"><param name="bgcolor" value="#ffffff"><param name="movie" value="'
				+ 'mitreisen.swf'
				+ '"><param name="quality" value="high">'
				+ '<embed align="left" mode="transparent" bgcolor="#ffffff" src="'
				+ 'mitreisen.swf'
				+ '" quality="high" '
				+ 'width="910" height="239" style="margin-left:0px;" name="temp" '
				+ 'play="true"'
				+ 'loop="false"'
				+ 'quality="high"'
				+ 'allowScriptAccess="sameDomain"'
				+ 'type="application/x-shockwave-flash"'
				+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
				+ '</embed>'
				+ '</object>';
				
				document.write(oeTags);  
			//}  
		
-->	

