<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="accommodation.html">Accommodation</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="tariff.html">Tariff</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.html">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="find.html">Find Us</a>');


document.write('<br><br>All contents &copy;Copyright 2006 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Oakfield House</a><br>');






var edenworld	  = "yes"	// SHOW EDENWORLD COPYRIGHT






   if (edenworld == "yes") {
document.write('Site Design &copy; 2006 All Rights Reserved <a href="http://edenworld.co.uk" target="_blank">Edenworld Web Design</a> & <a href="http://edenworld.co.uk" target="_blank">Hosting</a><br>');
}





//  End -->