          <!--
		  var number = 23 ;  
           var randomnumber = Math.random() ;
           var rand1 = Math.round( (number-1) * randomnumber) + 1 ;
           
           images = new Array
           images[1] = "bilder/titel/ny_amal-spiegelsaal.jpg"
           images[2] = "bilder/titel/ny_amalienburg.jpg"
           images[3] = "bilder/titel/ny_badenb-mit-see.jpg" 
           images[4] = "bilder/titel/ny_badenburger-see.jpg" 
           images[5] = "bilder/titel/ny_bustelli-figuren.jpg" 
           images[6] = "bilder/titel/ny_festsaal-decke.jpg" 
           images[7] = "bilder/titel/ny_flora-decke-fests.jpg" 
           images[8] = "bilder/titel/ny_gartenseite-canaletto.jpg" 
           images[9] = "bilder/titel/ny_stadtseite.jpg" 
           images[10] = "bilder/titel/ny_hauptparterre.jpg" 
           images[11] = "bilder/titel/ny_horemans-familien.jpg" 
           images[12] = "bilder/titel/ny_kaskade.jpg" 
           images[13] = "bilder/titel/ny_loewental.jpg" 
           images[14] = "bilder/titel/ny_luftbild.jpg" 
           images[15] = "bilder/titel/ny_pagod-chin-salon.jpg" 
           images[16] = "bilder/titel/ny_pagod_saletl.jpg" 
           images[17] = "bilder/titel/ny_teeservice.jpg" 
           images[18] = "bilder/titel/ny_schlittenfahrt.jpg" 
           images[19] = "bilder/titel/ny_schloss-von-kaskade.jpg" 
           images[20] = "bilder/titel/ny_schoenh-galerie.jpg" 
           images[21] = "bilder/titel/ny_see-monopteros.jpg" 
           images[22] = "bilder/titel/ny_winter.jpg" 
           images[23] = "bilder/titel/pagod_see1.jpg" 
           var image = images[rand1];
           comments = new Array
           comments[1] = "Amalienburg im Park Nymphenburg, Spiegelsaal"
           comments[2] = "Amalienburg im Park Nymphenburg"
           comments[3] = "Badenburg im Park Nymphenburg"
           comments[4] = "Badenburger See"
           comments[5] = "Porzellanfiguren, F.A. Bustelli, Museum Nymphenburger Porzellan"
           comments[6] = "Schloss Nymphenburg, Deckengem&auml;lde im Festsaal (Ausschnitt)"
           comments[7] = "Schloss Nymphenburg, Deckengem&auml;lde im Festsaal (Detail)"
           comments[8] = "Schloss Nymphenburg, Gartenseite, Bernardo Bellotto (gen. Canaletto), 1761"
           comments[9] = "Schloss Nymphenburg, Ansicht von der Stadtseite"
           comments[10] = "Park Nymphenburg, Gro&szlig;es Parterre mit Kanal"
           comments[11] = "Die kurbayerischen und kurs&auml;chsischen Familien (Detail), P.J. Horemans, 1761"
           comments[12] = "Park Nymphenburg, Gro&szlig;e Kaskade"
           comments[13] = "Park Nymphenburg, L&ouml;wental, im Hintergrund die Badenburg"
           comments[14] = "Luftaufnahme der Gesamtanlage von Schloss Nymphenburg"
           comments[15] = "Pagodenburg im Schlosspark, Chinesischer Salon"
           comments[16] = "Pagodenburg im Schlosspark, &quot;Saletl&quot;"
           comments[17] = "Teile eines Teeservices, um 1765-70, Museum Nymphenburger Porzellan"
           comments[18] = "N&auml;chtliche Schlittenpartie K&ouml;nig Ludwigs II., R. Wenig, um 1880, Marstallmuseum"
           comments[19] = "Schloss Nymphenburg von der Gro&szlig;en Kaskade aus gesehen"
           comments[20] = "Schloss Nymphenburg, Sch&ouml;nheitengalerie K&ouml;nig Ludwigs I."
           comments[21] = "Park Nymphenburg, Badenburger See mit Monopteros"
           comments[22] = "Schloss Nymphenburg im Winter"
           comments[23] = "Pagodenburger See"
           var comment = comments[rand1]
           document.write('<a href="deutsch/aktuell/index.htm"><img border="0" width="760" src="' + image + '" title="' + comment + '  --&gt; Link zur deutschen Version" alt="Bild:' + comment + '"></a>')
           inhalt1 = new Array
           inhalt1[1] = "ny01"
           inhalt1[2] = "ny02"
           inhalt1[3] = "ny03" 
           inhalt1[4] = "ny04" 
           inhalt1[5] = "ny05" 
           inhalt1[6] = "ny06" 
           inhalt1[7] = "ny07" 
           inhalt1[8] = "ny08" 
           inhalt1[9] = "ny09" 
           inhalt1[10] = "ny10" 
           inhalt1[11] = "ny11" 
           inhalt1[12] = "ny12" 
           inhalt1[13] = "ny13" 
           inhalt1[14] = "ny14" 
           inhalt1[15] = "ny15" 
           inhalt1[16] = "ny16" 
           inhalt1[17] = "ny17" 
           inhalt1[18] = "ny18" 
           inhalt1[19] = "ny19" 
           inhalt1[20] = "ny20" 
           inhalt1[21] = "ny21" 
           inhalt1[22] = "ny22" 
           inhalt1[23] = "ny23" 
           var inhalt = inhalt1[rand1];
           document.write ('<h1 class="' + inhalt + '">Willkommen in Schloss und Park Nymphenburg</h1>')
           // -->
