
<!---
<!---
function choices()
{
this[0] = 26;



this[1] = '<img src=\'BI_index/DINAMICO/a_doria_i_F_01.jpg\' width=117 height=80 border=1 alt=\'Andrea Doria\'></a>';
this[2] = '<img src=\'BI_index/DINAMICO/a_doria_i_F_02.jpg\' width=128 height=80 border=1 alt=\'Andrea Doria\'></a>';
this[3] = '<img src=\'BI_index/DINAMICO/cigno_f_F_01.jpg\' width=106 height=80 border=1 alt=\'Cigno\'></a>';
this[4] = '<img src=\'BI_index/DINAMICO/gabbiano_c_F_01.jpg\' width=120 height=80 border=1 alt=\'Gabbiano\'></a>';
this[5] = '<img src=\'BI_index/DINAMICO/MAS_9_F_01.jpg\' width=106 height=80 border=1 alt=\'MAS 9\'></a>';
this[6] = '<img src=\'BI_index/DINAMICO/mas_100_F_01.jpg\' width=106 height=80 border=1 alt=\'MAS 100\'></a>';
this[7] = '<img src=\'BI_index/DINAMICO/mas_451_F_01.jpg\' width=113 height=80 border=1 alt=\'Mas 451\'></a>';
this[8] = '<img src=\'BI_index/DINAMICO/MAS_562_F_01.jpg\' width=120 height=80 border=1 alt=\'MAS 562\'></a>';
this[9] = '<img src=\'BI_index/DINAMICO/MAS_562_F_02.jpg\' width=120 height=80 border=1 alt=\'MAS 562\'></a>';
this[10] = '<img src=\'BI_index/DINAMICO/MAS_562_F_03.jpg\' width=120 height=80 border=1 alt=\'MAS 562\'></a>';
this[11] = '<img src=\'BI_index/DINAMICO/pt_109_M_F_01.jpg\' width=119 height=80 border=1 alt=\'PT 109\'></a>';
this[12] = '<img src=\'BI_index/DINAMICO/v_s_8_F_01.jpg\' width=106 height=80 border=1 alt=\'VS8\'></a>';
this[13] = '<img src=\'BI_index/DINAMICO/muimota_F_01.jpg\' width=115 height=80 border=1 alt=\'Muimota\'></a>';
this[14] = '<img src=\'BI_index/DINAMICO/pokomoko_F_01.jpg\' width=108 height=80 border=1 alt=\'Pokomoko\'></a>';
this[15] = '<img src=\'BI_index/DINAMICO/georgia_F_01.jpg\' width=116 height=80 border=1 alt=\'Georgia\'></a>';
this[16] = '<img src=\'BI_index/DINAMICO/laser_line_F_01.jpg\' width=106 height=80 border=1 alt=\'Laser Line\'></a>';
this[17] = '<img src=\'BI_index/DINAMICO/brigantino_goletta_F_01.jpg\' width=106 height=80 border=1 alt=\'Brigantino Golett\'></a>';
this[18] = '<img src=\'BI_index/DINAMICO/motoveliero_adriatico_F_01.jpg\' width=64 height=80 border=1 alt=\'Motoveliero Adriatico\'></a>';
this[19] = '<img src=\'BI_index/DINAMICO/incoronata_madre_F_01.jpg\' width=106 height=80 border=1 alt=\'Incoronata Madre\'></a>';
this[20] = '<img src=\'BI_index/DINAMICO/antares_F_01.jpg\' width=122 height=80 border=1 alt=\'Antares\'></a>';
this[21] = '<img src=\'BI_index/DINAMICO/acquarama_special_F_01.jpg\' width=116 height=80 border=1 alt=\'Aquarama Special\'></a>';
this[22] = '<img src=\'BI_index/DINAMICO/acquarama_special_F_02.jpg\' width=106 height=80 border=1 alt=\'Aquarama Special\'></a>';
this[23] = '<img src=\'BI_index/DINAMICO/transoceanico_F_01.jpg\' width=106 height=80 border=1 alt=\'Transoceanico\'></a>';
this[24] = '<img src=\'BI_index/DINAMICO/mitron_F_01.jpg\' width=83 height=80 border=1 alt=\'Mitron\'></a>';
this[25] = '<img src=\'BI_index/DINAMICO/moro_di_Venezia_F_01.jpg\' width=69 height=80 border=1 alt=\'Moro di Venezia\'></a>';
this[26] = '<img src=\'BI_index/DINAMICO/oracle_F_01.jpg\' width=106 height=80 border=1 alt=\'Oracle\'></a>';







}
function popUpBanner(list)
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(grabBanner());
//  FINE   --->


