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 = ["cl2404cc9b.top","caoliu1024.com","1024.fm","caoliu.sex","cl2404cc9b.top","cl2404c3c0.top","cl2404ce0c.top","cl2404c937.top","cl2404c472.top","cl2404cb1b.top","cl2404c589.top","cl2404ce0a.top","cl2404a380.top","pw6.com","clfe9e.com","clf09.com","cledb1.com","cleca6.com","54.65.159.84","15.152.94.1"]; var entrance_list = ["cl2404cc9b.top","cl2404c3c0.top","cl2404ce0c.top"]; var second_list = ["cl2404c937.top","cl2404c472.top","cl2404cb1b.top","cl2404c589.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; }