
<!---
function choices()
{
	this[0] = 8;
this[1] = "<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[2] = "<a href=\"http://www.djsuonerie.it/\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/pic/djricarica468x60.gif\" width=468 height=60 border=1 alt=\"Ricarica Gratis\"></a>";
this[3] = "<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[4] = "<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[5] = "<a href=\"http://www.djsoldi.com/sfondi/\" target=\"_blank\"\"><img src=\"http://www.djsoldi.com/sfondi/pic/bannersf0.jpg\" width=468 height=60 border=1 alt=\"Sfondi desktop\"></a>";
this[6] = "<a href=\"http://www.djsoldi.com/sfondi/\" target=\"_blank\"\"><img src=\"http://www.djsoldi.com/sfondi/pic/bannersf5.gif\" width=468 height=60 border=1 alt=\"Sfondi desktop\"></a>";
this[7] = "<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[8] = "<a href=\"http://www.djsuonerie.it/dediche/\" target=\"_blank\"\"><img src=\"http://www.djsuonerie.it/dediche/banner/dediche2.gif\" width=468 height=60 border=1 alt=\"VideoGiochi\"></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   --->

