



//This script writes the bottom textual navigation.
//When updating, use the "\" character to "escape"
//the JavaScript syntax before troublesome characters such as
//single and double quotes (also apostrophes).
//and no hard returns--everything in parentheses should be one color

document.write('<a href="../index.html">Home</a>_||_<a href="../fiction.htm" class="grey">Fiction</a>_||_<a href="../bibliography.htm">Bibliography</a>_| <a href="../reviewed.htm">Reviewed</a>_| <a href="../articles.htm" class="grey">Articles</a>_||_<a href="../journal.htm">Journal</a>_||_<a href="../artwork.htm">Art</a>_||_<a href="../music.htm">Music</a>_||_<a href="http://horror-mall.com/John-Everson-p-1-c-296.html" target="_blank">Bookstore</a>_||_<a href="mailto:john@johneverson.com">Email</a>');




