<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<a href="index.html">Welcome</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="home.htm">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="colonhydrotherapy.htm">Colon Hydrotherapy</a>');

document.write('&nbsp;|&nbsp;');



document.write(' <a href="prices.htm">Prices</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="location.htm">Location</a>');


document.write('&nbsp;|&nbsp;');

document.write(' <a href="testimonial.htm">Testimonials</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('<br><br>All Contents &copy;Copyright 2009 ');


// EDIT THE NEXT LINE


document.write('<a href="index.html">Sussex Colonics</a><br>');






var web	  = "yes"	// SHOW COPYRIGHT






   if (web == "yes") {
document.write('Site Design <a href="http://www.elizabethsdesigns.co.uk" target="_blank">Elizabeth\'s Designs</a> <br>');
}







//  End -->