



//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="books.htm">Books</a>_||_<a href="fiction.htm">Fiction</a>_||_<a href="bibliography.htm">Bibliography</a>_| <a href="reviewed.htm">Reviewed</a>_| <a href="articles.htm">Articles</a>_||_<a href="journal.htm">Convention Reports</a>_||_<a href="artwork.htm">Art</a>_||_<a href="music.htm">Music</a>_||_<a href="about.htm">About the Author</a>_|');



