
<!---
function choices()
{
	this[0] = 3;
this[1] = "<a href=\"http://www.favignana.com/campoarte\"><img src=\"http://www.favignana.com/r_b_/agenzie/campoarte.jpg\" width=90 height=140 border=1 alt=\"Campo Arte\"></a>";

this[2] = "<a href=\"http://www.egadi-service.com\"><img src=\"http://www.favignana.com/r_b_/agenzie/egadiservice.gif\" width=90 height=40 border=1 alt=\"Egadi Service\"></a>";


this[3] = "<a href=\"http://www.egaditour.com\"><img src=\"http://www.favignana.com/r_b_/agenzie/egaditour.gif\" width=90 height=40 border=1 alt=\"Egadi Tour\"></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   --->
