<%@ $Language=JScript /* PARA COLORES PHP */ %><% include("../includes/DB_Conectar.php"); include("../includes/funciones.php"); %> : : Forestal Las Marías : :
 
 
 

 

 

<% $sql="select * from notNoticias where notActiva='S' order by notFecha desc limit 10"; $rsnot=$conn->execute($sql); while(!$rsnot->eof){ $notID=$rsnot->field("notID"); $notFecha=$rsnot->field("notFecha"); $notTitulo=$rsnot->field("notTitulo"); $notResumen=$rsnot->field("notResumen"); $default="/ADVF/imagenes/default.gif"; %>
<%ver_thumbnail("News",$notID,1,$default,"style=\"cursor:hand;\" onClick=\"MM_openBrWindow('novedades_pop.php?notID=$notID','pop1','scrollbars=yes,width=416,height=300')\"");%>
Fecha: <%=verFecha($notFecha,"/","dd-mm-yyyy")%>
<%=$notTitulo%>
<%=nl2br($notResumen)%>

<%$rsnot->movenext();}%>