<!---   Written by Giancarlo Spadini - http://www.csr.unibo.it/~spadini
function choices()
{
	this[0] = 1;
this[1] = "<table border=\"1\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#0000C0\" width=\"100%\" id=\"AutoNumber142\"><tr><td width=\"100%\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"100%\" id=\"AutoNumber146\" bgcolor=\"#3399FF\"><tr><td width=\"100%\" height=\"3\"><hr color=\"#FFFF00\" width=\"97%\" size=\"1\"></td></tr><tr><td width=\"100%\" height=\"3\"><b><i><font face=\"Verdana\" size=\"2\" color=\"#FFFF00\">&nbsp;</font></i><font face=\"Verdana\" color=\"#FFFF00\"><font size=\"2\">Tariffe ADSL</font></i></b></td></tr><tr><td height=\"5\"></td></tr><tr><td><div align=\"right\"><table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"border-collapse: collapse\" bordercolor=\"#111111\" width=\"98%\" id=\"AutoNumber147\"><tr><td width=\"100%\"><b><img border=\"0\" src=\"http://www.freemania.it/img/triangolo.gif\" align=\"left\" hspace=\"2\" vspace=\"1\" width=\"13\" height=\"13\"><font face=\"Verdana\" size=\"2\" color=\"#FFFFFF\"><a href=\"http://www.freemania.it/adsl/confronto_tariffe_adsl_flat.html\"><font color=\"#FFFFFF\">ADSL flat fino a 10M</font></b></a></td></tr><tr><td width=\"100%\"><b><img border=\"0\" src=\"http://www.freemania.it/img/triangolo.gif\" align=\"left\" hspace=\"2\" vspace=\"1\" width=\"13\" height=\"13\"><a href=\"http://www.freemania.it/adsl/confronto_tariffe_adsl_flat_oltre_10_mega.html\"><font face=\"Verdana\" size=\"2\" color=\"#FFFFFF\">ADSL flat oltre 10M</font></a></b></td></tr><tr><td width=\"100%\"><b><img border=\"0\" src=\"http://www.freemania.it/img/triangolo.gif\" align=\"left\" hspace=\"2\" vspace=\"1\" width=\"13\" height=\"13\"><a href=\"http://www.freemania.it/adsl/confronto_tariffe_adsl_consumo.html\"><font face=\"Verdana\" size=\"2\" color=\"#FFFFFF\">ADSL a consumo</font></a></b></td></tr><tr><td width=\"100%\"><b><img border=\"0\" src=\"http://www.freemania.it/img/triangolo.gif\" align=\"left\" hspace=\"2\" vspace=\"1\" width=\"13\" height=\"13\"><a href=\"http://www.freemania.it/adsl/confronto_tariffe_adsl_e_telefono.html\"><font face=\"Verdana\" size=\"2\" color=\"#FFFFFF\">ADSL e Telefono</font></a></b></td></tr></table></div></td></tr><tr><td width=\"100%\" height=\"3\"><hr color=\"#FFFF00\" width=\"97%\" size=\"1\"></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   --->