

var mess = new Array('<img src="images/sjesQuote1.jpg" />','<img src="images/sjesQuote2.jpg" />','<img src="images/sjesQuote3.jpg" />','<img src="images/sjesQuote4.jpg" />','<img src="images/sjesQuote5.jpg" />','<img src="images/sjesQuote6.jpg" />','<img src="images/sjesQuote7.jpg" />');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    