//This JavaScript file includes the right column block that is common to all of the FTFB's web pages    
    


//Start of the right column block
document.write("<div id='extras'>");

/*
//Start of the "J.R.Trading Co., Inc." block
document.write("<h4>J.R.Trading Co., Inc. Holding Benefit Book Sale</h4>");
document.write("<p align='left'>J.R. Trading Co., Inc. will be having a book sale on Saturday and Sunday, November 22 & 23, 2008.  <a href='../forms/JRTradingBookSaleFlier.pdf' target='_blank'>Bring this flier</a> with you so that a portion of your purchases will benefit the FTFB.  J.R. Trading Co., Inc. is located at 34 Stouts Lane  Monmouth Junction, NJ 08852 and can be reached at 732-329-3500.  And thanks!</p>");
document.write("<hr />");

//Start of the "Somerset Village Web Sponsorship" block
document.write("<h3><b><a href='../events/SomersetVillagePage2009.htm'>Tour De Franklin Web Sponsor</a></b></h3>");
document.write("<p align='left'>Many thanks to <a href='../events/SomersetVillagePage2009.htm'>Somerset Village</a>, located at 900 Easton Ave. in Somerset, NJ, for being the web sponsor of the 20th Annual Tour De Franklin!</p>");
document.write("<hr />");

//Start of the "CURRENT NEEDS" block
document.write("<h2><b>Needy Cases</b></h2>");
document.write("<p align='left'>We need holiday package items, specifically:<ul><li><b>canned cranberry sauce</b></li><li><b>canned sweet potatoes</b> or <b>canned yams</b></li><li><b>stuffing mix</b></li><li><b>canned gravy</b></li></ul>Any such donations are greatly appreciated!</p>");
document.write("<hr />");
document.write("<br />");

//Start of the "Did You Know?" block
document.write("<h3>Did You Know?</h3>");
document.write("<p><font color='green'>The Food Bank no longer accepts clothing or other household items.</font>  However, there are other excellent local organizations that do.  For more info on how to get in touch with them, please contact the Food Bank at 732-246-0009.</p>");
document.write("<hr />");
document.write("<br />");
*/

//Start of the "FTFB In The News" block

//Start of the "Did You Know?" block
document.write("<font color='blue'><h3>CAR WASH BY</h3><img src='../img/philips_mainlogo_full_us_en.gif' width='122' height='33' border='0' align='center'><br /><br />");
document.write("<p>On Wednesday, August 11, 2010 from 9:00am - 1:30 pm, Philips Lighting at 200 Franklin Square Drive in Somerset is holding its annual car wash to benefit the FTFB.  Cars are $8 and vans/SUVs are $10.  Rain date is Thursday, August 12th.</p></font>");
document.write("<hr />");
document.write("<br />");

//Start of the SPECIAL THANKS block
document.write("<h3>SPECIAL THANKS</h3>");
document.write("<p>We would like to extend a special thank you to <a href='http://www.thorlabs.com/' target='_blank'><img src='../img/ThorlabsLogo250pix.jpg' width='125' height='20' border='0' ></a><br />for their generous corporate sponsorship of our Tour De Franklin Metric Century ride.</p>");
document.write("<hr />");
document.write("<br />");

//Start of the link graphics
document.write("<ul>");
document.write("<li>");
document.write("<a href='https://www.networkforgood.org/donate/MakeDonation2.aspx?ORGID2=222406472' target='_blank'>");
document.write("<img src='../img/donatenowlogo1.gif' width='140' height='53' border='0' alt='Online Donations' hspace='5' align='center'>");
document.write("</a>");
document.write("</li>");
document.write("<br />");

document.write("<li>");
document.write("<a href='http://www.gardenwriters.org/gwa.php?p=par/index.html' target='_blank'>");
document.write("<img src='../img/plant_row_link2.gif' width='129' height='63' hspace='5' alt='Plant a Row for The Hungry' border='0' align='center'>");
document.write("</a>");
document.write("</li>");
document.write("<br />");

document.write("<li>");
document.write("<a href='http://www.scuw.org/' target='_blank'>");
document.write("<img src='../img/united_way.gif' width='92' height='112' hspace='5' alt='Somerset County United Way' border='0' align='center'>");
document.write("</a>");
document.write("</li>");
document.write("<br />");

/*
document.write("<li>");
document.write("<a href='http://www.cast.org/bobby/' target='_blank'>");
document.write("<img src='../img/approved_sm.gif' alt='CAST: Bobby Approved (v 3.2)' width='88'");
document.write("height='33' border='0' align='center'>");
document.write("</a>");
document.write("</li>");
document.write("<br />");
*/

document.write("<br />");
document.write("<li>");
document.write("<b><font face='Arial, Helvetica, sans-serif' size='2'>Powered By:</font></b>");
document.write("<br />");
document.write("<a href='http://www.matrix7.com' target='_blank'>");
document.write("<img src='../img/powered_by.gif' width='145' height='36' alt='Powered by: Matrix7' border='0' align='center'>");
document.write("</a>");
document.write("</li>");

document.write("<li>");
document.write("<b><font face='Arial, Helvetica, sans-serif' size='2'>Generously hosted by:</font></b>");
document.write("<a href='http://www.digitalwinearchive.com/' target='_blank'>");
document.write("<img src='../img/dwaLogo.jpg' width='131' height='19' alt='Hosted by: www.DigitalWineArchive.com' border='0' align='center'>");
document.write("</a>");
document.write("</li>");
document.write("<br />");

document.write("</ul>");


    //Start of the version box in the right column block
    document.write("<h3>Version:</h3>");
    document.write("<p align='left'>FTFB v2.38<br />revised August 2010</p>");
    //End of the version box in the right column block


document.write("</div>");  //End of the 'extras' div

//End of the right column block
