<!---
function choices()
{
	this[0] = 9;
this[1] = "<img src=\"foto.villaggi/villaggio-solemare.jpg\" width=100 height=66 border=1 alt=\"villaggio solemare\"></a>";
this[2] = "<img src=\"foto.villaggi/villaggio-roller-club.jpg\" width=100 height=66 border=1 alt=\"villaggio Roller Club\"></a>";
this[3] = "<img src=\"foto.villaggi/villaggio-stromboli.jpg\" width=100 height=66 border=1 alt=\"Hotel Residence Stromboli\"></a>";
this[4] = "<img src=\"foto.villaggi/villaggio-sciabache.jpg\" width=100 height=66 border=1 alt=\"Villaggio Sciabache\"></a>";
this[5] = "<img src=\"foto.villaggi/baia-del-sole.jpg\" width=100 height=66 border=1 alt=\"Villaggio Baia del Sole\"></a>";
this[6] = "<img src=\"foto.hotel/capovaticano-beach-resort.jpg\" width=100 height=66 border=1 alt=\"Hotel Capo Vaticano Beach Resort\"></a>";
this[7] = "<img src=\"foto.villaggi/cala-di-volpe.jpg\" width=100 height=66 border=1 alt=\"Villaggio Hotel Residence Cala Di Volpe a Capo Vaticano vicino Tropea\"></a>";
this[8] = "<img src=\"foto.hotel/porto-pirgos.jpg\" width=100 height=66 border=1 alt=\"Hotel Residence Costa Azzurra a Capo Vaticano in Calabria vicino Tropea\"></a>";
this[9] = "<img src=\"palazzo-marzano/palazzo.marzano.jpg\" width=100 height=66 border=1 alt=\"Hotel Palazzo Marzano\"></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   --->
