date = new Date();
year = date.getFullYear();

copyright = '<p align="right" class="copy">&copy; 2007&ndash;' + year;
copyright += ' &nbsp;Greenstone Publishing&nbsp;</p>';

document.write(copyright);