<%@LANGUAGE="VBSCRIPT"%> [an error occurred while processing this directive] <% Dim rsElected Dim rsElected_numRows Set rsElected = Server.CreateObject("ADODB.Recordset") rsElected.ActiveConnection = MM_endorse_STRING rsElected.Source = "SELECT * FROM Endorsers WHERE Elected = 'No' ORDER BY Elected Desc, Allorg Asc" rsElected.CursorType = 0 rsElected.CursorLocation = 2 rsElected.LockType = 1 rsElected.Open() rsElected_numRows = 0 %> <% Dim rsElOnly Dim rsElOnly_numRows Set rsElOnly = Server.CreateObject("ADODB.Recordset") rsElOnly.ActiveConnection = MM_endorse_STRING rsElOnly.Source = "SELECT * FROM Endorsers WHERE Elected = 'Yes' ORDER BY Elected Desc, Allorg Asc" rsElOnly.CursorType = 0 rsElOnly.CursorLocation = 2 rsElOnly.LockType = 1 rsElOnly.Open() rsElOnly_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = -1 Repeat1__index = 0 rsElected_numRows = rsElected_numRows + Repeat1__numRows %> <% Dim Repeat2__numRows Dim Repeat2__index Repeat2__numRows = 10 Repeat2__index = 0 rsElOnly_numRows = rsElOnly_numRows + Repeat2__numRows %> Marcha de la Libertad Para los Trabajadores Inmigrantes

Organizaciones que Apoyan el Movimiento

Las organizaciones y los individuos que se listan a continuación apoyan la Caravana por la Libertad de los Trabajadores Inmigrantes. Si usted o su organización quisieran apoyar este movimiento, envíenos una nota al correo electrónico: iwfride@immigrantworkersfreedomride.com

El Comité Nacional que Patrocina

Los Partidarios

    <% While ((Repeat2__numRows <> 0) AND (NOT rsElOnly.EOF)) %>
  • <%=(rsElOnly.Fields.Item("FirstName").Value)%> <%=(rsElOnly.Fields.Item("LastName").Value)%> <%=(rsElOnly.Fields.Item("Organization").Value)%>"><%=(rsElOnly.Fields.Item("Organization2").Value)%>
  • <% Repeat2__index=Repeat2__index+1 Repeat2__numRows=Repeat2__numRows-1 rsElOnly.MoveNext() Wend %>
    <% While ((Repeat1__numRows <> 0) AND (NOT rsElected.EOF)) %>
  • <%=(rsElected.Fields.Item("Organization").Value)%>"><%=(rsElected.Fields.Item("Organization2").Value)%>
  • <% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 rsElected.MoveNext() Wend %>

lista parcial

<% rsElected.Close() Set rsElected = Nothing %> <% rsElOnly.Close() Set rsElOnly = Nothing %>