<!--
Datum = new Date();
    var MM = (Datum.getMonth());
    var Jahr = (Datum.getYear());
    if(Jahr < 999) Jahr+=1900;

var GoMonth = new Array(12);
GoMonth[0] = "dachs.htm";
GoMonth[1] = "dachs.htm";
GoMonth[2] = "igel.htm";
GoMonth[3] = "igel.htm";
GoMonth[4] = "igel.htm";
GoMonth[5] = "blattlau.htm";
GoMonth[6] = "blattlau.htm";
GoMonth[7] = "blattlau.htm";
GoMonth[8] = "fledmaus.htm";
GoMonth[9] = "fledmaus.htm";
GoMonth[10] = "fledmaus.htm";
GoMonth[11] = "dachs.htm";

function jump()
    {
    ((Jahr==2005)&&(MM==5))
    ?setTimeout("document.location.replace(GoMonth[6])",100)
    :setTimeout("document.location.replace(GoMonth[MM])",100);
    }
//-->

