<html>
<body>

<%
randomize()
r=rnd()
if r>0.5 then
  response.write("<a href='http://www.51help.tk'>51help.tk!</a>")
else
  response.write("<a href='http://www.news.cn'>news.cn!</a>")
end if
%>

<p>
接之一:51help.tk! 或 news.cn率。
</p>

</body>
</html>