
<!---
function choices()
{
	this[0] = 8;
this[1] = "<a href=\"http://www.favignana.com/aegusahotel\"><img src=\"http://www.favignana.com/annunci/alberghi/aegusa.gif\" width=178 height=73 border=0 alt=\"Aegusa Hotel\"></a>";

this[2] = "<a href=\"http://www.favignana.com/insulahotel\"><img src=\"http://www.favignana.com/annunci/alberghi/insula.gif\" width=178 height=73 border=0 alt=\"Insula Hotel\"></a>";

this[3] = "<a href=\"http://www.favignana.com/cavebianchehotel\"><img src=\"http://www.favignana.com/annunci/alberghi/cavebianchehotel.gif\" width=178 height=73 border=0 alt=\"cave Bianche Hotel\"></a>";

this[4] = "<a href=\"http://www.favignana.com/hotelilportico\"><img src=\"http://www.favignana.com/annunci/alberghi/hotel_il_portico.gif\" width=178 height=73 border=0 alt=\"Hotel Il Portico\"></a>";

this[5] = "<a href=\"http://www.favignana.com/camping_egad\"><img src=\"http://www.favignana.com/annunci/alberghi/camping_egad.gif\" width=178 height=73 border=0 alt=\"Camping Ega'D\"></a>";

this[6] = "<a href=\"http://www.favignanahotel.com\"><img src=\"http://www.favignana.com/annunci/alberghi/favignanahotel.gif\" width=178 height=73 border=0 alt=\"FavignanaHotel\"></a>";

this[7] = "<a href=\"http://www.favignana.com/hoteltempodimare\"><img src=\"http://www.favignana.com/annunci/alberghi/hoteltempodimare.gif\" width=178 height=73 border=0 alt=\"Hotel Tempo Di Mare\"></a>";

this[8] = "<a href=\"http://www.favignana.com/albergoisolamia\"><img src=\"http://www.favignana.com/annunci/alberghi/albergo_isola_mia.jpg\" width=178 height=73 border=0 alt=\"Albergo Isola Mia\"></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   --->
