%
txtSQL="SELECT TOP 3 id,img,titolo,mininotizia,tipoprodotto"
txtSQL=txtSQL&" FROM notizie"
txtSQL=txtSQL&" ORDER BY data desc"
set RS=EstraggoRIGA(txtSQL)
if NOT(RS.EOF) THEN
while NOT(RS.EOF)
pagina=RS("tipoprodotto")&"/singolanews.asp"
%>
<% if RS("img")&""<>"" then%>
" alt="" width="157" height="100"/>
<% end if%>