
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/quotes1.gif" width="261" height="175">'

quotes[1]=' <img src="images/quotes2.gif" width="261" height="175">'

quotes[2]=' <img src="images/quotes3.gif" width="261" height="175">'
 
quotes[3]=' <img src="images/quotes4.gif" width="261" height="175">'

quotes[4]=' <img src="images/quotes5.gif" width="261" height="175">'

quotes[5]=' <img src="images/quotes6.gif" width="261" height="175">'

quotes[6]=' <img src="images/quotes7.gif" width="261" height="175">'

quotes[7]=' <img src="images/quotes8.gif" width="261" height="175">'

quotes[8]=' <img src="images/quotes9.gif" width="261" height="175">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
