//This script writes the hypertext links for the bottom navigation.
//When updating use the "\" character to "escape"
//the JavaScript syntax before troublesome characters such as
//single and double quotes (also apostrophes).

document.write('<div align="center"><br clear="all" /><br /><a href="index.html"><font color="#336699">Home</font></a> | <a href="author.html"><font color="#336699">About the Author</font></a> | <a href="excerpt.html"><font color="#336699">Excerpt</font></a> | <a href="essay.html"><font color="#336699">Author Essay</font></a> | <a href="press.html"><font color="#336699">Press Room</font></a> | <a href="road.html"><font color="#336699">On the Road</font></a> | <a href="rgg.html"><font color="#336699">Reading Group Guide</font></a> | <a href="newsletter.html"><font color="#336699">Newsletter Sign-up</font></a> | <a href="/catalog/display.pperl?isbn=076790870"><font color="#336699">Buy the Book</font></a><br /><br />Copyright &copy; 2002, Random House, Inc. | <a href="/privacy.html"><font color="#336699">Privacy Policy</font></a></div>');