// JavaScript Document

function writeYear(){
	var today = new Date()
	document.write(today.getFullYear())
    }