
<!---
function choices()
{
	this[0] = 11;
this[1] = "<img src=\"/img/img_index/egadi6.png\" width=160 height=90 border=0 alt=\"Egadi\"></a>";
this[2] = "<img src=\"/img/img_index/egadi7.png\" width=160 height=90 border=0 alt=\"Egadi\"></a>";
this[3] = "<img src=\"/img/img_index/erice2.png\" width=160 height=90 border=0 alt=\"Erice\"></a>";
this[4] = "<img src=\"/img/img_index/etna3.png\" width=160 height=90 border=0 alt=\"Etna\"></a>";
this[5] = "<img src=\"/img/img_index/foto_sicilia.png\" width=160 height=90 border=0 alt=\Selinunte\"></a>";
this[6] = "<img src=\"/img/img_index/liotro2.png\" width=160 height=90 border=0 alt=\"Liotro\"></a>";
this[7] = "<img src=\"/img/img_index/noto_barocco.png\" width=160 height=90 border=0 alt=\"Noto barocco\"></a>";
this[8] = "<img src=\"/img/img_index/ortigia.png\" width=160 height=90 border=0 alt=\"Ortigia\"></a>";
this[9] = "<img src=\"/img/img_index/pant_mulino.png\" width=160 height=90 border=0 alt=\"Pantelleria\"></a>";
this[10] = "<img src=\"/img/img_index/pantelleria5.png\" width=160 height=90 border=0 alt=\"Pantelleria\"></a>";
this[11] = "<img src=\"/img/img_index/partbarocco.png\" width=160 height=90 border=0 alt=\"Barocco\"></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   --->
