<!---
function choices()
{
	this[0] = 18;
this[1] = "<a href=\"http://www.thelittleitaly.com\"><img src=\"banner02.gif\" width=468 height=60 border=1 alt=\"Thelittleitaly\"></a>";
this[2] = "<a href=\"http://www.giancarlofornei.com\"><img src=\"banner03.gif\" width=468 height=60 border=1 alt=\"Giancarlo Fornei\"></a>";
this[3] = "<a href=\"http://www.blueadventures.ws\"><img src=\"banner05.gif\" width=468 height=60 border=1 alt=\"Blue Adventures\"></a>";
this[4] = "<a href=\"http://www.naturaebenessere.it\"><img src=\"banner07.gif\" width=468 height=60 border=1 alt=\"Natura e Benessere\"></a>";
this[5] = "<a href=\"http://www.cerretolaghi.it\"><img src=\"banner08.gif\" width=468 height=60 border=1 alt=\"Cerreto Laghi\"></a>";
this[6] = "<a href=\"http://www.statuariamarmi.it\"><img src=\"banner11.gif\" width=468 height=60 border=1 alt=\"Statuaria Marmi\"></a>";
this[7] = "<a href=\"http://www.giancarlofornei.com/introdispensavendere.htm\"><img src=\"banner12.gif\" width=468 height=60 border=1 alt=\"Giancarlo Fornei\"></a>";
this[8] = "<a href=\"http://www.giancarlofornei.com/new/content.asp?pagina=dispenseonlinen.htm\"><img src=\"banner13.gif\" width=468 height=60 border=1 alt=\"Giancarlo Fornei\"></a>";
this[9] = "<a href=\"http://www.marmo-on-line.com\"><img src=\"banner14.gif\" width=468 height=60 border=1 alt=\"Magazzino Virtuale Lapidei\"></a>";
this[10] = "<a href=\"http://www.euromarbleitaly.com\"><img src=\"banner16.gif\" width=468 height=60 border=1 alt=\"Euromarble s.r.l.\"></a>";
this[11] = "<a href=\"http://www.essegra.com\"><img src=\"banner15.gif\" width=468 height=60 border=1 alt=\"Essegra s.r.l.\"></a>";
this[12] = "<a href=\"http://www.dellerbamarmi.com\"><img src=\"banner17.gif\" width=468 height=60 border=1 alt=\"Dell'Erba marmi\"></a>";
this[13] = "<a href=\"http://www.andreamaccari.it\"><img src=\"banner19.gif\" width=468 height=60 border=1 alt=\"Studio grafico Andrea Maccari\"></a>";
this[14] = "<a href=\"http://www.giancarlofornei.com/telecoaching.htm\"><img src=\"banner20.gif\" width=468 height=60 border=1 alt=\"Giancarlo Fornei\"></a>";
this[15] = "<a href=\"http://www.carraramarble.it\"><img src=\"banner21.gif\" width=468 height=60 border=1 alt=\"Carraramarble\"></a>";
this[16] = "<a href=\"http://www.marmoper.com\"><img src=\"banner22.gif\" width=468 height=60 border=1 alt=\"Marmoper\"></a>";
this[17] = "<a href=\"http://www.pfmarmi.it\"><img src=\"banner23.gif\" width=468 height=60 border=1 alt=\"Pfmarmi\"></a>";
this[18] = "<a href=\"http://www.giancarlofornei.com/new/content.asp?pagina=dispenseonlinen.htm\"><img src=\"banner24.gif\" width=468 height=60 border=1 alt=\"Giancarlo Fornei\"></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   --->