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