%
if session("adminuser")="" then
Response.Redirect("adminpage.asp")
end if
set rst = server.CreateObject ("adodb.recordset")
sstr = "select * from clientpostedleads"
rst.Open sstr, cn,1,1
if rst.recordcount=0 then
response.write("
"&" "&"
")
else
dim thisPage, rowcount, i
thisPage = Trim(Request("thisPage"))
if thisPage = "" then thisPage = 1
rst.pagesize=10
rst.absolutepage=cInt(thispage)
rowCount = 0
%>