OTHER
Global site
Germany
Spanish
French
TCM WORLD INC. Fax: 86-21-64384173 Tel: 86-21-64699828
<%language=1 Sql="select * from v_news_list where lan_id="&language&" order by up_date desc" rs.open sql,cn,3,1 if not rs.eof then %>
<% for i=0 to rs.recordcount-1 %>
<%= trim(rs("heading")) %>
<%rs.movenext next %>
<% End If rs.close set rs=nothing cn.close set cn=nothing%>