function CaricaSpan(){
var New1 = '(11/02/2004) ';
New1 += "<a href='javascript:seeComs(782);'>Il Nostro nuovo Portale<br></a>";
New1 += "Sta per nascere il nostro nuovo Portale Convenzionato Index@Point. Nel frattempo è possibile utilizzare alcuni dei nostri servizi ....<br><br>";

//Carico Span
document.getElementById('blocconews').innerHTML = '<br><br><br><br><br><br><br><br><br><br><br><br>' +  New1 +  '<br><br><br><br><br><br><br><br><br><br><br><br>';
}
function seeComs(n){
url = 'http://services.indexpoint.it/news/mostranews.asp?id=' + n;
open(url, '', 'menu=0, toolbar=0, scrollbars=1, statusbar=0, width=300, height=300');
}