//This JavaScript file includes the footer block that is common to all of the FTFB's web pages    
    


//Start of the footer block
document.write("<div id='footer'>");
document.write("<p>Copyright &copy; 2012 Franklin Township Foodbank | <i>Design by <a href='http://andreasviklund.com' target='_blank'>Andreas Viklund</a>.</p>");
document.write("</div>");
//End of the footer block

