// JavaScript Document

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["images/quotes/quote01.gif", "Johnny Depp"];
slides[1] = ["images/quotes/quote02.gif", "Marily Henner"];
slides[2] = ["images/quotes/quote03.gif", "Billy Crystal"];
slides[3] = ["images/quotes/quote04.gif", "Rick Dees"];
slides[3] = ["images/quotes/quote05.gif", "Tom Hanks"];
slides[3] = ["images/quotes/quote06.gif", "Melissa Gilbert"];
slides.no_descriptions=1;
slides.pause=1;
slides.no_controls=1;

