
<!---
function choices()
{
	this[0] = 23;
this[1] = "<img src=\"http://www.insicilia.it/images/fotopersonal1.jpg\" width=320 height=100 border=0 alt=\"La Natura in Sicilia\"></a>";
this[2] = "<img src=\"http://www.insicilia.it/images/fotopersonal2.jpg\" width=320 height=100 border=0 alt=\"Particolare Porto di Siracusa\"></a>";
this[3] = "<img src=\"http://www.insicilia.it/images/fotopersonal3.jpg\" width=320 height=100 border=0 alt=\"Siracusa, carretto siciliano\"></a>";
this[4] = "<img src=\"http://www.insicilia.it/images/fotopersonal4.jpg\" width=320 height=100 border=0 alt=\"Siracusa, estrema punta dell'Ortigia\"></a>";
this[5] = "<img src=\"http://www.insicilia.it/images/fotopersonal5.jpg\" width=320 height=100 border=0 alt=\"Particolare Porto di Siracusa\"></a>";
this[6] = "<img src=\"http://www.insicilia.it/images/fotopersonal6.jpg\" width=320 height=100 border=0 alt=\"Maniace, il Castello di Nelson\"></a>";
this[7] = "<img src=\"http://www.insicilia.it/images/fotopersonal7.jpg\" width=320 height=100 border=0 alt=\"Veduta dell'Etna\"></a>";
this[8] = "<img src=\"http://www.insicilia.it/images/fotopersonal8.jpg\" width=320 height=100 border=0 alt=\"Veduta dell'Etna\"></a>";
this[9] = "<img src=\"http://www.insicilia.it/images/fotopersonal9.jpg\" width=320 height=100 border=0 alt=\"Taormina, particolare fontana del Duomo\"></a>";
this[10] = "<img src=\"http://www.insicilia.it/images/fotopersonal10.jpg\" width=320 height=100 border=0 alt=\"La Circumetnea\"></a>";
this[11] = "<img src=\"http://www.insicilia.it/images/fotopersonal11.jpg\" width=320 height=100 border=0 alt=\"La Circumetnea\"></a>";
this[12] = "<img src=\"http://www.insicilia.it/images/fotopersonal12.jpg\" width=320 height=100 border=0 alt=\"Lipari\"></a>";
this[13] = "<img src=\"http://www.insicilia.it/images/fotopersonal13.jpg\" width=320 height=100 border=0 alt=\"Lipari\"></a>";
this[14] = "<img src=\"http://www.insicilia.it/images/fotopersonal14.jpg\" width=320 height=100 border=0 alt=\"Stromboli al tramonto\"></a>";
this[15] = "<img src=\"http://www.insicilia.it/images/fotopersonal15.jpg\" width=320 height=100 border=0 alt=\"Etna al tramonto\"></a>";
this[16] = "<img src=\"http://www.insicilia.it/images/fotopersonal16.jpg\" width=320 height=100 border=0 alt=\"Palermo - Isola delle Femmine\"></a>";
this[17] = "<img src=\"http://www.insicilia.it/images/fotopersonal17.jpg\" width=320 height=100 border=0 alt=\"Lipari\"></a>";
this[18] = "<img src=\"http://www.insicilia.it/images/fotopersonal18.jpg\" width=320 height=100 border=0 alt=\"Lipari\"></a>";
this[19] = "<img src=\"http://www.insicilia.it/images/fotopersonal19.jpg\" width=320 height=100 border=0 alt=\"Eraclea\"></a>";
this[20] = "<img src=\"http://www.insicilia.it/images/fotopersonal20.jpg\" width=320 height=100 border=0 alt=\"Eraclea\"></a>";
this[21] = "<img src=\"http://www.insicilia.it/images/fotopersonal21.jpg\" width=320 height=100 border=0 alt=\"Eraclea\"></a>";
this[22] = "<img src=\"http://www.insicilia.it/images/fotopersonal22.jpg\" width=320 height=100 border=0 alt=\"Eraclea\"></a>";
this[23] = "<img src=\"http://www.insicilia.it/images/fotopersonal23.jpg\" width=320 height=100 border=0 alt=\"Eraclea\"></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   --->
