<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="remedies.htm">Our Natural Remedies</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="info.htm">Further Information</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Natural Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="sitemap.htm">Site Map</a>');







document.write('<br><br>All contents &copy;Copyright 2010 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Complete Remedy</a><br>');






var copyright	  = "yes"	// SHOW COPYRIGHT






   if (copyright == "yes") {
document.write('Site Design &copy; 1999 - 2010 All Rights Reserved <a href="http://www.webopus.co.uk/" target="_blank">Web Opus Web Design &amp; Hosting</a> <br>');
}





//  End -->