// 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 content='<table border="0" cellspacing="0" cellpadding="0">'
+ '  <tr> '
+ '    <td bgcolor="#FFFFFF" valign="top" colspan="8"><img src="images/spacer.gif" width="1" height="10" alt=""></td>'
+ '  </tr>'
+ '  <tr> '
+ '    <td bgcolor="#FFFFFF" valign="top"><img src="images/spacer.gif" width="10" height="1" alt=""></td>'
+ '    <td colspan="2" bgcolor="#FF8600" valign="top"><table width=350 border=0 cellpadding=0 cellspacing=0>'
+ '        <tr> '
+ '          <td> <img src="images/spacer.gif" width=92 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=37 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=36 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=31 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=39 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=41 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=17 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=57 height=1 alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td rowspan=4> <a href="index.html" target="_top"><img src="images/nav/go_nav_GO.gif" width=92 height=92 name="go" alt="" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="#" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'schedule\',\'\',\'images/nav/go_nav_SCHEDULE_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_SCHEDULE.gif" width=73 height=36 name="schedule" alt="Schedule" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="location/loc_views.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'loc\',\'\',\'images/nav/go_nav_LOCATION_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_LOCATION.gif" width=70 height=36 name="loc" alt="Location" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="survey/survey.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'survey\',\'\',\'images/nav/go_nav_SURVEY_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_SURVEY.gif" width=58 height=36 name="survey" alt="Survey" border="0"></a></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_UR.gif" width=57 height=57></td>'
+ '		  '
+ '    <td rowspan=4><img src="images/spacer.gif" width="10" height="1" alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td colspan=6> <img src="images/nav/go_nav_MID.gif" width=201 height=21></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_BL.gif" width=37 height=35></td>'
+ '          '
+ '    <td colspan=2> &nbsp;</td>'
+ '          '
+ '    <td colspan=2> <a href="uniform/uniform_core.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'new_uniforms\',\'\',\'images/nav/go_nav_UNIFORMS_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_UNIFORMS.gif" width=80 height=19 name="new_uniforms" alt="New Uniforms" border="0"></a></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_ARROW.gif" width=17 height=35 alt=""></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_ESPLORE.gif" width=57 height=35 name="explore" alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td colspan=4> <img src="images/nav/go_nav_BOTTOM.gif" width=147 height=16></td>'
+ '        </tr>'
+ '      </table></td>'
+ '    <td><img src="images/spacer.gif" width="10" height="1" alt=""></td>'
+ '    <td><img src="images/spacer.gif" width="175" height="1" alt=""></td>'
+ '    <td valign="top" align="center"><img src="images/spacer.gif" width="10" height="1" alt=""></td>'
+ '    <td valign="top" align="center"><a href="index.html" target="_top"><img src="images/logo.gif" width="175" height="45" border="0"></a></td>'
+ '    <td><img src="images/spacer.gif" width="1" height="120" alt=""></td>'
+ '  </tr>'
+ '</table>';

    var oeTags = '<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'WIDTH="740" HEIGHT="520"'
    + 'CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<PARAM NAME="MOVIE" VALUE="images/home/home_flash.swf">'
    + '<PARAM NAME="PLAY" VALUE="true">'
    + '<PARAM NAME="LOOP" VALUE="false">'
    + '<PARAM NAME="QUALITY" VALUE="high">'
    + '<PARAM NAME="MENU" VALUE="false">'
    + '<PARAM NAME="SALIGN" VALUE="lt">'
    + '<EMBED SRC="images/home/home_flash.swf"'
    + 'WIDTH="740" HEIGHT="520"'
    + 'PLAY="true"'
    + 'LOOP="false"'
    + 'QUALITY="high"'
    + 'MENU="false"'
    + 'salign="lt"'
    + 'TYPE="application/x-shockwave-flash"'
    + 'PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'
    + '</EMBED>'
    + '</OBJECT>';
	document.write(content);
    document.write(oeTags);   // embed the flash movie
  } else {  



var alternateContent = '<table border="0" cellspacing="10" cellpadding="0">'
+ '  <tr> '
+ '    <td rowspan="2" colspan="2" bgcolor="#FF8600" valign="top"><table width=350 border=0 cellpadding=0 cellspacing=0>'
+ '        <tr> '
+ '          <td> <img src="images/spacer.gif" width=92 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=37 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=36 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=31 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=39 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=41 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=17 height=1 alt=""></td>'
+ '          <td> <img src="images/spacer.gif" width=57 height=1 alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td rowspan=4> <a href="index.html" target="_top"><img src="images/nav/go_nav_GO.gif" width=92 height=92 name="go" alt="" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="schedule/sched_03_20.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'schedule\',\'\',\'images/nav/go_nav_SCHEDULE_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_SCHEDULE.gif" width=73 height=36 name="schedule" alt="Schedule" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="location/loc_views.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'loc\',\'\',\'images/nav/go_nav_LOCATION_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_LOCATION.gif" width=70 height=36 name="loc" alt="Location" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="survey/survey.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'survey\',\'\',\'images/nav/go_nav_SURVEY_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_SURVEY.gif" width=58 height=36 name="survey" alt="Survey" border="0"></a></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_UR.gif" width=57 height=57 alt=""></td>'
+ '		  '
+ '    <td rowspan=4><img src="images/spacer.gif" width="10" height="1" alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td colspan=6> <img src="images/nav/go_nav_MID.gif" width=201 height=21 alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_BL.gif" width=37 height=35 alt=""></td>'
+ '          '
+ '    <td colspan=2> <a href="webimpact/webimpact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'web_impact\',\'\',\'images/nav/go_nav_WEBIMPACT_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_WEBIMPACT.gif" width=67 height=19 name="web_impact" alt="Web Impact" border="0"></a></td>'
+ '          '
+ '    <td colspan=2> <a href="uniform/uniform_core.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'new_uniforms\',\'\',\'images/nav/go_nav_UNIFORMS_ov.gif\',1)" target="_top"><img src="images/nav/go_nav_UNIFORMS.gif" width=80 height=19 name="new_uniforms" alt="New Uniforms" border="0"></a></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_ARROW.gif" width=17 height=35 alt=""></td>'
+ '          '
+ '    <td rowspan=2> <img src="images/nav/go_nav_ESPLORE.gif" width=57 height=35 name="explore" alt=""></td>'
+ '        </tr>'
+ '        <tr> '
+ '          '
+ '    <td colspan=4> <img src="images/nav/go_nav_BOTTOM.gif" width=147 height=16 alt=""></td>'
+ '        </tr>'
+ '      </table></td>'
+ '    <td>&nbsp;</td>'
+ '    <td valign="top" align="center"><a href="index.html" target="_top"><img src="images/logo.gif" width="175" height="45" border="0" alt="24 Hour Fitness"></a></td>'
+ '    <td><img src="images/spacer.gif" width="1" height="120" alt=""></td>'
+ '  </tr>'
+ '  <tr> '
+ '    <td height="120" bgcolor="#0052C2" valign="top" align="right"> '
+ '      <img src="images/home/home_challenge_left.gif" width="118" height="50" border="0" usemap="#MapMap"><br>'
+ '      <img src="images/spacer.gif" width="175" height="10" alt=""></td>'
+ '    <td bgcolor="#0052C2" valign="top"><img src="images/home/home_challenge_right.gif" width="166" height="65" usemap="#Map" border="0" alt="PARTNER FOR LIFE Annual Corporate Challenge"></td>'
+ '    <td><img src="images/spacer.gif" width="1" height="120" alt=""></td>'
+ '  </tr>'
+ '  <tr> '
+ '    <td bgcolor="#FFD800" valign="top" align="right" width="175"><a href="home_welcome.html" target="_top"><img src="images/home/home_welcome.gif" width="72" height="36" border="0"></a></td>'
+ '    <td align="center" valign="middle" width="175" bgcolor="#FFD800">&nbsp;</td>'
+ '    <td bgcolor="#FFD800">&nbsp;</td>'
+ '    <td valign="top"><img src="images/home/home_situp.jpg" width="175" height="120"></td>'
+ '    <td><img src="images/spacer.gif" width="1" height="120" vspace="0" hspace="0" border="0"></td>'
+ '  </tr>'
+ '  <tr> '
+ '    <td height="120">&nbsp;</td>'
+ '    <td valign="top" colspan="2"> '
+ '      <table width="360" border="0" cellspacing="0" cellpadding="0">'
+ '        <tr>'
+ '          <td width="175" bgcolor="#FFD800">&nbsp;</td>'
+ '          <td width="10"><img src="images/spacer.gif" width="1" height="120" alt=""></td>'
+ '          <td bgcolor="#FFD800" valign="top"> '
+ '            <div align="right"><a href="home_sponsors.html" target="_top"><img src="images/home/home_sponsors.gif" width="83" height="43" border="0"></a></div>'
+ '</td>'
+ '        </tr>'
+ '      </table>'
+ '</td>'
+ '    <td align="center" valign="top">&nbsp;</td>'
+ '    <td><img src="images/spacer.gif" width="1" height="120" alt=""></td>'
+ '  </tr>'
+ '</table>'
+ '<map name="Map">'
+ '  <area shape="rect" coords="2,21,180,60" href="home_challenge.html" target="_top">'
+ '</map>'
+ '<map name="MapMap">'
+ '<area shape="rect" coords="2,21,120,45" href="home_challenge.html" target="_top">'
+ '</map>'

    document.write(alternateContent);
  }
}
