
<!---
function choices()
{
	this[0] = 6;
this[1] = "<a href=\"http://elio.favignana.com\"><img src=\"http://www.favignana.com/news/varie/elio.jpg\" width=67 height=67 border=1 alt=\"elio\"></a>";

this[2] = "<a href=\"http://elio.favignana.com\"><img src=\"http://www.favignana.com/news/varie/egadiservice__tel.jpg\" width=178 height=92 border=0 alt=\"elio\"></a>";

this[3] = "<a href=\"http://www.egadimmobiliare.com\"><img src=\"http://www.favignana.com/news/varie/vendesi.jpg\" width=68 height=47 border=0 alt=\"Vendesi\"></a>";

this[4] = "<a href=\"http://www.favignana.us/index.html\"><img src=\"http://www.favignana.com/news/varie/maps.jpg\" width=150 height=89 border=0 alt=\"Mappe\"></a>";


this[5] = "<a href=\"http://www.favignana.com/torrente\"><img src=\"http://www.favignana.com/news/varie/torrente.jpg\" width=122 height=84 border=1 alt=\"Vendesi terreno edificabile\"></a>";


this[6] = "<a href=\"http://elio.favignana.com\"><img src=\"http://www.favignana.com/news/varie/elio_.gif\" width=73 height=73 border=1 alt=\"elio\"></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   --->
