var n = Math.random()*16;
var z = Math.floor(n);

if (z==0) {bild="kirche_bruch";}
if (z==1) {bild="kirche_garlstedt";}
if (z==2) {bild="kirche_grasberg";}
if (z==3) {bild="kirche_hambergen";}
if (z==4) {bild="kirche_huettenbusch";}
if (z==5) {bild="kirche_kirchtimke";}
if (z==6) {bild="kirche_lilienthal1";}
if (z==7) {bild="kirche_lilienthal2";}
if (z==8) {bild="kirche_meyenburg";}
if (z==9) {bild="kirche_ohz1";}
if (z==10) {bild="kirche_ohz2";}
if (z==11) {bild="kirche_ritterhude";}
if (z==12) {bild="kirche_stjuergen";}
if (z==13) {bild="kirche_tarmstedt";}
if (z==14) {bild="kirche_wilstedt";}
if (z==15) {bild="kirche_worpswede";}

document.write('<img ');
document.write('src="http://www.kirchenkreis-osterholz.de/bilder07/zufallsbilder/' + bild + '.jpg" align="top"');
document.write('alt="Die Kirchen des Kirchenkreises">');
