//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="#000000">Home</font></a> <!--| <a href="contest.html"><font color="#000000">Contest</font></a> -->| <a href="author.html"><font color="#000000">About the Author</font></a> | <a href="meetauthor.html"><font color="#000000">Meet the Author</font></a> | <a href="Q&A.html"><font color="#000000">Author Q&A</font></a> | <a href="excerpt.html"><font color="#000000">Excerpt</font></a> | <a href="audio.html"><font color="#000000">Audio</font></a> | <a href="pressroom.html"><font color="#000000">Press Room</font></a> | <a href="/catalog/display.pperl?isbn=9780385721707" target="new"><font color="#000000">Buy the Book</font></a><br /><br />Copyright &copy; 2004, Random House, Inc. | <a href="/about/privacy.html"><font color="#000000">Privacy Policy</font></a></div>');