//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 Frances Mayes</font></a> | <a href="interview.html"><font color="#000000">Q&A With Frances</font></a> | <a href="tour.html"><font color="#000000">Tour Schedule</font></a> | <a href="readers.html"><font color="#000000">Reading Group Guide</font></a> | <a href="excerpt.html"><font color="#000000">Read An Excerpt</font></a> | <a  href="/catalog/display.pperl?isbn=0767902858"><font color="#000000">Buy the Book</font></a><br /><br />Copyright &copy; 2002, Random House, Inc. | <a href="/privacy.html"><font color="#000000">Privacy Policy</font></a></div>'
