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