var mess = new Array('<a href=central_coast_wines.shtml><img src=/img2_random.jpg border=0></a>','<a href=central_coast_wines.shtml><img src=/img3_random.jpg border=0></a>','<a href=event_calendar.shtml><img src=/img5_random.jpg border=0></a>','<a href=central_coast_wines.shtml><img src=/img4_random.jpg border=0></a>','<a href=event_calendar.shtml><img src=/img6_random.jpg border=0></a>','<a href=about_slo_down_pub.shtml><img src=/img1_random.jpg border=0></a>','<a href=central_coast_wines.shtml><img src=/img7_random.jpg border=0></a>');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]); 
