// In this section we set up the content to be placed dynamically on the page.
// Customize movie tags and alternate html content below.

if (!useRedirect) {    // if dynamic embedding is turned on
  if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags = '<td width="199" valign="top" bgcolor="#EBE4D1" align="center">\
	<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="199" height="200" id="Side Navigation casino">\
<param name="allowScriptAccess" value="sameDomain" />\
<param name="movie" value="/Flash/sidenav_casinos.swf" />\
<param name="menu" value="false" />\
<param name="quality" value="high" />\
<param name="bgcolor" value="#EBE4D1" />\
<param name="wmode" value="transparent">\
<embed src="/Flash/sidenav_casinos.swf" quality="high" bgcolor="#EBE4D1" width="199" height="200" name="Side Navigation casino" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />\
</object>';
	   document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    // NOTE: height, width are required!
    var alternateContent = '<td width="199" background="images/sidebar_bg.gif" valign="top" align="center">\
			<table width="199" border="0" cellspacing="0" cellpadding="17">\
				<tr>\
					<td>\
						<a href="/casino_slots.asp"><img src="/images/casino_slots_off.gif" width="151" height="24" alt="Slots" border="0" name="slots"></a><br>\
						<a href="/casino_table.asp"><img src="/images/casino_table_off.gif" width="151" height="24" alt="Table Games" border="0" name="table"></a><br>\
						<a href="/casino_winnersclub.asp"><img src="/images/casino_winners_off.gif" width="151" height="24" alt="Winners Club" border="0" name="winnersclub"></a><br>\
						<a href="/casino_promotions.asp"><img src="/images/casino_promos_off.gif" width="151" height="24" alt="Casino Promotions" border="0" name="promos"></a><br>\
						<a href="/casino_resp_gaming.asp"><img src="/images/casino_responsible_off.gif" width="151" height="24" alt="Responsible Gaming" border="0" name="responsible"></a><br>\
						<a href="/casino_forms.asp"><img src="/images/casino_forms_off.gif" width="151" height="24" alt="Gaming Forms" border="0" name="forms"></a>\
					</td>\
				</tr>\
			</table>';
    document.write(alternateContent);  // insert non-flash content
	// <a href="/casino_poker.asp"><img src="/images/casino_poker_off.gif" width="151" height="24" alt="Poker Room" border="0" name="poker"></a><br>\
  }
}