<!---
function choices()
{
	this[0] = 7;
this[1] = "<img src=\"foto_presentazione_app/panorama.jpg\" width=100 height=66 border=1 alt=\"appartamenti Tropea\"></a>";
this[2] = "<img src=\"foto_presentazione_app/appartamento-tropea.jpg\" width=100 height=66 border=1 alt=\"appartamento centro storico Tropea\"></a>";
this[3] = "<img src=\"foto_presentazione_app/tropea-panorama.jpg\" width=100 height=66 border=1 alt=\"appartamenti Tropea\"></a>";
this[4] = "<img src=\"foto_presentazione_app/entrata-ielo.jpg\" width=100 height=66 border=1 alt=\"Appartamento Tropea\"></a>";
this[5] = "<img src=\"foto_presentazione_app/soggiorno.jpg\" width=100 height=66 border=1 alt=\"Appartamento Tropea\"></a>";
this[6] = "<img src=\"foto_presentazione_app/capo-vaticano.jpg\" width=100 height=66 border=1 alt=\"Appartamenti Capo Vaticano\"></a>";
this[7] = "<img src=\"foto_presentazione_app/villa-parghelia.jpg\" width=100 height=66 border=1 alt=\"Appartamenti Capo Vaticano\"></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   --->
