<%
'News
Caricamento_Notizie notizie, notizie_count, 0, 0, " and T.CDTAB1 = 'NEWS'"
tmp_anno = 0
if (notizie_count > 0) then
for i = 0 to notizie_count - 1
notizie_anno = notizie(i, 10)
notizie_indice = notizie(i, 0)
notizie_immagine = notizie(i, 4)
notizie_titolo = notizie(i, 6)
notizie_descrizione = notizie(i, 7)
notizie_descrizione_breve = notizie(i, 8)
url = "news-detail.asp?idn=" & cstr(notizie_indice) & descrizioneurl(notizie_titolo, "pgd")
alt = replace(notizie_titolo, """", "", 1)
%>
<%
next
end if
%>
<%=notizie_descrizione_breve%>
