function displayDate(){
	var now=new Date();
	document.write(now.getFullYear());
}