function choices()
{
	this[0] = 1;
this[1] = "<table border=0 width=100% height=12 cellpadding=0 cellspacing=0 aligh=center><td width=100% height=12 bgcolor=\"000000\" align=center><font size=1 face=Arial, Helvetica, Verdana, Tahoma color=\"b90000\">...........................................................................<br><a href=\"http://www.mofert.com/\"target=\"_top\">mofert.com</a> | <a href=\"http://www.mofert.com/topbar/info.htm\"target=\"_top\"> webmaster</a> | <a href=\"http://www.mofert.com/progetto/servizi/legale.html\"target=\"_self\"> Diclaimer-Legale</a><br>[ &copy; 1996-2006 - Copyright ]</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());

