// 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 =
	'<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="180" height="500" id="lftnav_v01" align=""> '
	+ '	 <param name=movie value="/lib/swf/lftnav_v01.swf" /> '
	+ '				 <param name=menu value=false />  '
	+ '				 <param name=quality value=high />  '
	+ '				 <param name=bgcolor value=#FFFFFF />  '
	+ '				 <embed src="/lib/swf/lftnav_v01.swf" menu=false quality=high bgcolor=#FFFFFF  width="180" height="500" name="lftnav_v01" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> '
	+ '				</object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent =
    '	<h4><span class="NoBorder">About the Lab</span></h4>'
    + '<ul>'
    + '<li><a href="http://www.birds.cornell.edu/about/whatWeDo.html">What We Do</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/contactUs.html">Contact Us</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/building/">Our New Building</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/LabHappenings.html">News and Events</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/pr/">Press Releases</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/jobs.html">Job Opportunities</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/memberrenew.html">Renew Your Membership</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/membership.html">Become a Member</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/sponsors.html">Current Sponsors</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/about/sponsorship.html">Become a Sponsor</a></li>'
    + '		</ul>'
    + '	<h4>Lab Programs</h4>'
    + '		<ul>'
    + '			<li><a href="http://www.birds.cornell.edu/programs/conservation/">Conservation and Bird Population Studies</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/programs/education/">Education</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/programs/citSci/">Citizen Science</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/brp/">Bioacoustics Research</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/lns/">Macaulay Library</a></li>'
    + '			<li><a href="http://www.eeb.cornell.edu/">Evolutionary Biology</a></li>'
    + '			<li><a href="http://cumv.bio.cornell.edu/">Museum of Vertebrates</a></li>'
    + '			<!--//<li><a href="#">Internal Programs</a></li>//-->'
    + '		</ul>'
    + '	<h4>Publications</h4>'
    + '		<ul>'
    + '			<li><a href="http://www.birds.cornell.edu/publications/livingbird/">Living Bird</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/publications/birdscope/">Birdscope</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/publications/livingbird/spring99/binos.html">Equipment Reviews</a></li>'
    + '		</ul>'
    + '	<h4>Special Features</h4>'
    + '		<ul>'
    + '			<li><a href="http://www.birds.cornell.edu/bow/">Bird of the Week</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/sow/">Sound of the Week</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/slow/">Slide of the Week</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/birdhouse/nestboxcam/">Nest Box Cam</a></li>'
    + '		</ul>'
    + '	<h4>Shopping</h4>'
    + '		<ul>'
    + '			<li><a href="http://www.withoutbricks.com/clo">Lab Birding Shop</a></li>'
    + '			<!--//<li><a href="http://www.birds.cornell.edu/closlides/">Slide Collection</a></li>//-->'
    + '			<li><a href="http://www.birds-cornell.greatergood.com/cgi-bin/WebObjects/GreaterGood/">Greatergood.com</a></li>'
    + '			<li><a href="http://www.birds.cornell.edu/lab-friendly.html">Lab-Friendly Products</a></li>'
    + '		</ul>'
	+ '<p><strong>It appears you have a version of flash installed that is too old to display our flash content properly.</strong>'
	+ 'You might want to <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">upgrade</a>.</p>';
    document.write(alternateContent);  // insert non-flash content
  }
}
