<%@LANGUAGE="VBSCRIPT"%> <% Dim rs_not Dim rs_not_numRows Set rs_not = Server.CreateObject("ADODB.Recordset") rs_not.ActiveConnection = MM_cnx_STRING rs_not.Source = "SELECT * FROM noticias WHERE categoria= 'News' ORDER BY fecha desc" rs_not.CursorType = 0 rs_not.CursorLocation = 2 rs_not.LockType = 1 rs_not.Open() rs_not_numRows = 0 %> Strategies from the South | Estrategias desde el Sur

SORRY, THE FILE THAT YOU REQUEST IS NOT AVAILABLE.
WE INVITE YOU TO CONTINUE BROWSING OUR SITE.

DISCULPE, EL ARCHIVO QUE USTED SOLICITO NO ESTA DISPONIBLE.
LO INVITAMOS A SEGUIR NAVENGANDO POR NUESTRO SITIO.

 
 
<% rs_not.Close() Set rs_not = Nothing %>