//Javascript Created by Computerhope http://www.computerhope.com

//store the quotations in arrays

images = new Array(1);

images[0] = "<a href = './about-vision-with-victor.asp'><img border='0' src='Images/Article-Vision-With-Victor.jpg' alt=''  ></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done



