
<!---
function choices()
{
	this[0] = 6;
this[1] = "<a href=\"http://www.sanvitolocapomare.com/afrodite.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/afrodite.gif\" width=178 height=73 border=0 alt=\"Afrodite - Casa Vacanze \"></a>";
this[2] = "<a href=\"http://www.sanvitolocapomare.com/agamennone.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/agamennone.gif\" width=178 height=73 border=0 alt=\"Agamennone - Casa Vacanze\"></a>";
this[3] = "<a href=\"http://www.sanvitolocapomare.com/colombo.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/colombo.gif\" width=178 height=73 border=0 alt=\"Colombo - Casa Vacanze\"></a>";
this[4] = "<a href=\"http://www.sanvitolocapomare.com/entra.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/spazio_vuoto.gif\" width=178 height=73 border=0 alt=\"spazio pubblicitario vuoto\"></a>";
this[5] = "<a href=\"http://www.sanvitolocapomare.com/mazzini.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/mazzini.gif\" width=178 height=73 border=0 alt=\"Mazzini - Casa Vacanze \"></a>";
this[6] = "<a href=\"http://www.sanvitolocapomare.com/villa_mario.html\"><img src=\"http://www.sanvitolocapomare.com/annunci/case_vacanze/villa_mario.gif\" width=178 height=73 border=0 alt=\"Villa Mario - Casa Vacanze \"></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   --->
