// 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,29,0" width="460" height="250">'
    + '<param name="movie" value="tkb_nav.swf">'
    + '<param name="quality" value="high"><param name="SCALE" value="noborder">'
    + '<embed src="tkb_nav.swf" width="460" height="250" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed></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 = '<img name="tkb_nav" src="images/tkb_nav.gif" width="460" height="250" border="0" usemap="#m_tkb_nav" alt=""><map name="m_tkb_nav">'
	+ '<area shape="rect" coords="376,228,460,250" href="comments.asp" alt="" >'
	+ '<area shape="rect" coords="313,228,376,250" href="nitelife.asp" alt="" >'
	+ '<area shape="rect" coords="227,228,311,250" href="employment.asp" alt="" >'
	+ '<area shape="rect" coords="162,228,226,250" href="contact.asp" alt="" >'
	+ '<area shape="rect" coords="104,228,160,250" href="menus.asp" alt="" >'
	+ '<area shape="rect" coords="0,228,104,250" href="about.asp" alt="" >'
	+ '</map>';
    document.write(alternateContent);  // insert non-flash content
  }
}
