
<!---
function choices()
{
	this[0] = 11;
this[1] = "<img src=\"http://www.insicilia.it/images/fotohotel1.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[2] = "<img src=\"http://www.insicilia.it/images/fotohotel2.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[3] = "<img src=\"http://www.insicilia.it/images/fotohotel3.jpg\" width=95height=375 border=0 alt=\"Hotel\"></a>";
this[4] = "<img src=\"http://www.insicilia.it/images/fotohotel4.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[5] = "<img src=\"http://www.insicilia.it/images/fotohotel5.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[6] = "<img src=\"http://www.insicilia.it/images/fotohotel6.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[7] = "<img src=\"http://www.insicilia.it/images/fotohotel7.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[8] = "<img src=\"http://www.insicilia.it/images/fotohotel8.jpg\" width=95 height=375border=0 alt=\"Hotel\"></a>";
this[9] = "<img src=\"http://www.insicilia.it/images/fotohotel9.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[10] = "<img src=\"http://www.insicilia.it/images/fotohotel10.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></a>";
this[11] = "<img src=\"http://www.insicilia.it/images/fotohotel11.jpg\" width=95 height=375 border=0 alt=\"Hotel\"></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   --->

