
var d = new Date();


document.write('<div class="copyright" align="center">All content on this web site,');
document.write('including downloadable files, is, except where otherwise indicated,');
document.write('© Kevin Goodman and Steve Dewey, 2006 - ' + d.getFullYear() + '. </div>');
document.write('<div class="copyright" align="center">Website design by Paul Vought and Steve Dewey </div>');