images = new Array(3);

images[0] = "<img src='/images/Walkers-outside-Co-op.jpg' style='border-bottom:1px solid white'>";

images[1] = "<img src='/images/Walkers-outside-Co-op.jpg' style='border-bottom:1px solid white'>";

images[2] = "<img src='/images/Walkers-outside-Co-op.jpg' style='border-bottom:1px solid white'>";

index = Math.floor(Math.random() * images.length);

/* to add or remove rotating images, change the value in the Array in line 1, then add/remove a sequential images[x] line that follows */

/* to change an image, edit the <img> tag in the desired line */