<!--
	// In this section we set up the content to be placed dynamically on the page.
	// Customize movie tags and alternate html content below.

	if(hasRightVersion) {  // if we've detected an acceptable version
		var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+indexSwfWidth+'" height="'+indexSwfHeight+'" id="mainmovie" align="top">'
		+ '<param name="movie" value="'+indexSwf+'" />'
		+ '<param name="quality" value="high" />'
		+ '<param name="bgcolor" value="#'+indexSwfColor+'" />'
		+ '<embed src="'+indexSwf+'" quality="high" bgcolor="#'+indexSwfColor+'" width="'+indexSwfWidth+'" height="'+indexSwfHeight+'" name="mainmovie" align="top" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>'
		document.write(oeTags);   // embed the flash movie
	 } else {
		// no-flash content goes here		
		var alternateContent = '<a href="about.php"><img src="'+noFlashImg+'" width="'+noFlashImgWidth+'" height="'+noFlashImgHeight+'" border="0" alt="" /></a>'

		document.write(alternateContent);   // embed the no-flash content
	}

// -->
