jQuery Slideshow
// change these paths for your images var myImages = ['img/1.jpg','img/2.jpg','img/3.jpg','img/4.jpg']; // how many times should the photo change per page load var maxChanges = 10; // shuffle images so each time page loads, the photos show in different order var do_shuffle = true; // use simple randomness instead of shuffling (tends to repeat images too often) var do_randomly = false; // number of seconds between photo changes var seconds_between_photos = 5;