//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("<a href='../index.htm'><img src='../img/index_logo_color_with_address.gif'></a>");
document.write("<table width='760px'><tr><td><a href='../index.htm'><img src='../img/index_logo_color_with_full_address.gif'></a></td>");
document.write('<td><form name="PrePage" method = "post" action = "https://Simplecheckout.authorize.net/payment/CatalogPayment.aspx" align="center"> <input type = "hidden" name = "LinkId" value ="b1f133f3-2165-48f8-8e05-7bd4ddee0d89" />&nbsp;<br />&nbsp;<br />Click the button below to make a secure donation to the Food Bank<br /><input type = "image" src ="../img/Blue_DonateNow_button.gif" align="center" /></form></td></tr></table>');
document.write("</div>");

//content.authorize.net/images/donate-gray.gif

//document.write("<span width='65%' align='left'>");    
//document.write("<h1 align='left'>The Franklin Township Food Bank</h1><br />");
//document.write("<h3 align='left'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;60 Millstone Road</h3><br />");
//document.write("<h3 align='left'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Somerset, NJ  08873</h3><br />");
//document.write("<h3 align='left'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Phone: 732-246-0009</h3>");
//document.write("<p align='right'><h1><a href='../index.htm'>The Franklin Township Food Bank&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a></h1></p>");
//document.write("</span>");     

//document.write("<span width='35%' align='right'>");    
//document.write("<a href='../index.htm'><img src='../img/index_logo_with_address.jpg'></a>");
//document.write("</span>");     
//document.write("</div>");     

//End of the header block  




