<%@ language=vbscript%> <% set myRS = Server.CreateObject ("ADODB.Recordset") news = "Select * from Donors where new_archive = 0 order by new_heading asc" myRS.Open news, oConn %> Southern Africa Hypertension Society


Some of these documents are of the PDF format. To read these documents you have to have Acrobat Reader. You can download Acrobat Reader for free....      Download it NOW!




<%IF myRS.EOF or myRS.BOF = true then%>

No Awards Information Avalable

<%else%> <%DO while not myRS.EOF%>

<%=myRS("new_heading")%>>
<%=replace(myRS("new_shortdesc"),Chr(13),"
")%>
<%IF myRS("new_file") <> "" Then%>
" target="_blank"> Read File.. <%end if%>



<%myRS.movenext%> <%loop%> <%end if%>
   
 
<%set myRS = nothing%> <%set oRS = nothing%>