<%a=1%><% id="33" if id<>"" then set rs=server.createobject("adodb.recordset") sql="select * from webinfo where ArticleID="&cint(id) rs.open sql,conn,1,1 if rs.eof then response.Write("Errow") response.End() end if end if %> <%=rs("title")%>_<%=titlename%>

<%=rs("title")%>

Home > <%=rs("title")%>

<%=outkon(rs("title"))%>

<%if rs("DefaultPicUrl")<>"" then%>
" />
<%end if%>

<%=rs("content")%>

<%rs.close set rs=nothing%>