
<!---
function choices()
{
	this[0] = 1;
this[1] = "<font color=#F9F9F9>&copy; 2002 TerraMolisana.it - Tutti i diritti riservati&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</FONT>";
}
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   --->

