var theDate=new Date();
document.write('<div id="footer"> ');
document.write('copyright &copy; ');
document.write(theDate.getFullYear());
document.write(' The Cobweb Consultant');
document.write(' </div>');