
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/Main1.jpg" width="447" height="148">'
 
quotes[1]=' <img src="images/Main2.jpg" width="447" height="148">'

quotes[2]=' <img src="images/Main3.jpg" width="447" height="148">'

quotes[3]=' <img src="images/Main4.jpg" width="447" height="148">'

quotes[4]=' <img src="images/Main5.jpg" width="447" height="148">'

quotes[5]=' <img src="images/Main6.jpg" width="447" height="148">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
