<%@ Language=VBScript %>
<% cn.Open DBString1 Set rs = cn.Execute("Select SpeechHeader,SpeechLocation From Speeches Order By SpeechLocation desc") %> <% rs.Close() cn.Close() %>