function copy() {
	myDate = new Date();
	s = myDate.getFullYear();
	document.write(s)
}

copy();
