 
var Datum = new Date(); 
var Monat = Datum.getMonth(); 
var Tag = Datum.getDate(); 

if((Monat==3 && Tag==8)) 
{ 
 document.write("<br><img src=images/frohe-ostern.gif width=280 height=54 border=0> "); 
} 
if((Monat==3 && Tag==9)) 
{ 
 document.write("<br><img src=images/frohe-ostern.gif width=280 height=54 border=0> "); 
} 
if((Monat==11 && Tag==2)) 
{ 
 document.write("<br><img src=images/advent1.gif width=81 height=54 border=0> "); 
} 
if((Monat==11 && Tag==9)) 
{ 
 document.write("<br><img src=images/advent2.gif width=81 height=54 border=0> "); 
} 
if((Monat==11 && Tag==6)) 
{ 
 document.write("<br><img src=images/nikolaus.gif width=81 height=54 border=0> "); 
} 
if((Monat==11 && Tag==16)) 
{ 
 document.write("<br><img src=images/advent3.gif width=81 height=54 border=0> "); 
} 
if((Monat==11 && Tag==23)) 
{ 
 document.write("<br><img src=images/advent4.gif width=81 height=54 border=0> "); 
} 
if((Monat==11 && Tag==23)) 
{ 
 document.write("<img src=images/schlitten.gif width=250 height=90 border=0> "); 
}   
if((Monat==11 && Tag==24)) 
{ 
 document.write("<img src=images/schlitten.gif width=250 height=90 border=0> ");  
} 
if((Monat==11 && Tag==25)) 
{ 
 document.write("<img src=images/schlitten.gif width=250 height=90 border=0> ");
}
if((Monat==11 && Tag==26)) 
{ 
 document.write("<img src=images/schlitten.gif width=250 height=90 border=0> ");
} 
if((Monat==11 && Tag==31)) 
{ 
 document.write("<img src=images/guten-rutsch.gif width=250 height=80 border=0> ");
} 
if((Monat==0 && Tag==01)) 
{ 
 document.write("<img src=images/neujahr.gif width=200 height=70 border=0> ");
} 
