
<!--

function choices()
{
	this[0] = 1;

this[1] = "<DIV id=\"Oobj15\" style=\"position:absolute; z-index:15; visibility:visible; left:217; top:0; width:450; height:12;\"><SPAN id=\"Ggeo87\" class=\"dfltt\"><FONT face=\"Verdana,sans-serif\" class=\"fsx00\">Altre vignette: in <A href=\"../../pages/archivio/index.html\" target=\"_self\" title=\"Archivio vignette\" name=\"cartoons_link1\"><FONT color=\"gray\"><B>archivio</B></FONT></A></FONT><BR /><BR /><BR /></SPAN></DIV>";

}

function grabBanner()
{
	var today = new Date();
	var choiceInstance = new choices();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}

document.writeln(grabBanner());

//  -->
