function bildertausch()
{
//12
var ranNum= Math.round(Math.random() * 12);
if (ranNum == 0){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn1.jpg" alt="Blick auf das Rathaus" width="160" height="99" border="0">'); } // bild1
if (ranNum == 1){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn2.jpg" alt="Blick auf die katholische Kirche" width="160" height="99" border="0">'); } // bild2
if (ranNum == 2){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn3.jpg" alt="Blick auf Eschelbronn" width="160" height="99" border="0">'); } // bild3
if (ranNum == 3){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn4.jpg" alt="Blick auf Eschelbronn" width="160" height="99" border="0">'); } // bild4
if (ranNum == 4){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn5.jpg" alt="Blick auf Eschelbronn vom Galgenberg" width="160" height="99" border="0">'); } // bild5
if (ranNum == 5){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn6.jpg" alt="Blick auf Eschelbronn vom Kallenberg" width="160" height="99" border="0">'); } // bild6
if (ranNum == 6){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn7.jpg" alt="Blick auf Eschelbronn vom Kallenberg" width="160" height="99" border="0">'); } // bild7
if (ranNum == 7){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn8.jpg" alt="Blick auf Clubhaus und Sportplatz am Kallenberg" width="160" height="99" border="0">'); } // bild8
if (ranNum == 8){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn9.jpg" alt="Blick auf Grund- und Hauptschule mit Werkrealschule" width="160" height="99" border="0">'); } // bild9
if (ranNum == 9){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn10.jpg" alt="Blick auf den Kindergarten" width="160" height="99" border="0">'); } // bild10
if (ranNum == 10){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn11.jpg" alt="Blick auf das Naturschutzgebiet Kallenberg" width="160" height="99" border="0">'); } // bild11
if (ranNum == 11){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn12.jpg" alt="Blick auf Turnverein und Schloßsee" width="160" height="99" border="0">'); } // bild12
if (ranNum == 12){document.write('<img src="http://eschelbronn.pcn-cms.de/content/cms/tools/rotate/bilder/ebronn13.jpg" alt="Blick auf das Rathaus" width="160" height="99" border="0">'); } // bild13
}