function autoSlide() { which = (which + 1) % photos.length; applyeffect(); document.images.photoslider.src=photos[which]; playeffect(); keeptrack(); setTimeout("autoSlide()", (5 * 1000) ); } window.onload=autoSlide;
Comment