<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="what.htm">The Sedonas</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About the Directors</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="upcoming.htm">Upcoming Conversations</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="past.htm">Retrospectives</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');








//  End -->