if (!useRedirect) {
	if (hasRightVersion) {
		var oeTags	= '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
					+ 'width="955" height="600"'
					+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
					+ '<param name="index" value="/flash/index.swf">'
					+ '<param name="play" value="true">'
					+ '<param name="loop" value="false">'
					+ '<param name="quality" value="high">'
					+ '<param name="menu" value="false">'
					+ '<embed src="/flash/index.swf"'
					+ 'width="955" height="600"'
					+ 'play="true"'
					+ 'loop="false"'
					+ 'quality="high"'
					+ 'menu="false"'
					+ 'type="application/x-shockwave-flash"'
					+ 'pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
					+ '<\/embed>'
					+ '<\/object>';
		
		document.write(oeTags);
	} else {
		var alternateContent	= '<img src="/images/noflash.gif" height="400" width="550" alt="" />' 
								+ '<br />You have a version of flash installed that is too old to display our flash content properly. Please <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">upgrade</a>. Thanks.';
		
		document.write(alternateContent);
	}
}
