<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="services.htm">Services</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="prices.htm">Prices</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="links.htm">Links</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact</a>');

document.write('<br>');

   if (w3clogo == "no") {
document.write();
}

document.write('<br>All contents &copy;Copyright 2011 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">Kathy\'s Cornucopia</a><br>');

document.write('<br>');

//  End -->
