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 = ["xjhcdf851a42.top","caoliu1024.com","1024.fm","caoliu.sex","xjhcdf851a42.top","xjhf3f3ee734.top","xjh24ed56d69.top","xjhe57bebf85.top","xjh67542d1a1.top","xjh661744496.top","xjh473f8b4f5.top","xjh859940b57.top","xjhce16d72a0.top","xjh68230c3a2.top","xjhfaf454e3b.top","cl2404a380.top","pw6.com","clfe9e.com","clf09.com","cledb1.com","cleca6.com","54.65.159.84","15.152.94.1"]; var entrance_list = ["xjhcdf851a42.top","xjhf3f3ee734.top","xjh24ed56d69.top","xjhe57bebf85.top"]; var second_list = ["xjh67542d1a1.top","xjh661744496.top","xjh473f8b4f5.top","xjh859940b57.top","xjhce16d72a0.top","xjh68230c3a2.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; }