|

|

|
|
|
|
|
<%
todaysDate = Date
set cn= server.CreateObject("ADODB.Connection")
set rs= server.CreateObject("ADODB.Recordset")
cn.Open Application("RCTA_ConnectionString")
strDate = right("0" & month(todaysdate),2) & right("0" & day(todaysdate),2)
cmdtemp="select * FROM history where monthday='" & strDate & "'"
rs.Open cmdtemp, cn, adOpenstatic
while Not rs.EOF
%>
|
TODAY IN HISTORY
|
<%=ucase(trim(MonthName(month(todaysdate), False)))%> <%=day(todaysdate)%>, <%=rs("year")%>:
<% = trim(ucase(rs("headline")))%>
|
<%
rs.MoveNext
Wend
set rs=nothing
cn.close
set cn=nothing
%>
|
|
|
MINNESOTA
|
RESOURCE CENTER
OF THE AMERICAS
ABOUT US
BOOK DISCUSSIONS
CLASSES
‘COFFEEHOURS’
CONFERENCES
CONTACT US
HOURS AND MAP
IMMIGRANT
WORKERS
INTERNSHIPS
JOBS
MOVIES
NEWS
POPULAR
EDUCATION
STORYTIMES
VIDEO
LIBRARY
VOLUNTEER
YOUTH ORGANIZING
CENTRO DE
DERECHOS
LABORALES
HOME
COMMUNITY
LISTINGS
DAY
BY DAY
ONGOING
ROAD TRIPS
JOBS
TRAVEL
AND STUDY
OPPORTUNITIES
Resource Center
of the Americas,
3019 Minnehaha Ave.,
Minneapolis, MN 55406,
612-276-0788,
612-276-0898 (fax),
info@americas.org
|
|
|