

function copyright(){

theDate = new Date();
theYear = theDate.getFullYear();

document.write(theYear);

}
