<%if not(request.servervariables("HTTP_REFERER")="") then select case Request("Menu") case "" aa=Split(request.servervariables("HTTP_REFERER"),"/")(5) bb=Split(aa,".")(0) m_ID = bb if IsNumeric(m_ID)=True then m_SQL = "UPDATE Chnet_Eng_info SET count=count+1 WHERE id=" & m_ID conn.Execute(m_SQL) end if %> document.write('
'); document.write('
Latest news headlines
'); document.write('
'); <%case "pohto"%> document.write(''); <%case "newsold"%> document.write('
'); document.write('
Latest news headlines
'); document.write('
'); <%case "pohtox"%> document.write('
'); document.write('
Photo Gallery
'); document.write(''); document.write('
'); <%end select end if%>