Questa è la pagina che contiene le news
:
<script>
var str = "";
for(var i=0; i<txt.length; i++) {
str = "\<li\>\<a href\='"+lnk[i]+"'\>";
str += txt[i]+"\<\/a\>\<\/li\>";
}
document.getElementById('camponews').innerHTML = str;
</script>
</head>
<body>
<ul id="camponews" class="NON HO CAPITO QUI CHE CI VUOLE "> [*] [/list]


qUESTA