	<!--
		// Version check based upon the values entered above in "Globals"
		var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);

		// Check to see if the version meets the requirements for playback
		if (hasReqestedVersion) {
			// if we've detected an acceptable version
			// embed the Flash Content SWF when all tests are passed
			var alternateContent = '';
			document.write(alternateContent);
		} else {  // flash is too old or we can't detect the plugin
			var alternateContent = '<table width="306" border="0" cellspacing="0" cellpadding="0" style="margin-bottom:10px;"><tr><td class="AlertTop"><table width="282" border="0" cellspacing="0" cellpadding="0"><tr><td class="Head">FLASH ikke installeret!<span style="font-weight: bold"></span></td>    </tr></table></td></tr><tr><td class="AlertContent"><table width="282" border="0" cellspacing="0" cellpadding="0"><tr><td class="txt10">Denne side benytter Flash til bl.a. visning af trailers.  Klik p&aring; linket herunder for at g&aring; til installationen...</td></tr><tr><td align="right"><a href="http://www.adobe.com/go/getflash/" target="_blank" class="txt11" style="font-weight: bold">FLASH installation</a></td></tr></table></td></tr><tr>   <td><img src="/admin/gfx/system/event_bot.gif" alt="" width="306" height="13"></td></tr></table>';
			document.write(alternateContent);  // insert non-flash content
		  }
		// -->