
<!---
function choices()
{
	this[0] = 11;
this[1] = "<img src=\"/img/img_index/vecchia masseria.jpg\" width=450 height=100 border=0 alt=\"Azienda Agrituristica Vecchia Masseria\"></a>";
this[2] = "<img src=\"/img/img_index/masseria rossella.jpg\" width=450 height=100 border=0 alt=\"Agriturismo Masseria Rossella\"></a>";
this[3] = "<img src=\"/img/img_index/hotel il podere.jpg\" width=450 height=100 border=0 alt=\"Isula Relax B&B\"></a>";
this[4] = "<img src=\"/img/img_index/hotel delle palme.jpg\" width=450 height=100 border=0 alt=\"Hotel delle Palme\"></a>";
this[5] = "<img src=\"/img/img_index/gussio hotel2.jpg\" width=450 height=100 border=0 alt=\Villa Gussio Hotel Golf & SPA Resort\"></a>";
this[6] = "<img src=\"/img/img_index/gussio hotel.jpg\" width=450 height=100 border=0 alt=\"Villa Gussio Hotel Golf & SPA Resort\"></a>";
this[7] = "<img src=\"/img/img_index/corte del sole.jpg\" width=450 height=100 border=0 alt=\"Hotel Antica Corte del Sole\"></a>";
this[8] = "<img src=\"/img/img_index/club levante.jpg\" width=450 height=100 border=0 alt=\"Hotel Club Levante\"></a>";
this[9] = "<img src=\"/img/img_index/ciuri di badia.jpg\" width=450 height=100 border=0 alt=\"Hotel Ciuri di Badia\"></a>";
this[10] = "<img src=\"/img/img_index/casale del principe.jpg\" width=450 height=100 border=0 alt=\"Agriturismo Casale del Principe\"></a>";
this[11] = "<img src=\"/img/img_index/capotaormina3.jpg\" width=450 height=100 border=0 alt=\"ATAHOTEL CapoTaormina\"></a>";
this[12] = "<img src=\"/img/img_index/capotaormina2.jpg\" width=450 height=100 border=0 alt=\"ATAHOTEL CapoTaormina\"></a>";
this[13] = "<img src=\"/img/img_index/capotaormina.jpg\" width=450 height=100 border=0 alt=\"ATAHOTEL CapoTaormina\"></a>";
this[14] = "<img src=\"/img/img_index/calette.jpg\" width=450 height=100 border=0 alt=\"Hotel Le Calette\"></a>";
this[15] = "<img src=\"/img/img_index/calette2.jpg\" width=450 height=100 border=0 alt=\"Hotel Le Calette\"></a>";
this[16] = "<img src=\"/img/img_index/baglio donna franca.jpg\" width=450 height=100 border=0 alt=\"Hotel Baglio Donna Franca\"></a>";
this[17] = "<img src=\"/img/img_index/baglio della luna.jpg\" width=450 height=100 border=0 alt=\"Hotel Baglio della Luna\"></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   --->
