function CaricaSpan(){
var New1 = '(15/03/2006) ';
New1 += "<a href='javascript:seeComs(4719);'>Il Nostro nuovo Portale<br></a>";
New1 += "E' nato il Vostro nuovo Portale con la pubblicazione provvisoria della pagina di CORTESIA offerta da...<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');

}