
var quotes=new Array()


quotes[0]='<img src="images/home_image_1.jpg" width="790" height="194">'

quotes[1]='<img src="images/home_image_2.jpg" width="790" height="194">'

quotes[2]='<img src="images/home_image_3.jpg" width="790" height="194">'

quotes[3]='<img src="images/home_image_4.jpg" width="790" height="194">'

var whichquote=Math.floor(Math.random()*(quotes.length))
document.write(quotes[whichquote])
