一段选择最快服务器的代码
2008-02-05 01:41 Zhuang miao 阅读(465) 评论(0) 收藏 举报
<html><head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>智能速度检测-为您自动选择最快的服务器</title>
</head><body topmargin="8">
<p align="center"><span style="font-size: 9pt">
智能速度检测系统正为您连接速度最快的服务器
请稍后
若不能进入网站,<a 
href="http://www.miaozhuang.net/default.aspx">请点击此处</a></span></p>
<script>
i=1
var autourl=new Array()
autourl[1]="http://www.miaozhuang.net/"
autourl[2]="http://mz121.vicp.net/"
function auto(url)
{
if(i)
{
i=0;
location=url
}}
function run()
{
for(var i=1; i<autourl.length;i++)
document.write("<img src="+autourl[i]+"1.gif?"+Math.random()+" width=1 height=1 onLoad=auto('"+autourl[i]+"')> ")
}
run()
</script></body></html>


浙公网安备 33010602011771号