// JavaScript Document


function copyYear() {
	year = new Date().getFullYear();
	document.write(year);
}
