//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="Q&A.html"><font color="#336699">Author Q&A</font></a> | <a href="pressroom.html"><font color="#336699">Press Room</font></a> | <a href="highlights.html"><font color="#336699">Highlights</font></a> | <a href="timeline.html"><font color="#336699">Timeline</font></a> | <a href="links.html"><font color="#336699">Links</font></a> | <a href="/catalog/display.pperl?isbn=0767908309"><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>');
