
<!---
function choices()
{
	this[0] = 1;
this[1] = "<table border=0 width=100% cellpadding=0 cellspacing=0 border=0><td width=100% bgcolor=black align=center valign=top><font size=1 face=verdana, arial color=white><b><strong>&copy; 2000-2003 -All rights reserved <a href=mailto:gfuria@iol.it class=intestazione2>&nbsp; gfuria.&nbsp</a> - Design, layout. &nbsp;</strong></font></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   --->

