
var quotes=new Array()

//horizontal pics

quotes[0]='<img src="images/xwedding1.jpg" alt="promotional photo" width="185" height="153" border="0" align="right">'

quotes[1]='<img src="images/xgameshow1.jpg" alt="promotional photo" width="185" height="153" border="0" align="right">'

quotes[2]='<img src="images/randhorz01.jpg" alt="promotional photo" width="185" height="153" border="0" align="right">'

quotes[3]='<img src="images/randhorz02.jpg" alt="promotional photo" width="185" height="153" border="0" align="right">'

quotes[4]='<img src="images/randhorz03.jpg" alt="promotional photo" width="185" height="153" border="0" align="right">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
