var today = new Date;  
var myYear = today.getFullYear();

document.write('&copy; '+myYear+' ');
