<%if ver_nodo_relacionados then%>
<%call nodo_relacionados(tablarel,idtablarel)%>
<%
end if
set ver_nodo_relacionados = nothing
%>
<%if ver_nodo_evaluacion then%>
<%call nodo_evaluacion()%>
<%
end if
set ver_nodo_evaluacion = nothing
%>
<%if ver_nodo_utilidades then%>
Utilidades
<%call utilidad_recomendar(titulo_pagina,request.ServerVariables("URL"))%>
<%
end if
set ver_nodo_utilidades = nothing
%>
<%=iNoticia.titulo%>
<%=iNoticia.resumen%>
<%call nodo_multimedia(tablarel,idtablarel)%>
<%=iNoticia.detalle%>
<%=iNoticia.fecha%>
<%=iNoticia.fuente%>
<%
set iNoticia = nothing
set tablarel = nothing
set idtablarel = nothing
%>