<!-- 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.html">About</a>');

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

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

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

document.write(' <a href="site_map.html">Sitemap</a>');

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

document.write(' <a href="services.html">Services</a>');


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


// EDIT THE NEXT LINE


document.write('<a href="index.html">Cynthia A. Slater</a><br>');



//  End -->