English
<!-- Add the following code to the <body> area --> Do you have several mirror sites, and do you often have sites that cannot be opened? Then use the following code to solve this problem, and it will automatically select The fastest site enters<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"><meta http-equiv="refresh" content="5;url= ./"> <title>Automatically select the fastest site</title></head> <center><br> <p> <br> <font color=blue size=7><br><br> Please wait , selecting the fastest site... </p> <script> i=1 var autourl=new Array() autourl[1]="http://www.sohu.com" autourl[2] ="http://www.sina.com.cn" autourl[3]="http://www.downcodes.com" 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=1 onerror=auto(' "+autourl[ i]+"')>")} run() </script> </body></html>