
<!---
<!---
function choices()
{
this[0] = 24;



this[1] = '<img src=\'BI_index/MONOGRAFIE/a_vespucci.jpg\' width=130 height=85 border=1 alt=\'Amerigo Vespucci\'></a>';
this[2] = '<img src=\'BI_index/MONOGRAFIE/barca_di_fimon.jpg\' width=130 height=85 border=1 alt=\'Barche di Fimon\'></a>';
this[3] = '<img src=\'BI_index/MONOGRAFIE/bragozzo_veneto.jpg\' width=130 height=85 border=1 alt=\'Bragozzo Veneto\'></a>';
this[4] = '<img src=\'BI_index/MONOGRAFIE/cartoline_liguri.jpg\' width=130 height=85 border=1 alt=\'Cartoline Liguri\'></a>';
this[5] = '<img src=\'BI_index/MONOGRAFIE/cutty_sark.jpg\' width=130 height=85 border=1 alt=\'Cutty Sark\'></a>';
this[6] = '<img src=\'BI_index/MONOGRAFIE/gondola_veneziana.jpg\' width=130 height=85 border=1 alt=\'Gondola Veneziana\'></a>';
this[7] = '<img src=\'BI_index/MONOGRAFIE/gozzo_carloforte.jpg\' width=130 height=85 border=1 alt=\'Gozzi\'></a>';
this[8] = '<img src=\'BI_index/MONOGRAFIE/leudi.jpg\' width=130 height=85 border=1 alt=\'Leudi\'></a>';
this[9] = '<img src=\'BI_index/MONOGRAFIE/lezioni.jpg\' width=130 height=85 border=1 alt=\'Lezioni Navali\'></a>';
this[10] = '<img src=\'BI_index/MONOGRAFIE/mas_9.jpg\' width=130 height=85 border=1 alt=\'MAS 9\'></a>';
this[11] = '<img src=\'BI_index/MONOGRAFIE/muciara.jpg\' width=130 height=85 border=1 alt=\'Muciara\'></a>';
this[12] = '<img src=\'BI_index/MONOGRAFIE/museoTA.gif\' width=130 height=85 border=1 alt=\'Museo TA\'></a>';
this[13] = '<img src=\'BI_index/MONOGRAFIE/navi_in_bottiglia.jpg\' width=130 height=85 border=1 alt=\'Navi in bottiglia\'></a>';
this[14] = '<img src=\'BI_index/MONOGRAFIE/nodi_marinari.jpg\' width=130 height=85 border=1 alt=\'Nodi Marinari\'></a>';
this[15] = '<img src=\'BI_index/MONOGRAFIE/palischermo.jpg\' width=130 height=85 border=1 alt=\'Palischermo\'></a>';
this[16] = '<img src=\'BI_index/MONOGRAFIE/palombelle.jpg\' width=130 height=85 border=1 alt=\'Palombelle\'></a>';
this[17] = '<img src=\'BI_index/MONOGRAFIE/paraggi.jpg\' width=130 height=85 border=1 alt=\'Paraggi\'></a>';
this[18] = '<img src=\'BI_index/MONOGRAFIE/puparin.jpg\' width=130 height=85 border=1 alt=\'Puparin\'></a>';
this[19] = '<img src=\'BI_index/MONOGRAFIE/sanpierota.jpg\' width=130 height=85 border=1 alt=\'Sanpierota\'></a>';
this[20] = '<img src=\'BI_index/MONOGRAFIE/sestri_levante.jpg\' width=130 height=85 border=1 alt=\'Sestri Levante\'></a>';
this[21] = '<img src=\'BI_index/MONOGRAFIE/tartana_siciliana.jpg\' width=130 height=85 border=1 alt=\'Tartana Siciliana\'></a>';
this[22] = '<img src=\'BI_index/MONOGRAFIE/topo_dlv.jpg\' width=130 height=85 border=1 alt=\'Topo Veneziano\'></a>';
this[23] = '<img src=\'BI_index/MONOGRAFIE/zoagli.jpg\' width=130 height=85 border=1 alt=\'Zoagli\'></a>';
this[24] = '<img src=\'BI_index/MONOGRAFIE/fiocinara.jpg\' width=130 height=85 border=1 alt=\'Fiocinara\'></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   --->


