
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/ranger1.jpg" width="328" height="177">'

quotes[1]=' <img src="images/ranger2.jpg" width="328" height="177">'

quotes[2]=' <img src="images/ranger3.jpg" width="328" height="177">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
