// Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW LAKES AND DALES COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about_the_yorkshire_dales.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact_the_yorkshire_dales.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="the_yorkshire_dales_website_terms_of_use.htm">Website Terms of Use</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="the_yorkshire_dales_privacy_policy.htm">Privacy Policy</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="the_yorkshire_dales_acknowledgements.htm">Acknowledgements</a>');

document.write('<br />');

   if (w3clogo == "yes") {
document.write('<br /><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid XHTML 1.0 Transitional" border="0" vspace="6" /></a><br />');
}

document.write('<br />No part of this website may be reproduced, stored, introduced into a retrieval system, or transmitted, in any form or by any means (electronic, mechanical, photocopying, recording,or otherwise) without the prior written permission of The Lakes and Dales &copy;Copyright 2008/9 ');




// EDIT THE NEXT LINE

document.write('<a href="index.htm">The Yorkshire Dales</a><br />');







   if (allwebco == "yes") {
document.write('Site Design &copy; 2008/9 All Rights Reserved <a href="http://thelakesanddales.com" target="_blank">The Lakes and Dales</a> &amp; <a href="http://thelakesanddales.com" target="_blank">Hosting</a><br />');
}


document.write('<br />');

document.write('</span>');


//  End -->