|
<%
end if
rs.close:set rs=nothing
%>
|
|
<%set rs=uncc.execute("select top 1 content from [uncc_contentclass] where classid=16")
if not rs.eof then
response.Write(rs(0))
end if
rs.close:Set rs=nothing%>
|
|
 |
| <%set rs=uncc.execute("select top 1 content from [uncc_contentclass] where classid=15")
if not rs.eof then
response.Write(rs(0))
end if
rs.close:Set rs=nothing%> |
|