//alert("FOUND");


var f=""
  // ------------------- EMAIL BILL HEIM ------------------ 
f=f+"<HR>"
f=f+"<DIV class='resetFontFace'>"
f=f+"<P><TABLE WIDTH='485' BORDER='0' CELLSPACING='0'>"
f=f+"     <TR><TD ALIGN='center'>To provide feedback to Bill, "
//f=f+   "<b> <a href='../leecreek/bh_email.html'>send email</a></b>"
f=f+   "<b> <a href='" + pth + "leecreek/bh_email.html'>send email</a></b>"

f=f+"   </TD></TR></TABLE></P>"
f=f+"</DIV>"


  // ------------------- CELL CLOSE ------------------
f=f+"<P>&nbsp;</P>"
f=f+"</TD></TR>"
f=f+"</TABLE></TD>"
  // ------------------- RIGHT SIDE SHADOW ------------------ 
f=f+"<TD width='5' border='0' background='" + pth + "bin/images/shadow-rh.jpg'>&nbsp;</TD></TR>"
  // --------------------- BOTTOM SHADOW -------------------->
f=f+"<TR><TD height='5' colspan='2' background='" + pth + "bin/images/shadow-bot.jpg'>"
f=f+"     <img src='" + pth + "bin/images/shadow-bot.jpg' border='0'></TD></TR>"
f=f+"<TR><TD colspan='2' bgcolor='#FFFFFF'>"
f=f+"     <img src='" + pth + "bin/images/spacer4x4.gif' height='6'></TD></TR>"
  // -------------------- FOOTER NAV MENU ------------------->
f=f+"<TR><TD colspan='2' bgcolor='#FFFFFF'>"
f=f+"<center>"
f=f+"<TABLE width='410'  border='0' cellspacing='0' cellpadding='0'>"
f=f+"   <TR><TD width='90' class='footerTitles' align='left'>ELASMO.COM</TD>"
f=f+"       <TD width='320' class='footerLinks' align='center'>"
f=f+"          <a href='" + pth + "home.html'><b>Home</b></a> | "
f=f+"          <a href='" + pth + "leecreek/leecreek.html'><b>Lee Creek</b></a> | "
f=f+"          <a href='" + pth + "paleo/paleo.html'><b>Fauna</b></a> | "
f=f+"          <a href='" + pth + "genera/genera.html'><b>Genera</b></a> | "
f=f+"          <a href='" + pth + "heim/heim.html'><b>Heim</b></a> | "
f=f+"          <a href='" + pth + "batoids/batoid.html'><b>Batoids</b></a> | "
f=f+"          <a href='" + pth + "selachin/selachin.html'><b>Topics</b></font></TD></TR>"
f=f+"   <TR><TD width='90' class='footerTitles' align='left'>REFERENCES:</TD>"
f=f+"       <TD width='320' class='footerLinks' align='center'>"
f=f+"          <a href='" + pth + "refs/biblio/biblio.html'><b>Bibliography</b></a> | "
f=f+"          <a href='" + pth + "refs/chronostratig.html'><b>Chronostratigraphy</b></a> | "
f=f+"          <a href='" + pth + "refs/geotime.html'><b>GeoTime</b></a> | "
f=f+"          <a href='" + pth + "refs/maps.html'><b>PaleoMaps</b></a> | "
f=f+"          <a href='" + pth + "refs/terms/glossary.html'><b>Terms</b></a></font></TD></TR>"
f=f+"   <TR><TD width='90' valign=top  class='footerTitles' align='left'><b>E-MAIL:"
f=f+"          <a href='" + pth + "leecreek/email.html'><img src='" + pth + "bin/images/email.gif' width=27 height=13 border=0 align=bottom></a></font></TD>"
f=f+"       <TD width='320' class='footerLinks' align='center'>"
f=f+"           <b><i>" + dt +"</i></b></TD></TR>"

f=f+"  </TABLE></center>"

f=f+"</TD></TR>"
f=f+"<TR><TD colspan='2' bgcolor='#FFFFFF'>"
f=f+"     <img src='" + pth + "bin/images/spacer4x4.gif' height='6'></TD></TR>"
f=f+"</TABLE>"
f=f+"</DIV>"
f=f+"</BODY>"
f=f+"</HTML>"





document.write(f)



         

