var Animation = new Array(); var bild = new Array(); var i = 0; bild[0]='../galleries/Braun/br_p1030668.jpg'; bild[1]='../galleries/Braun/b_p1160854.jpg'; bild[2]='../galleries/Braun/br_dscn0995w.jpg'; bild[3]='../galleries/Braun/br_p1020019w.jpg'; bild[4]='../galleries/Braun/b_p1050509w.jpg'; bild[5]='../galleries/Braun/br_dscn1207w.jpg'; bild[6]='../galleries/Braun/br_p1040869.jpg'; bild[7]='../galleries/Braun/br_p1040918.jpg'; bild[8]='../galleries/Braun/b_p1080560.jpg'; bild[9]='../galleries/Braun/b_p1160028.jpg'; bild[10]='../galleries/Braun/b_dscn9498w.jpg'; bild[11]='../galleries/Braun/b_p1160875.jpg'; bild[12]='../galleries/Braun/b_p1090313.jpg'; bild[13]='../galleries/Braun/br_p1040827.jpg'; bild[14]='../galleries/Braun/b_p1110674.jpg'; bild[15]='../galleries/Braun/b_p1080072.jpg'; bild[16]='../galleries/Braun/b_p1080002.jpg'; bild[17]='../galleries/Braun/b_p1080555.jpg'; bild[18]='../galleries/Braun/br_dscn1072w.jpg'; bild[19]='../galleries/Braun/br_p1020402w.jpg'; bild[20]='../galleries/Braun/b_p1150358.jpg'; bild[21]='../galleries/Braun/b_p1050609w.jpg'; bild[22]='../galleries/Braun/br_p1090588w.jpg'; bild[23]='../galleries/Braun/b_p1150746.jpg'; bild[24]='../galleries/Braun/b_p1160646.jpg'; bild[25]='../galleries/Braun/br_dscn1574w.jpg'; bild[26]='../galleries/Braun/br_p1120883.jpg'; bild[27]='../galleries/Braun/br_p1080949.jpg'; bild[28]='../galleries/Braun/b_p1110438w.jpg'; bild[29]='../galleries/Braun/b_p1080661.jpg'; bild[30]='../galleries/Braun/br_p1020567w.jpg'; bild[31]='../galleries/Braun/br_p1020352.jpg'; bild[32]='../galleries/Braun/br_p1030249.jpg'; bild[33]='../galleries/Braun/b_p1150267.jpg'; bild[34]='../galleries/Braun/br_p1020511w.jpg'; bild[35]='../galleries/Braun/b_p1080081.jpg'; bild[36]='../galleries/Braun/b1060152_baumschnecke.jpg'; bild[37]='../galleries/Braun/br_p1040797.jpg'; bild[38]='../galleries/Braun/br_dscn0330w.jpg'; bild[39]='../galleries/Braun/b_p1050535w.jpg'; for (var r = 0; r < 40; r++) { Animation[r]=new Image(); Animation[r].src=bild[r]; } function anzeigen() { if (i < 40) { document.images.dummy.src=Animation[i].src; i++;} else{ i=0; } setTimeout('anzeigen()', 3000); } function stop() { window.clearTimeout(anzeigen()); }