<!---   Written by Giancarlo Spadini - http://www.csr.unibo.it/~spadini
function choices()
{
	this[0] = 1;
this[1] = "<table border=\"1\" cellpadding=\"1\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#0000C0\" width=\"100%\" id=\"AutoNumber111\"><tr><td width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100%\" id=\"AutoNumber86\" bgcolor=\"#3399FF\" height=\"100%\"><tr><td width=\"100%\" height=\"22\"><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><img border=\"0\" src=\"../img/canali.gif\" hspace=\"2\" width=\"150\" height=\"22\" vspace=\"2\"></font></td><td width=\"22\" valign=\"top\" height=\"22\"><p align=\"right\"><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><img border=\"0\" src=\"../img/riccioturchese_dx.gif\" width=\"22\" height=\"22\"></font></td></tr><tr><td width=\"100%\" colspan=\"2\" height=\"3\"></td></tr><tr><td width=\"100%\" colspan=\"2\"><b><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><img border=\"0\" src=\"../img/sole.gif\" align=\"left\" hspace=\"1\" width=\"16\" height=\"16\"></font><font face=\"Verdana\" size=\"2\" color=\"#0000C0\"><a href=\"http://www.freemania.it/creare_un_sito\"><font color=\"#FFFFFF\">Creare un sito</font></a></font></b></td></tr><tr><td width=\"100%\" colspan=\"2\" height=\"16\"><font color=\"#FFFF40\" face=\"Verdana\" size=\"2\"><a href=\"../mp3/index.html\"><img border=\"0\" src=\"../img/sole.gif\" align=\"left\" hspace=\"1\" width=\"16\" height=\"16\"><font color=\"#FFFF40\"><b>Musica</b></font></a></font></td></tr><tr><td width=\"100%\" colspan=\"2\"><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><img border=\"0\" src=\"../img/sole.gif\" align=\"left\" hspace=\"1\" width=\"16\" height=\"16\"></font><font face=\"Verdana\" size=\"2\" color=\"#0000C0\"><a target=\"_blank\" href=\"http://www.forumlandia.com/sv/?mforum=freemania\"><font color=\"#FFFF40\"><b>Forum</b></font></a></font></td></tr><tr><td width=\"100%\" colspan=\"2\"><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><img border=\"0\" src=\"../img/sole.gif\" align=\"left\" hspace=\"1\" width=\"16\" height=\"16\"></font><a href=\"../shopping/index.html\"><font face=\"Verdana\" size=\"2\" color=\"#FFFF40\"><b>Shopping</b></font></a></td></tr><tr><td width=\"100%\" colspan=\"2\" height=\"3\"></td></tr></table></td></tr></table>";
}

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   --->