// 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 = '<table width="528" border="0" cellpadding="0" cellspacing="0"><tr><td height="90" colspan="3" valign="top">'
    + '<img src="images/landing_01.jpg" width="97" height="90"><img src="images/landing_02.jpg" width="336" height="90"><img src="images/landing_03.jpg" width="95" height="90"></td></tr>'
    + '<tr><td width="97" height="310" valign="top"><img src="images/landing_05.jpg" width="97" height="310"></td><td width="336" valign="top">'
    + '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="336" height="310">'
    + '<param name="movie" value="intro.swf">'
    + '<param name="quality" value="high">'
    + '<embed src="intro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="336" height="310">'
    + '</embed>'
    + '</object>'
    + '</td><td width="95" valign="top"><img src="images/landing_07.jpg" width="95" height="310"></td></tr>'
    + '<tr><td height="149" valign="top"><img src="images/landing_09.jpg" width="97" height="149"></td>'
    + '<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>'
    + '<td width="336" height="149" valign="top"><img src="images/landing_copy_yes.jpg" width="336" height="96">'
    + '<a href="http://2ndnaturestudio.com/" target="_blank">'
    + '<img src="images/2nd_credit.gif" alt="site design::2ndNature::an interactive studio" name="credit_img" width="336" height="18" border="0" id="credit_img" onMouseOver="MM_swapImage(\'credit_img\',\'\',\'images/2nd_credit-over.gif\',1)" onMouseOut="MM_swapImgRestore()"></a>'
    + '<img src="images/landing_copy_bttm.jpg" width="336" height="35" border="0"></td></tr>'
    + '</table></td><td valign="top"><img src="images/landing_11.jpg" width="95" height="149"></td></tr></table>';
    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 = '<table width="528" border="0" cellpadding="0" cellspacing="0"><tr><td colspan="3" valign="top">'
    + '<img src="images/landing_01.jpg" width="97" height="90"><img src="images/landing_02.jpg" width="336" height="90"><img src="images/landing_03.jpg" width="95" height="90"></td></tr>'
    + '<tr><td width="97" valign="top"><img src="images/landing_05.jpg" width="97" height="310"></td><td width="336" valign="top">'
    + '<img src="images/intro_no.jpg" width="336" height="310" usemap="#Map"></td><td width="95" valign="top"><img src="images/landing_07.jpg" width="95" height="310"></td>'
    + '</tr><tr><td valign="top"><img src="images/landing_09.jpg" width="97" height="149"></td><td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">'
    + '<tr><td width="336" height="149" valign="top"><img src="images/landing_copy_no.jpg" width="336" height="96">'
    + '<a href="http://2ndnaturestudio.com/" target="_blank"><img src="images/2nd_credit.gif" alt="site design by::2ndNature::an interactive studio" name="credit_img" width="336" height="18" border="0" id="credit_img" onMouseOver="MM_swapImage(\'credit_img\',\'\',\'images/2nd_credit-over.gif\',1)" onMouseOut="MM_swapImgRestore()"></a><img src="images/landing_copy_bttm.jpg" width="336" height="35" border="0"></td>'
    + '</tr></table></td><td valign="top"><img src="images/landing_11.jpg" width="95" height="149"></td></tr><tr><td></td><td></td><td></td></tr></table>'
    + '<map name="Map"><area shape="rect" coords="165,223,231,298" href="http://www.macromedia.com/go/getflashplayer"><area shape="rect" coords="242,223,315,299" href="javascript:launchSite()"></map>';
    document.write(alternateContent);  // insert non-flash content
  }
}