<!--
	var now = new Date();
	var dd = now.getDate();

	var yy = now.getFullYear();

	var CurrentDate = yy;
	document.write (CurrentDate);
//-->