var today = new Date()
result = today.getFullYear()

document.write ("Copyright " + today.getFullYear())
