function main_picture()
{
  now=new Date();
  mounth=now.getMonth();
  switch (mounth+1)
  {
  case 12: // Dezember
           document.write("<map  name  ='dez'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2005_02_08_066_schnee_60.jpg'     title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2005_02_08_066_schnee_50.jpg'                   width='300' height='199' border='2' alt='schnee'          usemap='#dez'>");
           document.write("<br><br>Oberbrechen im Schnee<br><br>");
           break;
  case  1: // Januar
  case  2: // Februar
           document.write("<map  name  ='jan'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2005_12_27_001_kirche_im_schnee_70.jpg'   title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2005_12_27_001_kirche_im_schnee_60.jpg'         width='300' height='199' border='2' alt='schnee'          usemap='#jan'>");
           document.write("<br><br>Kirche im Schnee<br><br>");
           break;
  case  3: // März
           document.write("<map  name  ='mae'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2006_03_25_007_krokus_70.jpg' title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2006_03_25_007_krokus_60.jpg'                   width='300' height='200' border='2' alt='krokus'          usemap='#mae'>");
           document.write("<br><br>Krokus als Fr&uuml;hlingsbote<br><br>");
           break;
  case  4: // April
           document.write("<map  name  ='apr'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2004_04_11_025_mandelbaum_60.jpg' title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2004_04_11_025_mandelbaum_50.jpg'               width='300' height='200' border='2' alt='fr&uuml;hling'   usemap='#apr'>");
           document.write("<br><br>Fr&uuml;hling in Oberbrechen<br><br>");
           break;
  case  5: // Mai
           document.write("<map  name  ='jul'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2003_05_05_019_oberbrechen_kirche_50.jpg' title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2003_05_05_019_oberbrechen_kirche_40.jpg'       width='300' height='196' border='2' alt='kirche'          usemap='#jul'>");
           document.write("<br><br>Oberbrechen mit der Pfarrkirche Heilige Sieben Br&uuml;der<br><br>");
           break;
  case  6: // Juni
  case  7: // Juli
           document.write("<map  name  ='jun'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2005_06_19_038_heuballen_ob_70.jpg' title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2005_06_19_038_heuballen_ob_60.jpg'             width='300' height='200' border='2' alt='heuballen'       usemap='#jun'>");
           document.write("<br><br>Sommer in Oberbrechen<br><br>");
           break;
  case  8: // August
           document.write("<map  name  ='aug'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2005_08_29_018_stroh_70.jpg'      title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2005_08_29_018_stroh_60.jpg'                    width='300' height='200' border='2' alt='heuernte'        usemap='#aug'>");
           document.write("<br><br>Erntezeit in Oberbrechen<br><br>");
           break;
  case  9: // September
  case 10: // Oktober
           document.write("<map  name  ='okt'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2005_10_16_007_essigbaum_70.jpg'  title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2005_10_16_007_essigbaum_60.jpg'                width='300' height='200' border='2' alt='essigbaum'       usemap='#okt'>");
           document.write("<br><br>Herbstfarben in Oberbrechen<br><br>");
           break;
  case 11: // November
           document.write("<map  name  ='nov'><area shape ='rect' coords='0,0,300,200' alt='foto'       href='./foto/startseite/2004_10_24_005_bahnhof_60.jpg'    title='vergr&ouml;&szlig;ern'></map>");
           document.write("<img src ='./foto/startseite/2004_10_24_005_bahnhof_50.jpg'                  width='300' height='200' border='2' alt='bahnhof'         usemap='#nov'>");
           document.write("<br><br>Bahnhof Oberbrechen<br><br>");
           break;  
  default:
           document.write("<br><br>Leider ist kein aktuelles Bild verf&uuml;gbar.<br><br>");  	
  }
} // end of function
