// JavaScript Document - Footer
var localtime = new Date();
var copyrightYear = localtime.getFullYear();
var f1 = '<p id="foot"><a href="index.html">HOME</a> | <a href="how.html">DONATE</a> | <a href="volunteer.html">VOLUNTEER</a> | <a href="recentActivity_01.html">RECENT ACTIVITY</a> | <a href="archive.html">ARCHIVE</a> | <a href="board.html">BOARD</a> | <a href="contact.html">CONTACT US</a> | <a href="javascript:;">SITE MAP</a></p>';
var f2 = '<p>&nbsp;</p>';
var f3 = '<p>Web hosting provided by the gracious donation of <a href="http://www.gate.com" target="_blank"> Gate.com Web Hosting</a>&nbsp;&nbsp;<img src="sys_files/GateLogo.gif" style="position:relative; top:8px;" /></p>';
var f4 = '<p>&nbsp;</p>';
var f5 = '<p style="font-size:9px">Design by Ann Britton at <a href="http://www.bananadesign.com" target="_blank">www.bananadesign.com</a></p>';
var f6 = '<p>WiRED works in cooperation with the <a href="http://edelman.sfsu.edu" target="_blank">Marian Wright Edelman Institute</a> at San Francisco State University.<br />';
var f7 = "<strong>*It's private!</strong> WiRED never sells or shares our e-mail with any other organizations, businesses, or individuals.<br />";
var f8 = 'Copyright &copy; ' + (copyrightYear) + ' WiRED International. All rights reserved.</p>';
var f9 = '<p>&nbsp;</p>';
document.write(f1);
document.write(f2);
document.write(f3);
document.write(f4);
document.write(f5);
document.write(f6);
document.write(f7);
document.write(f8);
document.write(f9);
