/*
Fruit Loop Menu "client side include"
- this is the simple bottom text link menu
*/
// Divider line
document.write('<div class="menuDiv">');
document.write('<img src="/images/divider.gif" width="650" height="1" alt="*" border="0"><br>');
// Links are here
document.write('<a href="/index.html" class="bottomMenu">Home</a><span class="bottomMenu">|</span>');
document.write('<a href="/things/index.html" class="bottomMenu">Things to See &amp; Do</a><span class="bottomMenu">|</span>');
document.write('<a href="/calendar/index.html" class="bottomMenu">Events Calendar</a><span class="bottomMenu">|</span>');
document.write('<a href="/calendar/celebrations.html" class="bottomMenu">Special Celebrations</a><span class="bottomMenu">|</span>');
document.write('<a href="/gifts/index.html" class="bottomMenu">Gifts by Mail</a><span class="bottomMenu">|</span>');
document.write('<a href="/info/index.html" class="bottomMenu">Information</a><span class="bottomMenu">|</span>');
document.write('<a href="/contact/index.html" class="bottomMenu">Contact Us</a><span class="bottomMenu">|</span>');
document.write('<a href="#top" class="topLink">&nbsp;&nbsp;&nbsp;&nbsp;^ Page Top</a><br>');
document.write('<img src="/images/divider.gif" width="650" height="1" alt="*" border="0"><br>');
document.write('</div>');
document.write('<span style="color: #333333; width: 650px; font-size: 10px; text-align: right; padding: 5px;">Copyright &copy; 2001-2009 Hood River County Fruit Loop</span>');
