
<!---
function choices()
{
	this[0] = 1;
this[1] = "<div align=center style=\"MARGIN: 2px; COLOR: white\">&copy; 1997-2005 - Grafica, layout, testi e software sono di esclusiva propriet&agrave; di HTML.it srl | <a class=\"giallo\" href=\"http://reserved.webtool.it/legali.aspx\">Note e informazioni legali</a></div>";
}
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   --->