<% call openDatabaseConnection(objConn) call associateRecordset(objConn,objRstHome) objRstHome.Open("Select * FROM tblmContact") %> Presidio Capital :: Contact Us

<%Response.Write objRstHome("section1")%>
Copyright © 2007 Presidio Capital. All Rights Reserved Disclaimer
<% objRstHome.Close Set objRstHome = nothing objConn.Close Set objConn = nothing %>