// JavaScript Document

document.write('<ul>');
document.write('<li><a href="index.html"><span>Home Page</span></a></li>');
document.write('<li><a href="about.html"><span>About NJBC</span></a></li>');
document.write('<li><a href="membership.html"><span>Membership</span></a></li>');
document.write('<li><a href="actions.html"><span>Current Actions</span></a></li>');
document.write('<li><a href="volunteer.html"><span>Volunteer</span></a></li>');
document.write('</ul>');

//  End -->