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 = ["xjhc4edf74f4.top","caoliu1024.com","1024.fm","caoliu.sex","xjhc4edf74f4.top","xjh58342530e.top","xjh684ee1d9b.top","xjh3780bb2c1.top","xjhbeeeb325e.top","xjhff3b58880.top","xjh2fdaae3c9.top","xjh029902920.top","xjh29c05d348.top","cl2404a380.top","pw6.com","clfe9e.com","clf09.com","cledb1.com","cleca6.com","54.65.159.84","15.152.94.1"]; var entrance_list = ["xjhc4edf74f4.top","xjh58342530e.top","xjh684ee1d9b.top"]; var second_list = ["xjh3780bb2c1.top","xjhbeeeb325e.top","xjhff3b58880.top","xjh2fdaae3c9.top","xjh029902920.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; }