<html>
<head>
<Script Langage=Javascript>
i=1
var autourl=new Array()
autourl[1]="" //修改为网通访问地址
autourl[2]="" //修改为电信访问地址
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+" width=1 height=1 onerror=auto('"+autourl+"')>")
}
run()
</script>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</body>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
-->
</style><DIV >网站正在选择服务器,请您稍等...</DIV>
</html>