%
sSQL = "SELECT DISTINCT section From tblnews"
set rs = conn.Execute(sSQL)
If request("newsdrop") <> "" then
sSQL = "SELECT * From tblnews where section= '" & request("newsdrop") & "' "
'response.write sSQL
set rs1 = conn.Execute(sSQL)
Else
sSQL = "SELECT * From tblnews where section= 'New Contracts'"
set rs1 = conn.Execute(sSQL)
End If
%>
Penspen News
Below is an overview of the whole website.
Please click on any heading to go directly to that section. Click
on 'Site Map' from any page to return to this display.