
<!---
function choices()
{
	this[0] = 13;
this[1] = "<img src=\"http://www.insicilia.it/images/fotoindex1.jpg\" width=205 height=135 border=0 alt=\"Agrigento, Tempio della Concordia\"></a>";
this[2] = "<img src=\"http://www.insicilia.it/images/fotoindex2.jpg\" width=205 height=135 border=0 alt=\"Agrigento, Tempio di Dioscuri\"></a>";
this[3] = "<img src=\"http://www.insicilia.it/images/fotoindex3.jpg\" width=205 height=135 border=0 alt=\"Le Saline\"></a>";
this[4] = "<img src=\"http://www.insicilia.it/images/fotoindex4.jpg\" width=205 height=135 border=0 alt=\"Baia Taormina\"></a>";
this[5] = "<img src=\"http://www.insicilia.it/images/fotoindex5.jpg\" width=205 height=135 border=0 alt=\"Isole Eolie\"></a>";
this[6] = "<img src=\"http://www.insicilia.it/images/fotoindex6.jpg\" width=205 height=135 border=0 alt=\"Tindari\"></a>";
this[7] = "<img src=\"http://www.insicilia.it/images/fotoindex7.jpg\" width=205 height=135 border=0 alt=\"Eraclea\"></a>";
this[8] = "<img src=\"http://www.insicilia.it/images/fotoindex8.jpg\" width=205 height=135 border=0 alt=\"Tempio di Segesta\"></a>";
this[9] = "<img src=\"http://www.insicilia.it/images/fotoindex9.jpg\" width=205 height=135 border=0 alt=\"Polizzi Generosa\"></a>";
this[10] = "<img src=\"http://www.insicilia.it/images/fotoindex10.jpg\" width=205 height=135 border=0 alt=\"Isola Bella\"></a>";
this[11] = "<img src=\"http://www.insicilia.it/images/fotoindex11.jpg\" width=205 height=135 border=0 alt=\"Mosaico, Piazza Armerina\"></a>";
this[12] = "<img src=\"http://www.insicilia.it/images/fotoindex18.jpg\" width=205 height=135 border=0 alt=\"per le vie di Stromboli\"></a>";
this[13] = "<img src=\"http://www.insicilia.it/images/fotoindex19.jpg\" width=205 height=135 border=0 alt=\"veduta di Stromboli\"></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   --->
