<!-- Begin

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


var web	  = "yes"	// SHOW COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.htm">Home</a>');

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

document.write(' <a href="ourwater.htm">Our Water</a>');

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

document.write(' <a href="ourproducts.htm">Our Products</a>');

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

document.write(' <a href="http://www.peartreewell.co.uk/ecomcart/list.php">Shop</a>');

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

document.write(' <a href="testimonials.htm">Testimonials</a>');

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

document.write(' <a href="ourstory.htm">Our Story</a>');

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

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

document.write('<br>');

   if (w3clogo == "no") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

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




// EDIT THE NEXT LINE

document.write('<a href="index.htm">Peartree Well</a> - Website Design </a><a href="http://www.elizabethsdesigns.co.uk" target="_blank">Elizabeth\'s Designs</a><br>');








   if (web == "no") {
document.write('Site Design &copy; 2008 All Rights Reserved <a href="http://www.elizabethsdesigns.co.uk" target="_blank">Elizabeth\'s Designs</a> <br>');
}


document.write('</span>');


//  End -->
