<!--
function newUntil (year, month, day)
{
	now = new Date();
	expire = new Date (year, month-1, day, 
		now.getHours(), now.getMinutes(), now.getSeconds()+1 );

	if ( expire.getTime()  >=  now.getTime())
		document.write(	
	'<IMG ALIGN=Bottom SRC="../images/aktuell.gif" width="53" height="9" HSPACE="5" ALT="AKTUELL">' );
}
// -->
