if (document.images) {           
img1= new Image(); img1.src = "artists/anm/01.jpg";
img2= new Image(); img2.src = "artists/anm/02.jpg";
img3= new Image(); img3.src = "artists/anm/03.jpg";
img4= new Image(); img4.src = "artists/anm/04.jpg";
img5= new Image(); img5.src = "artists/anm/05.jpg";
img6= new Image(); img6.src = "artists/anm/06.jpg";
img7= new Image(); img7.src = "artists/anm/07.jpg";
img8= new Image(); img8.src = "artists/anm/08.jpg";
img9= new Image(); img9.src = "artists/anm/09.jpg";
img10= new Image(); img10.src = "artists/anm/10.jpg";
img11= new Image(); img11.src = "artists/anm/11.jpg";
img12= new Image(); img12.src = "artists/anm/12.jpg";
img13= new Image(); img13.src = "artists/anm/13.jpg";
img14= new Image(); img14.src = "artists/anm/14.jpg";
img15= new Image(); img15.src = "artists/anm/15.jpg";
img16= new Image(); img16.src = "artists/anm/16.jpg";
img17= new Image(); img17.src = "artists/anm/17.jpg";
img18= new Image(); img18.src = "artists/anm/18.jpg";
img19= new Image(); img19.src = "artists/anm/19.jpg";
img20= new Image(); img20.src = "artists/anm/20.jpg";
img21= new Image(); img21.src = "artists/anm/21.jpg";
img22= new Image(); img22.src = "artists/anm/22.jpg";
img23= new Image(); img23.src = "artists/anm/23.jpg";
img24= new Image(); img24.src = "artists/anm/24.jpg";
img25= new Image(); img25.src = "artists/anm/25.jpg";
img26= new Image(); img26.src = "artists/anm/26.jpg";
img27= new Image(); img27.src = "artists/anm/27.jpg";
img28= new Image(); img28.src = "artists/anm/28.jpg";
img29= new Image(); img29.src = "artists/anm/29.jpg";
img30= new Image(); img30.src = "artists/anm/30.jpg";
}
var i = 0;
var ismove = 1;
 
function animation() {
(i<30) ? ++i : i = 1;
document.animation.src = eval("img" + i + ".src");
move = setTimeout('animation()', 900)
}