<%@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= 'Dialogues' 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

DIALOGUES
In early 2006 we first gathered together by opening a series of four face-to-face dialogues that were carried out over two years: one international followed by three regional in Africa, Asia and Latin America and the Caribbean. The dialogues allowed participants to explore the agreements and disagreements that exist among networks and identify possibilities and priorities for cross-movement collaboration and future joint advocacy. Here you will find the reports from each of the dialogues as well as a final publication which compiles them all.

<%do while not rs_not.eof%>

<%=rs_not("fecha")%>
  <%=rs_not("Titulo")%>
<%=rs_not("imagen")%><%=rs_not("copete")%>

<%rs_not.movenext loop%>

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