var mess = new Array
('<img src="images/versenothingtodo.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/verselove.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/versesorceress.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/versesmiling.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/verseonecannotthink.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/versecommon.gif" alt="Food quote of the day" width="262" height="124">',
'<img src="images/versekissingdontlast.gif" alt="Food quote of the day" width="262" height="124">'
);
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
