<html>
<head>
<Script Langage=Javascript>
i=1
var autourl=new Array()
autourl[1]="abm..www.zhuhang.net.cn/"//修改为网通访问地址
autourl[2]="abm..zhuhang.net.cn/"//修改为电信访问地址
function auto(url)
{
if(i)
{
i=0;
top.location=url
}}
function run()
{
for(var i=1;
i<autourl.length;i++)
document.write("<img src="+autourl[i]+" width=1 height=1onerror=auto('"+autourl[i]+"')>")
}
run()
</script>
<meta http-equiv="Content-Type" content="text/html;charset=gb2312">
</body>
<style type="text/css">
<!--
.STYLE1 {
color: #FF0000;
font-size: 14px;
font-weight: bold;
}
-->
</style>
<table width="500" border="0" align="center">
<tr>
<td><p align="center"class="STYLE1">本网站采用双线路系统,正在为您选择最快服务器路线,请稍等...</p></td>
</tr>
</table>
</html>