// Insert footer which contains
// horizontal line bottom naviagtion and copyright information

document.write("  <DIV id=sub-nav> <!-- begin sub-nav (Bottom Menu) -->");

//document.write("      <A class='navhome' href='http://www.modernfalconry.com' title='Return to Modern Falconry's home page.'>");
//document.write("          home");
//document.write("      </A>");
//document.write("      <span class='navhome'>|</span>");
//document.write("      <A class='navproducts' href='http://www.modernfalconry.com/products.html' title='Go to Modern Falconry products page'>");
//document.write("          products");
//document.write("      </A>");
//document.write("      |");

//document.write("      <A class='navaccessaries' href='http://astore.amazon.com/moderfalco-20?_encoding=UTF8&node=334' title='Go to our new books & accessaries store'>");
//document.write("          falconry books");
//document.write("      </A>");
//document.write("      |");

document.write("      <A class='navDIY' href='http://www.modernfalconry.com/diy.html' title='Do-It-Yourself & how to section...'>");
document.write("          D.I.Y.");
document.write("      </A>");
document.write("      |");

//document.write("      <A class='navviewcart' href='https://www.paypal.com/cart/display=1&business=txyaaj@hotmail.com' title='View items in your shopping cart.'>");
//document.write("          view cart");
//document.write("      </A>");
//document.write("      |");
document.write("      <A class='navsupport' href='http://www.modernfalconry.com/support.html' title='Support and help page.'>");
document.write("          support");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navwarranty' href='http://www.modernfalconry.com/warranty.html'>");
document.write("          warranty");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navdisclaimers' href='http://www.modernfalconry.com/disclaimers.html'>");
document.write("          disclaimers");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navaboutus' href='http://www.modernfalconry.com/aboutus.html'>");
document.write("          about us");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navcontactus' href='http://www.modernfalconry.com/contactus.html'>");
document.write("          contact us");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navlinks' href='http://www.modernfalconry.com/links.html' title='Useful links'>");
document.write("          links");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navgallery' href='http://www.modernfalconry.com/gallery.html' title='See some pictures we have collected over the years'>");
document.write("          gallery");
document.write("      </A>");
document.write("  </DIV> <!-- end sub-nav (Bottom Menu) -->");

//traffic tracker
document.write("  <script src='http://www.google-analytics.com/urchin.js' type='text/javascript'>");
document.write("  </script>");
document.write("  <script type='text/javascript'>");
document.write("      _uacct = 'UA-4172674-1';");
document.write("      urchinTracker();");
document.write("  </script>");

//make font smaller than main page text
document.write("<p style='font-size:20%'>");

document.write("    <div id=footer>");
//horizontal line
//document.write("    <HR color=#dedede SIZE=0 width=100%>");
document.write("        <script type='text/javascript'>");
document.write("            var d = new Date();");
//document.write("            document.write('<sup>&copy </sup> 2005-' + d.getFullYear() + ' Modern Falconry.  All Rights Reserved.');");
document.write("            document.write('<sup>&copy </sup> 2005 Modern Falconry.  All Rights Reserved.');");
document.write("        </script>");
document.write("    </div>");
document.write("</p>");
document.write("<br><br>");


