
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/rvr_rotating1.jpg" width="434" height="197">'
 
quotes[1]=' <img src="images/rvr_rotating2.jpg" width="434" height="197">'

quotes[2]=' <img src="images/rvr_rotating3.jpg" width="434" height="197">'

quotes[3]=' <img src="images/rvr_rotating4.jpg" width="434" height="197">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
