var mess = new Array(
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage1.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage2.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage3.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage4.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage5.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage6.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage7.gif\" align=\"top\" width=\"575\" height=\"240\">',
'<img usemap=\"#bannerlinks\" border=\"0\" src=\"images/qimage8.gif\" align=\"top\" width=\"575\" height=\"240\">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

