
document.write('<link rel="stylesheet" href="archives.css" type="text/css">')
document.write('<h4 class="links">Links</h4>')
document.write('<dl>')
document.write('<dt>SAA Student Chapter</dt>')
document.write('<dd><a href="index.html">Main Page</a></dd>')
document.write('<dd><a href="about.html">About Us</a></dd>')
document.write('<dd><a href="contact.html">Contact Us</a></dd>')
document.write('<dd><a href="listserv.html">List-serv</a></dd>')
document.write('<dd><a href="minutes.html">Meeting Minutes</a></dd>')
document.write('<dd><a href="membership.html">Membership</a></dd>')
document.write('<dd><a href="officers.html">Officers</a></dd>')
document.write('<dd><a href="documents.html">Organizational Documents</a></dd>')
document.write('<dd><a href="http://saaiu.wordpress.com/">SAA-SC Blog</a></dd>')
document.write('</dl>')

document.write('<dl>')
document.write('<dt>Archival Work</dt>')
document.write('<dd><a href="jobs.html">Job Search Resources</a></dd>')
document.write('<dd><a href="advice.html">Job Search Advice</a></dd>')
document.write('</dl>')

document.write('<dl>')
document.write('<dt>General Resources</dt>')
document.write('<dd><a href="websites.html">Websites</a></dd>')
document.write('</dl>')
document.write('<p><a href="index.html">Return Home</a></p>')

