var needgo = true; ///try { /// top.location.hostname; /// if (top.location.hostname != window.location.hostname) { /// top.location = window.location.href; /// } ///} catch (e) { /// top.location = window.location.href ///} //site_list_Start var domain_list = ["cl2404ccab.top","caoliu1024.com","1024.fm","caoliu.sex","cl2404ccab.top","cl2404c488.top","cl2404cc74.top","cl2404cd86.top","cl2404c5e7.top","cl2404cb63.top","cl2404cd15.top","cl2404ca2f.top","cl2404c20c.top","cl2404a380.top","pw6.com","clfe9e.com","clf09.com","cledb1.com","cleca6.com","54.65.159.84","15.152.94.1"]; var entrance_list = ["cl2404ccab.top","cl2404c488.top"]; var second_list = ["cl2404cc74.top","cl2404cd86.top","cl2404c5e7.top","cl2404cb63.top","cl2404cd15.top","cl2404ca2f.top"]; var entrance_site_ignore = ["cledb1.com","cleca6.com","54.65.159.84","15.152.94.1"]; //site_list_End var web_host = window.location.host.toLowerCase(); var tiaourl = 1; for (var i = 0; i < domain_list.length; i++) { if (web_host.indexOf(domain_list[i]) >= 0) { tiaourl = 0; } } //console.log("entrance_site_ignore_domainjs:"+entrance_site_ignore); for (var j = 0; j < entrance_site_ignore.length; j++) { if (web_host.indexOf(entrance_site_ignore[j]) >= 0) { tiaourl = 0; } } var gourl = ""; if (tiaourl) { var hour = (new Date).getHours(); var len = entrance_list.length; if(len){ var iRandKey = hour % len; gourl = entrance_list[iRandKey]; } } if(gourl && needgo){ top.location = "http://"+gourl; }