var today = new Date()
var year = today.getFullYear()
var cr = "© Copyright "
document.write(cr+year)