<%
Set Rs_1 = Server.CreateObject("ADODB.RecordSet")
Rs_1.open "Select * from xx_gywm_content where xx_gywm_content_class_id = 8 ",conn,1,1
If Not Rs_1.bof And Not Rs_1.eof Then
%>

" />
<%= Rs_1("xx_gywm_content_title") %>
<%= Rs_1("xx_gywm_content_neirong") %>
<%
End If
Rs_1.close
Set Rs_1 = Nothing
%>
<%
Set Rs_1 = Server.CreateObject("ADODB.RecordSet")
Rs_1.open "Select * from xx_gywm_content where xx_gywm_content_class_id = 9 ",conn,1,1
If Not Rs_1.bof And Not Rs_1.eof Then
%>
<%= Rs_1("xx_gywm_content_title") %>
<%= Rs_1("xx_gywm_content_neirong") %>

" />
<%
End If
Rs_1.close
Set Rs_1 = Nothing
%>
<%
Set Rs_1 = Server.CreateObject("ADODB.RecordSet")
Rs_1.open "Select * from xx_gywm_content where xx_gywm_content_class_id = 10 ",conn,1,1
If Not Rs_1.bof And Not Rs_1.eof Then
%>

" width="466" height="359" />
<%= Rs_1("xx_gywm_content_title") %>
<%= Rs_1("xx_gywm_content_neirong") %>
<%
End If
Rs_1.close
Set Rs_1 = Nothing
%>
<%
Set Rs_1 = Server.CreateObject("ADODB.RecordSet")
Rs_1.open "Select * from xx_gywm_content where xx_gywm_content_class_id = 11 ",conn,1,1
If Not Rs_1.bof And Not Rs_1.eof Then
%>
<%= Rs_1("xx_gywm_content_title") %>
<%= Rs_1("xx_gywm_content_neirong") %>

" />
<%
End If
Rs_1.close
Set Rs_1 = Nothing
%>