// JavaScript Document 15.document.write(' ');
document.write('<p class="style5"><span class="link1 style10" id="menu_white"><strong>');

// START LINKS //
document.write('');
<!-- Copy and paste to add more links.  Note the first link starts the list, so don't copy that.  -->

document.write('<a href="default.html">Home</a><br>');
document.write('<a href="books.html">New Titles</a><br>');
document.write('<a href="http://www.ipac.libnet.org/index.php?deflib=13">Catalog</a><br>');
document.write('<a href="http://www.ipac.libnet.org/search.php?deflib=13">___Quick Search Catalog</a><br>');
document.write('<a href="Pdf/Bkmark.pdf">Newsletter</a><br>');
document.write('<a href="Language.html">Foreign Languages </a><br>');
document.write('<a href="http://mmm.lib.msu.edu/search/browsecollections.cfm?t=2&amp;col=93">Local History Photos</a><br>');
document.write('<a href="policies.html">Policies</a><br>');
document.write('<a href="staff.html">Staff</a><br>');
document.write('<a href="directions.html">Directions</a><br>');
document.write('<a href="friends.html">Friends of the Library</a><br>');
document.write('<a href="calendar.html">Calendar of Events</a><br>');
document.write('<a href="pictures.html">Photos / Videos</a><br>');
document.write('<a href="Links.html">Links </a><br>');
document.write('<a href="Tutorial.html">Tutorial</a><br>');
document.write('<a href="/Pdf/Winter-Spring%20Programs%20flyer.pdf">Upcoming Programs</a><br>');
                                      
// END LINKS //
document.write('</strong> </span> </p>');
document.write('');


