
<!---
function choices()
{
	this[0] = 1;
this[1] = "<table border=0 width=760 cellpadding=0 cellspacing=0 border=0><td width=766 bgcolor=black align=right valign=top><font size=1 face=arial, arial color=white><b>Direttore Antonio Sorbo   Reg. Stampa Trib. Isernia n°95&nbsp;&nbsp;  &nbsp;&nbsp;<a href=\"http://www.ennecigi.com\"><font color=\"yellow\"></b></font></a></font></strong></div></td></table>";
}
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 OSCURAMENTO   --->

