images = new Array(5);
images[0] = "<a href = 'http://www.chariotsoflightnl.com/pictures.html'><img src='http://www.chariotsoflightnl.com/rotation/1.jpg' border='0' alt='Picture Gallery'></a>";
images[1] = "<a href = 'http://www.chariotsoflightnl.com/pictures.html'><img src='http://www.chariotsoflightnl.com/rotation/2.jpg' border='0' alt='Picture Gallery'></a>";
images[2] = "<a href = 'http://www.chariotsoflightnl.com/pictures.html'><img src='http://www.chariotsoflightnl.com/rotation/3.jpg' border='0' alt='Picture Gallery'></a>";
images[3] = "<a href = 'http://www.chariotsoflightnl.com/pictures.html'><img src='http://www.chariotsoflightnl.com/rotation/4.jpg' border='0' alt='Picture Gallery'></a>";
images[4] = "<a href = 'http://www.chariotsoflightnl.com/pictures.html'><img src='http://www.chariotsoflightnl.com/rotation/5.jpg' border='0' alt='Picture Gallery'></a>";
index = Math.floor(Math.random() * images.length);
document.write(images[index]);
