          <!--
		  var number = 9 ;  
           var randomnumber = Math.random() ;
           var rand1 = Math.round( (number-1) * randomnumber) + 1 ;
           
           images = new Array
           images[1] = "bilder/titel/lind_gr_q.jpg"
           images[2] = "bilder/titel/breling_gr_q.jpg"
           images[3] = "bilder/titel/ludwig_gr_q.jpg"
           images[4] = "bilder/titel/maur_kiosk_gr_q.jpg" 
           images[5] = "bilder/titel/speisezimmer_gr_q.jpg" 
           images[6] = "bilder/titel/venusgrotte_gr_q.jpg" 
           images[7] = "bilder/titel/west_gobelinz_gr_q.jpg" 
           images[8] = "bilder/titel/lind_gr_q2.jpg" 
           images[9] = "bilder/titel/vestibuel_detail_gr_q.jpg" 
           var image = images[rand1];
           comments = new Array
           comments[1] = "Schloss Linderhof, Hauptfassade"
           comments[2] = "Schloss Linderhof, Ostfassade, Aquarell von H. Breling"
           comments[3] = "K&ouml;nig Ludwig II., Gem&auml;lde von F. Piloty"
           comments[4] = "Maurischer Kiosk im Schlosspark, Innenansicht"
           comments[5] = "Schloss Linderhof, Speisezimmer"
           comments[6] = "Venusgrotte im Schlosspark"
           comments[7] = "Schloss Linderhof, Westliches Gobelinzimmer"
           comments[8] = "Schloss Linderhof mit Wasserparterre"
           comments[9] = "Schloss Linderhof, Stuckaturen an der Decke des Vestib&uuml;ls"
           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] = "lind01"
           inhalt1[2] = "lind02"
           inhalt1[3] = "lind03"
           inhalt1[4] = "lind04" 
           inhalt1[5] = "lind05" 
           inhalt1[6] = "lind06" 
           inhalt1[7] = "lind07" 
           inhalt1[8] = "lind08" 
           inhalt1[9] = "lind09" 
           var inhalt = inhalt1[rand1];
           document.write ('<h1 class="' + inhalt + '">Willkommen in Schloss und Park Linderhof</h1>')
           // -->
