<!---
function scelta()
{
	this[0] = 9;

this[1] = "<font face=Verdana size=1><a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=2\"><font color=#000000>Devi automatizzare il tuo sito? Ti serve uno script Asp?</font></a><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=2\">entra nell' archivio</a>)</font>";

this[2] = "<font face=Verdana size=1><a href=\"http://www.webmasterpoint.org/go.asp?id=1591\"><font color=#000000>Vuoi inserire un motore di ricerca nel tuo sito? Bastano 5 minuti e ASP!</font></a><br>(<a href=\"http://www.webmasterpoint.org/go.asp?id=1591\">leggi il tutorial</a>)</font>";

this[3] = "<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=1386\"><font face=Verdana size=1 color=#000000>Cerchi hosting GRATIS con ASP e Database Access?</font></a><font face=Verdana size=1><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=1386\">leggi l'articolo</a>)</font>";

this[4] = "<font face=Verdana size=1><a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=946\"><font color=#000000>Non conosci ancora ASP.NET? Cosa aspetti?</font></a><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=946\">leggi l'articolo</a>)</font>";

this[5] = "<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=661\"><font face=Verdana size=1 color=#000000>Utilizzi i database? Non sai come usare SQL? Non sai cosa è SQL?</font></a><font face=Verdana size=1><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=661\">studia la guida</a>)</font>";

this[6] = "<font face=Verdana size=1><a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=37\"><font color=#000000>Vuoi risultare primo nei risultati dei motori di ricerca?</font></a><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=37\">studia la guida</a>)</font>";

this[7] = "<font face=Verdana size=1 color=#000000><a href=\"http://www.webmasterpoint.org/go.asp?id=34\">Vuoi approfondire le tue conoscenze di web-marketing?</a></font><font face=Verdana size=1><br>(<a href=\"http://www.webmasterpoint.org/go.asp?id=34\">leggi oltre 80 artic.</a>)</font>";

this[8] = "<font face=Verdana size=1><a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=32\"><font color=#000000>Come realizzare un sito web base? Semplice con HTML</font></a><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=32\">consulta guida</a>)</font>";

this[9] = "<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=1138\"><font face=Verdana size=1 color=#000000>Lo XML è il futuro del web! Lo conosci? </font></a><font face=Verdana size=1><br>(<a target=_blank href=\"http://www.webmasterpoint.org/go.asp?id=1138\">consulta la guida</a>)</font>";

}
function pbn(list)
{	
	var today = new Date();
	var choiceInstance = new scelta();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
}
function dnn()
{
	var today = new Date();
	var choiceInstance = new scelta();
	var Banner = choiceInstance[(today.getSeconds() % choiceInstance[0]) + 1];
	return Banner;
}
document.writeln(dnn());
//--->