//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('<a href="/doubleday/" class="grey">HOME</a> | <a href="/doubleday/authors/" class="grey">AUTHORS</a> | <a href="/doubleday/featured/" class="grey">FEATURED BOOKS</a> | <a href="/doubleday/readers/" class="grey">READER\'S COMPANION</a> | <a href="/doubleday/history/" class="grey">THE HISTORY OF DOUBLEDAY</a> | <a href="/doubleday/catalog/" class="grey">SEARCH</a> | <a href="/doubleday/subject/fiction.html" class="grey">SUBJECT AREAS</a> | <a href="http://www.randomhouse.com/about/contact.html" target="_blank" class="grey">CONTACT US</a>');