﻿var css_class="navlink";var link = new Array();var text = new Array();
link[0]="index.htm";
text[0]="Home";
link[1]="tariff.htm";
text[1] = "Tariff";
link[2] = "rooms.htm";
text[2] = "Our Rooms";
link[3] = "breakfast.htm";
text[3] = "Breakfasts";
link[4] = "meals.htm";
text[4] = "Evening Meals";
link[5] = "findus.htm";
text[5] = "How to Find Us";
link[6] = "bookings.htm";
text[6] = "Bookings";
link[7] = "enquiry.htm";
text[7] = "Enquiries";
link[8] = "wycliffe.htm";
text[8] = "Wycliffe";
link[9] = "links.htm";
text[9] = "Links";
link[10]="guest.asp";
text[10]="Guestbook";
document.write("<div class='nav'>");
for (i = 0; i < link.length; i++) {
    document.write("<a href='"+link[i]+"' class='"+ css_class + "'>"+ text[i] + "</a> <br />");
}
document.write("<p style='font-size: 10pt;'><em>All the photographs on this site were taken by Barrie Walker.</em></p>");
document.write("</div>");