
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]='<center><IMG src="images/TOP3.jpg" width="656" height="261" border="0"></center>'

quotes[1]='<center><IMG src="images/TOP2.jpg" width="656" height="261" border="0"></center>'

quotes[2]='<center><IMG src="images/TOP1.jpg" width="656" height="261" border="0"></center>'

quotes[3]='<center><IMG src="images/TOP3.jpg" width="656" height="261" border="0"></center>'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
