﻿var mess = new Array(
'<a title="Touchtunes" href="http://www.vendingservices.org/jukeboxes.html"><img src="images/home/pics/pic_1.png" alt="Check out our latest boxes from Touchtunes!" height="79" width="207" border="0">',
'<a title="2010 JVL Encore" href="http://www.vendingservices.org/new_trivias.html"><img src="images/home/pics/pic_6.png" alt="Check out the new 2010 JVL Encore!" height="79" width="207" border="0">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
