<!-- Begin

var dateObj = new Date(document.lastModified)

document.write('<center>');
document.write('<p>');
document.write('<hr>');
document.write('[<a href="/">Home</a>]');
document.write('[<a href="/chron.html">Chronology</a>]');
document.write('[<a href="/history.html">Biography</a>]');
document.write('[<a href="/works.html">Works</a>]');
document.write('[<a href="/janeeyre.html">Jane Eyre adaptation</a>]');
document.write('[<a href="/pictures.html">Pictures</a>]');
document.write('[<a href="http://groups.yahoo.com/group/BRONTE">BRONTE discussion group</a>]');
document.write('[<a href="/sources.html">Links</a>]');
document.write('[<a href="/nicholls.html">Newspaper article</a>]'); 
document.write('<br>')
document.write('[<a href="/artbiblio.html">Art annotated bibliography</a>]');
document.write('[<a href="/articles.html">Articles</a>]');
document.write('<br>')

document.write('<hr>');
document.write('&copy; 1998-2010 <a href="/cv/">Meredith Birmingham</a>.&nbsp; All Rights Reserved. ');
document.write("<br><small>This page was last updated on: " + dateObj+ ".</small>")



document.write('</center>');

// End -->');
