//This JavaScript file includes the page header block that is common to all of the FTFB's web pages    
    

//Start of the header block
document.write("<div id='header'>");    
document.write("<h1 align='right'><a href='../index.htm'>The Franklin Township Foodbank&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h1>");
document.write("</div>");     
//End of the header block
