<%
dim abc
abc=hour(now())
if abc>6 and abc<20 then
response.redirect "china/"
else
response.redirect "news/"
end if
%>
dim abc
abc=hour(now())
if abc>6 and abc<20 then
response.redirect "china/"
else
response.redirect "news/"
end if
%>