function copy() {
	var date = new Date();
	document.write(date.getFullYear());
}
