
<!---
function choices()
{
	this[0] = 14;
this[1] = "<a href=\"http://www.modellismo-online.it/idee-regalo-c-15.html\" target=\"_blank\"\"><img src=\"http://www.modellismo-online.it/images/banners/regalo-stirling-468x60.jpg\" width=468 height=60 border=0 alt=\"Idea regalo\"></a>";
this[2] = "<a href=\"http://www.smscellulari.net/sfondicellulari/\" target=\"_blank\"\"><img src=\"http://www.smscellulari.it/pic/banner/468x60sfondi-colorati.gif\" width=440 height=58 border=0 alt=\"Sfondi Colorati\"></a>";
this[3] = "<a href=\"http://www.modellismo-online.it/\" target=\"_blank\"\"><img src=\"http://www.modellismo-online.it/images/banners/468x60-prince.gif\" width=468 height=60 border=0 alt=\"Micro Elicottero\"></a>";
this[4] = "<a href=\"http://www.modellismo-online.it/\" target=\"_blank\"\"><img src=\"http://www.modellismo-online.it/images/banners/468x60-mr-fu.gif\" width=468 height=60 border=0 alt=\"Mr Fu\"></a>";
this[5] = "<a href=\"http://www.djsoldi.com/\" target=\"_blank\"\"><img src=\"http://www.djsoldi.com/djlogo.gif\" width=468 height=60 border=1 alt=\"Guadagnare facilmente\"></a>";
this[6] = "<a href=\"http://www.djsuonerie.it/\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/djsulogo.jpg\" width=468 height=60 border=1 alt=\"Suonerie Gratis\"></a>";
this[7] = "<a href=\"http://www.webdigitale.it/montaggiovideo/dvdideeregalo.php\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/webdigitale/montaggio468x60-regalo.gif\" width=440 height=58 border=0 alt=\"Idee regalo\"></a>";
this[8] = "<a href=\"http://www.webdigitale.it/montaggiovideo/dvdvacanze.php\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/webdigitale/montaggio468x60-vacanze.gif\" width=440 height=58 border=0 alt=\"DVD vacanze\"></a>";
this[9] = "<a href=\"http://www.webdigitale.it/riversamentodigitale/riversamentofilmato.php\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/webdigitale/riversamento468x60-vdsdvd.gif\" width=440 height=58 border=0 alt=\"Riversamento vhs dvd\"></a>";
this[10] = "<a href=\"http://www.webdigitale.it/riversamentodigitale/riversamentoaudio.php\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/webdigitale/riversamento468x60-bobinecd.gif\" width=440 height=58 border=0 alt=\"Riversamento bobine audio\"></a>";
this[11] = "<a href=\"http://www.djsuonerie.it/\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/djricarica3_468x60.gif\" width=468 height=60 border=1 alt=\"Ricarica Gratis\"></a>";
this[12] = "<a href=\"http://www.djsuonerie.it/\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/djsulogo.jpg\" width=468 height=60 border=1 alt=\"Suonerie Gratis\"></a>";
this[13] = "<a href=\"http://www.modellismo-online.it/idee-regalo-c-15.html\" target=\"_blank\"\"><img src=\"http://www.modellismo-online.it/images/banners/regalo-stirling-468x60.jpg\" width=468 height=60 border=0 alt=\"Idea regalo\"></a>";
this[14] = "<a href=\"http://www.djsuonerie.it/cellulari/oroscopo.php\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/b-oroscopo468x60.gif\" width=468 height=60 border=0 alt=\"Oroscopo\"></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   --->
