function flash () {
					/*<![CDATA[*/
				<!--
					var hasRightVersion = DetectFlashVer(6, 0, 0);
					if (hasRightVersion) {  // if we've detected an acceptable version
						AC_FL_RunContent(
							"movie", "fileadmin/mllev/media/flash/intro_155x90",
							"width", "155",
							"height", "90",
							"loop", "false",
							"quality", "high",
							"menu", "false",
							"base", "http://82.192.201.34/mllev/",
							
							
							"allowScriptAccess","sameDomain",
							"type", "application/x-shockwave-flash",
							"codebase", "http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab",
							"pluginspage", "http://www.adobe.com/go/getflashplayer"
						);
					} else {  // flash is too old or we can't detect the plugin
						var alternateContent = '<img src="fileadmin/mllev/media/logo/signet_mll.gif" width="155" height="90" border="0" alt="Logo Mll e.V." title="Logo Mll e.V." />';
						document.write(alternateContent);  // insert non-flash content
					}
				// -->
					/*]]>*/
                    }