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

document.write("  <DIV id=sub-nav> <!-- begin sub-nav (Bottom Menu) -->");
//document.write("      <BR>");
document.write("      <A class='navhome' href='http://www.zwickeyzpheasant.com' title='Return to Zwickey's Pheasants' home page.'>");
document.write("          home");
document.write("      </A>");
document.write("      |");
document.write("      <span class='navservices'></span>");
document.write("      <A class='navservices' href='http://www.zwickeyzpheasant.com/services.html' title='See the services we offer...'>");
document.write("          services");
document.write("      </A>");
document.write("      |");
document.write("      <span class='navproducts'></span>");
document.write("      <A class='navproducts' href='http://www.zwickeyzpheasant.com/products.html' title='See products for sale...'>");
document.write("          products");
document.write("      </A>");
document.write("      |");

document.write("      <A class='navaboutus' href='http://www.zwickeyzpheasant.com/aboutus.html'>");
document.write("          about us");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navlinks' href='http://www.zwickeyzpheasant.com/links.html' title='Useful links'>");
document.write("          links");
document.write("      </A>");
document.write("      |");
document.write("      <A class='navgallery' href='http://www.zwickeyzpheasant.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() + ' Zwickey's Pheasants.  All Rights Reserved.');");
document.write('            document.write(\"<sup>&copy </sup> \" + d.getFullYear() + \" Zwickey\'z Pheasant Farm.  All Rights Reserved.\");');
document.write("        </script>");
document.write("    </div>");
document.write("</p>");


