images = new Array(5);


images[0] = "<img src='/images/home/panoramicsLac/couchsspadefoottoad.jpg' alt='Spade Footed Toad' width='589' height='199'>";
images[1] = "<img src='/images/home/panoramicsLac/egrets44143.jpg' alt='Egrets' width='589' height='199'>";
images[2] = "<img src='/images/home/panoramicsLac/gator.jpg' alt='Gator' width='589' height='199'>";
images[3] = "<img src='/images/home/panoramicsLac/seaotter44197.jpg' alt='Sea Otter' width='589' height='199'>";
images[4] = "<img src='/images/home/panoramicsLac/turtle.jpg' alt='Turtle' width='589' height='199'>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);