// JavaScript Document

	mySysDate=new Date();
	myYear=mySysDate.getFullYear();
	document.write(myYear);
	
