
var quotes=new Array()
 
//change the quotes if desired. Add/ delete additional quotes as desired.
 
quotes[0]=' <img src="images/DSC00424.jpg" width="134" height="162" align="left" style="padding: 0px 15px 10px 0px">'

quotes[1]=' <img src="images/DSC00420.jpg" width="134" height="162" align="left" style="padding: 0px 15px 10px 0px">'

quotes[2]=' <img src="images/DSC00429.jpg" width="134" height="162" align="left" style="padding: 0px 15px 10px 0px">'

quotes[3]=' <img src="images/DSC00419.jpg" width="134" height="162" align="left" style="padding: 0px 15px 10px 0px">'


var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
