<%
if city="" or city="总站" then
sql="select top 14 * from bywind_data where mark='yes' and mark='yes' and jhot='1' and pic <>'' order by money desc,top desc,adid desc"
else
sql="select top 14 * from bywind_data where mark='yes' and city ='"&city&"' and mark='yes' and jhot='1' and pic <>'' order by top desc,money desc,adid desc"
end if
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then%>
暂无相关信息
<%
rs.close
set rs=nothing %>
<%else%>