
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<div id="footer">');
document.write('<p>&copy;'); 
var thisyear = new Date();
if(thisyear < 2000) { thisyear = thisyear + 1900; }
document.write(thisyear.getFullYear());

document.write('&nbsp;<a href="#">PC Sightings</a> &middot; <a href="http://www.kendahlin.com/" title="Ken Dahlin">Design by Ken Dahlin</a></p>');
document.write('</div>');

//  End -->
