
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="168"><tr><td>');
document.write('<img src="files/menu-top.gif" width="168" height="52"></a><br>');


// START LINKS //


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="resources.html" class="menu">Resources</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="mla.html" class="menu">Research Paper Help</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="http://nwrlib.northwarren.org/" class="menu">NWR Catalog</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="http://10.1.1.15/" class="menu">NWR In-School Catalog</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="booklist.html" class="menu">Book Lists & Reviews</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="assignments.html" class="menu">Class assignments</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="http://www.galenet.com/servlet/LitIndex;jsessionid=E058535B2CFE41A10844EB5BBB7789D3" class="menu">Literary Index</a>');


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="teachersandparents.html" class="menu">Parents & Teachers</a>');

// COPY AND PASTE THE FOLLOWING LINE TO CREATE MORE LINKS (MAKE SURE TO DO THE SAME ON MENUBASE.JS AS WELL)


document.write('</td></tr><tr><td height="35" nowrap>');
document.write('<a href="links.html" class="menu">Helpful Links</a>');


document.write('</td></tr><tr><td>');
document.write('<img src="files/menu-bottom.gif" width="168" height="88"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->