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

ADVOCACY
Based on the experiences of building cross-movement collaboration through the dialogue series in 2006 and 2007, in 2008 the participating networks in the project moved from dialogue to action. With the objective of materializing concrete joint advocacy actions, together the networks develop and articulate international and regional advocacy around key forums and events. Here you will find the materials jointly developed and utilized as tools for advocacy, as well as the final reports.

 

<%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 %>