var mess = new Array(
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image1.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image2.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image3.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image4.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image5.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image6.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image7.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/image8.gif\" align=\"top\" width=\"575\" height=\"240\">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
