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