/* CSS Document */

var mess = new Array('<IMG SRC="images/index_03_banc1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_banc2.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_beez1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_cdsf1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_chcq1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_cscg1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_csst1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_etpm1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_hetc1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_istock1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_JPA07-1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_JPA07-2.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_JPA08-1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville2.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville3.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville4.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville5.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_laville6.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr2.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr3.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr4.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr5.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr6.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr7.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr8.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr9.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr10.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr11.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr12.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr13.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_mdr14.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_msss1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_parcsLoup1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_prhq1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_proe1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_rege1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_rerq1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_rmql1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_TV08-1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_TV08-2.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_TV08-3.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_umaf1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">',
'<IMG SRC="images/index_03_ywca1.jpg" ALT="" WIDTH=1014 HEIGHT=442 border="0" usemap="#Map">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
