//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="author.html"><font color="#000000">About The Author</font></a> | <a href="qanda.html"><font color="#000000">Author Q&A</font></a> | <a href="pressroom.html"><font color="#000000">Press Room</font></a> | <a href="excerpt.html"><font color="#000000">Read An Excerpt</font></a> | <a  href="/catalog/display.pperl?0767914767"><font color="#000000">Buy the Book</font></a><br /><br />Copyright &copy; 2004, Random House, Inc. | <a href="/privacy.html"><font color="#000000">Privacy Policy</font></a></div>');