%
stats="杂七零八"
dim founderr,errmsg
founderr=false
errmsg=""
if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"
"+"
非法的新闻分页参数。"
end if
end if
if request("type")<>"" then
if not isInteger(request("type")) then
founderr=true
errmsg=errmsg+"
"+"非法的新闻显示参数。"
end if
end if
if founderr then
call diserror()
else
call top()
call news_nav()
call news_body()
call endpage()
end if
%>