% id=request.QueryString("id") if not IsNumeric(id) then response.Redirect("index.asp") else if id="" then set AboutRsSet=conn.execute("select top 1 * from [Support] where Fb=True order by Px desc, ID asc") else set aboutRsSet=conn.execute("select * from [Support] where Fb=True and id="&id) end if if aboutRsSet.bof and aboutRsSet.eof then response.Redirect("index.asp") else %> <% set SEORs=Conn.execute("select * from SEO where ID=1") %>