//This script writes the bottom textual navigation.

//When updating, use the "\" character to "escape"

//the JavaScript syntax before troublesome characters such as

//single and double quotes (also apostrophes).

//and no hard returns--everything in parentheses should be one color



document.write('<br clear="all"><div align="center" class="tan"><br><a href="/teachers/authors/">Authors &amp; Illustrators</a> | <a href="/teachers/awards/">Children\'s Awards</a> | <a href="/teachers/newsletter.html">Newsletters</a> | <a href="/teachers/faq.html">FAQ</a><br><a href="/kids/">Kids</a> | <a href="/teens/">Teens</a> | <a href="/teachers/">Teachers</a> | <a href="/">Random House</a> | <a href="/privacy.html">Privacy Policy</a></div><br><br>');
