<!--			
document.writeln('<tr>');
document.writeln('<td colspan="2" valign="top">');
document.writeln('<hr size=5 width="100%" color="#008400">');
document.writeln('<table>');
document.writeln('<td class="links" width="16%" height="10%"><a href="index.html" alt="Home" title="Home" class="menu">Home</a></td>');
document.writeln('<td class="links" width="16%" height="10%"><a href="accom.html" alt="Accommodation" title="Accommodation" class="menu">Accommodation</a></td>');
document.writeln('<td class="links" width="16%" height="10%"><a href="facilities.html" alt="Facilities" title="Facilities" class="menu">Facilities</a></td>');
document.writeln('<td class="links" width="16%" height="10%"><a href="pricing.html" alt="Pricing" title="Pricing" class="menu">Pricing</a></td>');
document.writeln('<td class="linkscurrent" width="16%" height="10%">Attractions</td>');
document.writeln('<td class="links" width="16%" height="10%"><a href="contactus.html" alt="Contact Us" title="Contact Us" class="menu">Contact Us</a></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<hr size=5 width="100%" color="#008400">');
document.writeln('</td>');
document.writeln('</tr>');
//-->
