<!--

//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(10);

images[0] = "<a href = '#1'><img src='images/palyons02.jpg'  border='0' width='120' height='150'></a>";

images[1] = "<a href = '#2'  ><img src='images/qecope4.jpg'  border='0' width='120' height='150'></a>";

images[2] = "<a href = '#3'  ><img src='images/resmith9.jpg'  border='0' width='120' height='150'></a>";

images[3] = "<a href = '#4'  ><img src='images/rljones01.jpg'  border='0' width='120' height='150'></a>";

images[4] = "<a href = '#5'  ><img src='images/shingram06.jpg'  border='0' width='120' height='150'></a>";

images[5] = "<a href = '#6'  ><img src='images/wsprescott7.jpg'  border='0' width='120' height='150'></a>";

images[6] = "<a href = '#7'  ><img src='images/cmsmith03.jpg'  border='0' width='120' height='150'></a>";

images[7] = "<a href = '#8'  ><img src='images/jewalker8.jpg' border='0' width='120' height='150'></a>";

images[8] = "<a href = '#9'  ><img src='images/mgscarlett5.jpg' border='0' width='120' height='150'></a>";

images[9] = "<a href = '#a'  ><img src='images/msidney10.jpg' border='0' width='120' height='150'></a>";


index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
