)
s_keys=rs(0)
s_title=rs(1)
s_keywords=rs(2)
s_copyright=rs(3)
s_sg=rs(4)
s_width=rs(5)
s_height=rs(6)
s_biao=rs(7)
rs.close
keys=(numbers(request.QueryString("keys")))
if keys>0 then
key=did(keys)
end if
id=numbers(request.QueryString("id"))
if request("action")="messageadd" then
wrstingo(request("keys"))
response.Write ""
response.End()
end if
%>