<!-- 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="about.htm">About Lyme</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');




document.write('<br><br><b>&copy;&nbspCopyright 2008. ');


// EDIT THE NEXT LINE


document.write('&nbspAll Rights Reserved.</b><br>');






var LYME	  = "yes"	// SHOW LYME COPYRIGHT






   if (LYME == "yes") {
document.write('<a href="index.html">The Lyme Connection</a><br>');
}





//  End -->