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