//funzione che determina il banner casuale
nrand=Math.floor(Math.random()*2)+1
if (nrand == 1) {
	document.write("<a href=\"notizie-evento015.htm\" target=\"_top\"><img src=\"images/banner_escola.jpg\" name=\"banner\" alt=\"Nata la Escola Andrea Pescia\" border=1 height=75 width=400></a>");
} else {
	document.write("<a href=\"notizie-news022.htm\" target=\"_top\"><img src=\"images/locandina100banner.jpg\" name=\"banner\" alt=\"100 x 100 - Adotta una Escola\" border=1 height=75 width=400></a>");
}

