var vDate = new Date();
var siteFooter = "";

siteFooter += "<table width=\"770\" cellpadding=\"20\" cellspacing=\"0\" border=\"0\" style=\"background-color:#e4e4e4;\">";
siteFooter += "<tr><td align=\"left\" valign=\"top\">";
siteFooter += "<a href=\"/index.php\">Home</a> | <a href=\"/about.php\">About Us</a> | <a href=\"/whatis.php\">What is Climate Change</a> | <a href=\"/allies.php\">Allies</a> | <a href=\"/news.php\">News & Events</a>";
siteFooter += "<br>";
siteFooter += "<a href=\"/scorecard.php\">Scorecard</a> | <a href=\"community.php\">Community</a> | <a href=\"/joinus.php\">Join Us</a> | <a href=\"/contactus.php\">Contact Us</a> | <a href=\"/faq.php\">FAQ</a> | <a href=\"/privacy.html\">Privacy</a> | <a href=\"/legal.html\">Terms of Use</a>";
siteFooter += "</td><td align=\"right\" valign=\"top\">";
siteFooter += "&copy; "+vDate.getFullYear()+" Climate Counts.<br>All Rights Reserved.";
siteFooter += "</td></tr>";
siteFooter += "</table>";

document.write(siteFooter); 