<!--
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/2dotsRotAni.gif" WIDTH="11" HEIGHT="6" HSPACE="5" ALT="NEU!">' );

}

// -->

