
<!-- Begin

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


document.write('<a href="/index.html">Homepage</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="/about_us.html">About Us</a>');
document.write('&nbsp;|&nbsp;');
document.write(' <a href="/contact_us.html">Contact Us</a>');
document.write('<br><br>');


// EDIT THE NEXT LINE

document.write('Copyright &copy; 2005-2008 by KnightWeb Technologies, Inc. &nbsp;');
document.write('All Rights Reserved.<BR>');
document.write('Site Hosted by: <a href="http://www.knightweb.com" ');
document.write('target="_blank">KnightWeb Technologies, Inc. </a><br>');

//  End -->

