<!--

var navHead = '<p>Looking for a good website?  Here\'s a good place to start, whether you\'re looking for answers to a personal question, working on a school assignment, or just want to stave off boredom.  Click on a topic to view a list of vetted websites, and then follow the links.';

var navBar = '<table width="95%" border="1" cellspacing="2" cellpadding="2"> <tr><td width="33%"><strong class="headerlinks"><a href="college.htm">Colleges & Scholarships</a></strong> </td>            		  <td width="33%"><strong class="headerlinks"><a href="math.htm">Math &amp; Economics</a></strong></td>            <td><strong class="headerlinks"><a href="social.htm">Social Studies</a></strong></td>          </tr>          		  <tr>		    <td class="headerlinks"><strong><a href="diy.htm">DIY</a></strong></td>		    <td><strong class="headerlinks"><a href="movies.htm">Movies, TV &amp; Visual Art</a></strong></td>		    <td><strong class="headerlinks"><a href="funsites.htm">Websites to Help You Procrastinate</a></strong></td>		    </tr>		  <tr>            <td><strong class="headerlinks"> <a href="games.htm">Games</a></strong></td>            <td><strong class="headerlinks"><a href="music.htm">Music</a></strong></td>            <td><strong class="headerlinks"><a href="rights.htm">Your Rights &amp; The Law</a></strong></td>          </tr>          <tr>            <td><strong class="headerlinks"><a href="health.htm">Health &amp; Wellness</a></strong></td>            <td><strong class="headerlinks"><a href="bookreviews.htm">Need a Book? Book Review Websites &amp; Blogs</a></strong></td>            <td><strong class="headerlinks"><a href="schools.htm">Your Schools</a></strong></td>          </tr>          <tr>            <td><strong class="headerlinks"><a href="history.htm">History</a></strong></td>            <td><strong class="headerlinks"><a href="science.htm">Science</a></strong></td>            <td>&nbsp;</td>          </tr>          <tr>            <td><strong class="headerlinks"><a href="language.htm">Language &amp; Writing Arts</a></strong></td>            <td><strong class="headerlinks"><a href="searching.htm">Searching, Searching</a></strong></td>            <td>&nbsp;</td>          </tr>        </table>';

navFoot = '<p>Are we missing a hot topic or interesting website?  Let us know!  If we like your suggestion we may add it here! &nbsp <a href="/contactus/">Contact</a> your young adult librarians.';

document.write(navHead);

document.write(navBar);

document.write(navFoot);
//-->