
<!---
function choices()
{
	this[0] = 10;
this[1] = "<a href=\"http://www.favignana.com/ristorantenautilus\"><img src=\"http://www.favignana.com/annunci/ristoranti/ristorantenautilus.gif\" width=178 height=73 border=0 alt=\"Riostorante Nautilus\"></a>";

this[2] = "<a href=\"http://www.favignana.com/bardelcorso\"><img src=\"http://www.favignana.com/annunci/ristoranti/bardelcorso.jpg\" width=178 height=73 border=0 alt=\"Bar Del Corso\"></a>";

this[3] = "<a href=\"http://www.favignana.com/ristorantelaplaya\"><img src=\"http://www.favignana.com/annunci/ristoranti/ristorantelaplaya.gif\" width=178 height=73 border=0 alt=\"Ristorante La Playa\"></a>";

this[4] = "<a href=\"http://www.favignana.com/trattoriaelpescador\"><img src=\"http://www.favignana.com/annunci/ristoranti/trattoriaelpescador.gif\" width=178 height=73 border=0 alt=\"Trattoria El Pescador\"></a>";

this[5] = "<a href=\"http://www.favignana.com/ristoranteaegusa\"><img src=\"http://www.favignana.com/annunci/ristoranti/ristoranteaegusa.jpg\" width=178 height=73 border=0 alt=\"Ristorante - Aegusa\"></a>";

this[6] = "<a href=\"http://www.favignana.com/anticatonnaradifavignana\"><img src=\"http://www.favignana.com/annunci/ristoranti/anticatonnaradifavignana.gif\" width=178 height=73 border=0 alt=\"Antica Tonnara Di Favignana - Prodotti di Tonnara\"></a>";


this[7] = "<a href=\"http://www.favignana.com/selfserviceilquadrifoglio\"><img src=\"http://www.favignana.com/annunci/ristoranti/selfserviceilquadrifoglio.jpg\" width=178 height=73 border=0 alt=\"Self Service Il Quadrifoglio\"></a>";

this[8] = "<a href=\"http://www.favignana.com/quello-che-ce-ce\"><img src=\"http://www.favignana.com/annunci/ristoranti/quellochecece.gif\" width=178 height=73 border=0 alt=\"Ristorante Quello Che C'è C'è!\"></a>";

this[9] = "<a href=\"http://www.favignana.com/uspiticchiu\"><img src=\"http://www.favignana.com/annunci/ristoranti/uspiticchiu.jpg\" width=178 height=73 border=0 alt=\"U' Spiticchiu - Pasti Da Asporto!\"></a>";

this[10] = "<a href=\"http://www.favignana.com/trattoriaunmaredisapori\"><img src=\"http://www.favignana.com/annunci/ristoranti/trattoriaunmaredisapori.jpg\" width=178 height=73 border=0 alt=\"Trarroria Un Mare Di Sapori\"></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   --->
