



//This script writes the top 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="wordplay/">BLOG</a> | <a href="wordplay/?page_id=7">APPEARANCES</a> | <a href="list.htm">NEWSLETTER</a> | <a href="http://www.twitter.com/johneverson">TWITTER</a> | <a href="http://www.myspace.com/johneverson">MYSPACE</a> | <a href="http://www.facebook.com/profile.php?id=812525011">FACEBOOK</a> | <a href="contact.htm">CONTACT</a> |');



