<%
Set rs=dbvarosa.execute("Select * From tblNoticias Order By Fecha desc")
if request.querystring("idnot")="" Then
noticia=rs("id_noticia")
Else
noticia=cint(request.querystring("idnot"))
End If
While not rs.eof
If rs("id_noticia")=noticia Then
%>
> <%=rs("titulo_ga")%>