temp_date = new Date(); 

year = temp_date.getFullYear(); 

	document.write(  year);

