
var quotes=new Array()

//change the quotes if desired. Add/ delete additional quotes as desired.

quotes[0]= '<img src="images/roncarol24black.png" width=258 height=45 border=0 alt="">'

quotes[1]= '<img src="images/roncarol24blue3.png" width=258 height=45 border=0 alt="">'

quotes[2]= '<img src="images/roncarol24gold.png" width=258 height=45 border=0 alt="">'

quotes[2]= '<img src="images/roncarol24green.png" width=258 height=45 border=0 alt="">'

quotes[3]= '<img src="images/roncarol24purple2.png" width=258 height=45 border=0 alt="">'

quotes[4]= '<img src="images/roncarol24purple3.png" width=258 height=45 border=0 alt="">'

quotes[5]= '<img src="images/roncarol24red.png" width=258 height=45 border=0 alt="">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
