          <!--
		  var number = 18 ;  
           var randomnumber = Math.random() ;
           var rand1 = Math.round( (number-1) * randomnumber) + 1 ;
           
           images = new Array
           images[1] = "bilder/titel/a_schloss.jpg"
           images[2] = "bilder/titel/app_kurfuerst_audz.jpg"
           images[3] = "bilder/titel/app_kurfuerst_sz.jpg"
           images[4] = "bilder/titel/app_kurfuerstin_fresko.jpg" 
           images[5] = "bilder/titel/app_kurfuerstin_sz.jpg" 
           images[6] = "bilder/titel/hofg_allee.jpg" 
           images[7] = "bilder/titel/hofg_blumen.jpg" 
           images[8] = "bilder/titel/idealansicht_ns.jpg" 
		   images[9] = "bilder/titel/kanal_bruecke.jpg" 
           images[10] = "bilder/titel/luester_detail.jpg" 
           images[11] = "bilder/titel/lustheim.jpg" 
           images[12] = "bilder/titel/lustheim_winter.jpg" 
           images[13] = "bilder/titel/ns_treppe_kuppelfresko.jpg" 
           images[14] = "bilder/titel/schleissheim_fontaene.jpg" 
           images[15] = "bilder/titel/viktoriensaal_decke.jpg" 
           images[16] = "bilder/titel/gr_galerie.jpg" 
           images[17] = "bilder/titel/madonna_mit_kind.jpg" 
           images[18] = "bilder/titel/februar_sandrart.jpg" 
           var image = images[rand1];
           comments = new Array
           comments[1] = "Blick vom Gro&szlig;en Saal des Neuen Schlosses auf das Alte Schloss"
           comments[2] = "Neues Schloss, Audienzzimmer im Appartement des Kurf&uuml;rsten"
           comments[3] = "Neues Schloss, Schlafzimmer im Appartement des Kurf&uuml;rsten"
           comments[4] = "Neues Schloss, Appartement der Kurf&uuml;rstin, Deckenfresko im Paradeschlafzimmer"
           comments[5] = "Neues Schloss, Schlafzimmer im Appartement der Kurf&uuml;rstin"
           comments[6] = "Lindenallee im Hofgarten"
           comments[7] = "Blumenparterre im Hofgarten"
           comments[8] = "Idealansicht des Neuen Schlosses, Miniatur von M. de Geer"
           comments[9] = "Br&uuml;cke im Hofgarten"
           comments[10] = "Neues Schloss, L&uuml;ster in der Gro&szlig;en Galerie, Detail"
           comments[11] = "Schloss Lustheim"
           comments[12] = "Schloss Lustheim im Winter"
           comments[13] = "Neues Schloss, Kuppelfresko im Treppenhaus, Detail"
           comments[14] = "Neues Schloss mit Wasserspielen"
           comments[15] = "Neues Schloss, Deckenfresko im Viktoriensaal, Detail"
           comments[16] = "Neues Schloss, Gro&szlig;e Galerie"
           comments[17] = "Neues Schloss, &quot;Madonna mit Kind&quot;, C. Dolci (Foto: Bayer. Staatsgem&auml;ldesammlungen)"
           comments[18] = "Neues Schloss, &quot;Februar&quot;, J. v. Sandrart (Foto: Bayer. Staatsgem&auml;ldesammlungen)"
           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] = "sch01"
           inhalt1[2] = "sch02"
           inhalt1[3] = "sch03"
           inhalt1[4] = "sch04" 
           inhalt1[5] = "sch05" 
           inhalt1[6] = "sch06" 
           inhalt1[7] = "sch07" 
           inhalt1[8] = "sch08" 
           inhalt1[9] = "sch09" 
           inhalt1[10] = "sch10" 
           inhalt1[11] = "sch11" 
           inhalt1[12] = "sch12" 
           inhalt1[13] = "sch13" 
           inhalt1[14] = "sch14" 
           inhalt1[15] = "sch15" 
           inhalt1[16] = "sch16" 
           inhalt1[17] = "sch17" 
           inhalt1[18] = "sch18" 
           var inhalt = inhalt1[rand1];
           document.write ('<h1 class="' + inhalt + '">Willkommen in der Schlossanlage Schlei&szlig;heim</h1>')
           // -->
