document.write('<a href="index.html">Home</a> | ');
document.write('<a href="about.html">About the Book</a> | ');
document.write('<a href="about.html">About the Author</a> | ');
document.write('<a href="order.html">Order the Book</a> | ');
document.write('<a href="resources.html">Resources</a> | ');
document.write('<a href="contact.html">Contact Us</a> | ');
document.write('<a href="privacy.html" target="blank">Privacy Policy</a> <br><br>');
