<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a class="blue" href="motels.html">Motel Accommodations</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="cabins.html">Aldersgate Youth Cabins</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="reservations.html">Reservations</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="directions.html">Directions & Maps</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="chapel.html">Chapel & Weddings</a><BR>');

document.write('<HR>');

document.write(' <a class="blue" href="days.html">Days of Discovery Packages</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="food.html">Food Service</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="meetings.html">Meeting Rooms & Auditoriums</a>');

document.write('&nbsp; |&nbsp;');



document.write(' <a class="blue" href="ropes.html">Adventure Challenge Course</a>');

document.write('<HR>');

document.write(' <a class="blue" href="events.html">Events</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="elderhostel.htm">Elderhostel</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="athletics.html">Recreation Facilities</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="museum.html">Museum & Library</a>');

document.write('&nbsp; |&nbsp;');



document.write(' <a class="blue" href="history.html">History</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="giving.html">Ways to Give</a>');

document.write('&nbsp; |&nbsp;');

document.write(' <a class="blue" href="index.html">Home</a>');



// EDIT THE NEXT LINE


document.write('<br>');



var allwebco	  = "no"	// SHOW BLUEMOON COPYRIGHT
 


   if (allwebco == "yes") {
document.write('<BR><a class="blue" href="http://www.sandyjones.com" target="_blank">Bluemoon Website Design</a> <br><span class="smalltitle2">&copy; 2009 All Rights Reserved </SPAN>');
}





//  End -->