<!--
// place this in the body of your text where you would like the bottom menu to go
// left spacer to center menu
document.write("<IMG ALIGN='left' SRC='../images/layout/menu-spacer.gif' WIDTH='100' HEIGHT='12' BORDER='0'>");
//
document.write("<div class='horizontalcssmenu2'>");
document.write("<ul id='cssmenu2'>");
//  --Main Menu headings
document.write("<li><a href='https://www.lynnandrews.com/phonecall.htm'>Talk with Lynn on the Phone!</a></li>");
document.write("<li><a href='https://www.lynnandrews.com/newsletter.htm#Previous'>Read the past InSpirit Newsletter</a></li>");
document.write("<li><a href='https://www.lynnandrews.com/contact.htm#write'>Write a letter to Lynn</a></li>");
//
document.write("</ul></div>");
//
-->