// JavaScript Document

function copyRightDate(){
		var d=new Date()
		var year=d.getUTCFullYear()
		document.write(year);
}


		
	
