
var quotes=new Array()

//vertical pics

quotes[0]='<img src="images/randvert01.jpg" alt="promotional photo" width="150" height="200" align="left">'

quotes[1]='<img src="images/randvert02.jpg" alt="promotional photo" width="150" height="200" align="left">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
