<!--#include file="bkconn.asp"-->
<%
function cutstr(str,length,addstr)
if len(str)<=length then
cutstr=str
else
cutstr=left(str,length)&addstr
end if
end function
%>
<%
dim rs_shi,sql_shi
dim intID
intID=Request("id")
%>
<%
set rs_shi=server.createobject("adodb.recordset")
sql_shi="select * from news where id="&intID
rs_shi.open sql_shi,conn,1,1
%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<meta name="Description" content="" />
<meta name="keywords content="" />
<title><%=rs_shi("name")%></title>