
function actYear() {
	DatumAktuell = new Date();
	JahrAktuell=DatumAktuell.getFullYear();
	document.write(JahrAktuell);
}//actYear

