<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW ALLWEBCO COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer2">');

document.write('<a href="index.html">Homepage</a>');

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

document.write(' <a href="about.htm">About Us</a>');

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

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

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

document.write(' <a href="privacy.htm">Privacy Policy</a>');

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

document.write(' <a href="site_map.htm">Site Map</a>');



document.write('<br>');

   if (w3clogo == "yes") {
document.write('</a><br>');
}

document.write('<br> ');




// EDIT THE NEXT LINE

document.write('</a><br>');







   if (allwebco == "yes") {
document.write('</a></a><br>');
}


document.write('</span>');


//  End -->