var d = new Date();
document.write('<div class="footer"><p>');
document.write(d.getFullYear());
document.write(' Steven Tomcavage</p></div>');
