// JavaScript Document

//store the quotations in arrays
quotes = new Array(1);
quotes[0] = "<img class='quote' src='images/quotes/gallery/01.gif'>"

//calculate a random index
index = Math.floor(Math.random() * quotes.length);

//done
