doba=5000; rotator=0; pocet = 10; obrsrc = new Array(pocet); obrsrc[0] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_logo-terezan-memorial_0.jpg"; obrsrc[1] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2696-1.jpg"; obrsrc[2] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2755-1.jpg"; obrsrc[3] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2939-1.jpg"; obrsrc[4] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2735-1.jpg"; obrsrc[5] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2705-1.jpg"; obrsrc[6] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2901-1.jpg"; obrsrc[7] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_terezan-25-9-2003-024-1.jpg"; obrsrc[8] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2943-1.jpg"; obrsrc[9] = "http://archive.pamatnik-terezin.cz/wp-content/gallery/feeling/thumbs/thumbs_img_2864-1.jpg"; obr = new Array(pocet); for (i=0; i < pocet; i++){ obr[i]= new Image(); obr[i].src= obrsrc[i]; } function rotate() { if (rotator==pocet) { rotator=0; } obr= new Image(); obr.src= obrsrc[rotator]; document.images["feel"].src = obrsrc[rotator]; rotator = rotator + 1; window.setTimeout('rotate();',doba); }