var d = new Date();
var curr_year = d.getFullYear();

document.write("<tr>");
document.write("<td>");
document.write("<div id=\"footer\">");
document.write("<a href=\"index.html\">Home</a>&#160;&#160;|&#160;&#160;<a href=\"mission.html\">Mission &amp; Goals</a>&#160;&#160;|&#160;&#160;<a href=\"news.html\">BMA News</a>&#160;&#160;|&#160;&#160;<a href=\"community.html\">Community Connections</a>&#160;&#160;|&#160;&#160;<a href=\"calendar.html\">Calendar</a>&#160;&#160;|&#160;&#160;<a href=\"leadership.html\">Leadership</a>&#160;&#160;|&#160;&#160;<a href=\"photos.html\">Photos</a>");
document.write("<br />&#169;" + curr_year + " Black Management Association, Kellogg School of Management, Northwestern University</div>");
document.write("</td>");
document.write("</tr>");