// This file contains the standard footer for all Soule Homestead pages
document.write("<div class='footer'>");
document.write("<p> Soule Homestead <br />");
document.write("46 Soule Street Middleborough MA 02346 <br />");
document.write("Phone: 1 (508) 947-6744 E-mail: <a href='mailto:info@soulehomestead.org'>");
document.write(" info@soulehomestead.org</a> <br />");
document.write("Our hours are Tuesday - Sunday 9 am - 5 pm");
document.write("We are always closed on Mondays and Holidays. </p>");
document.write("<p><a href='directions.html'>Directions</a></p>");
document.write("<p><a href='index.html'>Home</a> | <a");
document.write(" href='about_us.html'>About Us</a> | <a");
document.write(" href='support_us.html'>Membership</a> | <a");
document.write(" href='calendar.html'>Calendar</a> | <a");
document.write(" href='programs.html'>Programs</a> | <a");
document.write(" href='events.html'>Events</a> | <a");
document.write(" href='arts.html'>Arts & Music</a> | <a");
document.write(" href='gallery.html'>Photo Gallery</a></p>");
document.write("</div>");

