<%
iizzp = 1
sql = "select * from a_main where s_ok=1 and classid=3 order by s_order asc, id desc"
Set Rs = Conn.Execute(sql)
If Not Rs.Eof Then
Do While Not Rs.Eof
%>
<%
iizzp = 1
sql = "select * from p_main where s_pai=0 order by s_order asc, id desc"
Set Rs = Conn.Execute(sql)
If Not Rs.Eof Then
Do While Not Rs.Eof
%>