var theDate= new Date();
document.write("Copyright &copy; ");
document.write(theDate.getFullYear());
