if(hasRightVersion) {
	var oeTags = '<div class="navbar">'
	+ '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'width="780" height="60"'
	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
	+ '<param name="movie" value="../flash/navmain.swf">'
	+ '<param name="play" value="true">'
	+ '<param name="loop" value="false">'
	+ '<param name="quality" value="high">'
	+ '<param name="menu" value="false">'
	+ '<param name="FlashVars" value="navLevelAttrib=2">'
	+ '<embed src="../flash/navmain.swf"'
	+ 'width="780" height="60"'
	+ 'play="true"'
	+ 'loop="false"'
	+ 'quality="high"'
	+ 'menu="false"'
	+ 'FlashVars="navLevelAttrib=2"'
	+ 'type="application/x-shockwave-flash"'
	+ 'pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
	+ '<\/embed>'
	+ '<\/object>'
	+ '<\/div>';
	document.write(oeTags);
} else {
	var alternateContent = '<div id="navbar_noscript">'
		+ '<table width="780" border="0" cellspacing="0" cellpadding="0">'
		+ '	<tr>'
		+ '		<td><a href="../index.php"><img src="../img/menu/home.gif" alt="Home" height="29" width="77" border="0"><\/a><\/td>'
		+ '		<td><a href="../season/index.php"><img src="../img/menu/season.gif" alt="Season &amp; Tickets" height="29" width="198" border="0"><\/a><\/td>'
		+ '		<td><a href="../events/index.php"><img src="../img/menu/events.gif" alt="Events" width="77" height="29" border="0"><\/a><\/td>'
		+ '		<td><a href="../discover/index.php"><img src="../img/menu/discover.gif" alt="Discover the Opera" height="29" width="219" border="0"><\/a><\/td>'
		+ '		<td><a href="../support/index.php"><img src="../img/menu/support.gif" alt="Support the Opera" height="29" width="209" border="0"><\/a><\/td>'
		+ '	<\/tr>'
		+'<\/table>'
		+ '<\/div>';
	document.write(alternateContent);
}

