var link_msoft = "http://www.microsoft.com/ie";
var link_moz = "http://www.mozilla.com";
var link_opera = "http://www.opera.com";
var link_safari = "http://www.apple.com/safari/download/";
var link_chrome = "http://www.google.com/chrome/";
var link_privacy = "http://www.erinthead.com/privacy.htm";

var link_legal = "http://www.erinthead.com/legal.htm";

var thisdate = new Date();

var currentyear = thisdate.getFullYear();

document.write("<!-- Footer -->");
document.write("<b>Disclaimers and Site Information</b><br>");
document.write("All content copyright 1999-" + currentyear + " by Erin Thead except where credited otherwise. For more information, see the <a href=" + link_legal + ">legal page</a>.  ");
document.write("The website does not collect personally identifying information without the consent of the visitor, and it does not disclose information to any third party except in the context of a legal matter.  For more information, see the <a href=" + link_privacy + ">privacy policy</a>.  ");
document.write("The views and opinions expressed in this site are strictly those of the site author. This site contains works inspired by copyrighted material of other parties.  It is in no way affiliated with the owners of said copyrights.<br><br>");
document.write("<b>Compatibility Information</b><br>");
document.write("This site uses JavaScript, CSS, and XML. The menu is coded entirely in CSS and may not display properly with Internet Explorer 6.0.  I recommend upgrading to <a href=" + link_msoft + ">IE 8.0</a> or using <a href=" + link_moz + ">Mozilla Firefox</a>, <a href=" + link_opera + ">Opera</a>, <a href=" + link_safari + ">Safari</a>, or <a href=" + link_chrome + ">Google Chrome</a>.  If the top menu does not display drop-down options for any section, then your browser does not support it.  To locate content on this site, please click on the menu headers or choose a category of interest in the Categories box in the right-hand panel.");
