// This script is used to create the page footer.
//
var now = new Date();
document.write("<div id='footer'>");
document.write("Content Copyright &copy; 2011 - " + now.getFullYear() + " W4HPT. All rights reserved.<br />");
document.write("Please read our <a style='font-size:10pt;' href='termsofuse.html'>Terms of Use</a> ");
document.write("and <a style='font-size:10pt;' href='privacy.html'>Privacy Policy</a>.");
document.write("</div>");

