var datum=new Date()
var tag=datum.getDate()
var monat=datum.getMonth()+1
var jahr=datum.getYear()
if (jahr < 1000)
jahr+=1900
var njahr=jahr+1

if (monat==1)
document.write('<a href="http://www.termine.amma.de/daten_all01.php" target="_top" style="color:#bbbbbb">')

else if (monat==2)
document.write('<a href="http://www.termine.amma.de/daten_all02.php" target="_top" style="color:#bbbbbb">')

else if (monat==3)
document.write('<a href="http://www.termine.amma.de/daten_all03.php" target="_top" style="color:#bbbbbb">')

else if (monat==4)
document.write('<a href="http://www.termine.amma.de/daten_all04.php" target="_top" style="color:#bbbbbb">')

else if (monat==5)
document.write('<a href="http://www.termine.amma.de/daten_all05.php" target="_top" style="color:#bbbbbb">')

else if (monat==6)
document.write('<a href="http://www.termine.amma.de/daten_all06.php" target="_top" style="color:#bbbbbb">')

else if (monat==7)
document.write('<a href="http://www.termine.amma.de/daten_all07.php" target="_top" style="color:#bbbbbb">')

else if (monat==8)
document.write('<a href="http://www.termine.amma.de/daten_all08.php" target="_top" style="color:#bbbbbb">')

else if (monat==9)
document.write('<a href="http://www.termine.amma.de/daten_all09.php" target="_top" style="color:#bbbbbb">')

else if (monat==10)
document.write('<a href="http://www.termine.amma.de/daten_all10.php" target="_top" style="color:#bbbbbb">')

else if (monat==11)
document.write('<a href="http://www.termine.amma.de/daten_all11.php" target="_top" style="color:#bbbbbb">')

else if (monat==12)
document.write('<a href="http://www.termine.amma.de/daten_all12.php" target="_top" style="color:#bbbbbb">')

else
document.write('<a href="http://www.termine.amma.de/daten_all.php" target="_top" style="color:#bbbbbb">')