(function() {
    var g = true,h = null,j = false,aa = (new Date).getTime(),k = function(a) {
        var b = (new Date).getTime() - aa;
        b = "&dtd=" + (b < 1E3 ? b : "M");
        return a + b
    };
    var l = this,ba = function(a, b, c) {
        a = a.split(".");
        c = c || l;
        !(a[0]in c) && c.execScript && c.execScript("var " + a[0]);
        for (var d; a.length && (d = a.shift());)if (!a.length && b !== undefined)c[d] = b; else c = c[d] ? c[d] : (c[d] = {})
    },n = function(a) {
        var b = typeof a;
        if (b == "object")if (a) {
            if (a instanceof Array || !(a instanceof Object) && Object.prototype.toString.call(a) == "[object Array]" || typeof a.length == "number" && typeof a.splice != "undefined" && typeof a.propertyIsEnumerable != "undefined" && !a.propertyIsEnumerable("splice"))return"array";
            if (!(a instanceof Object) && (Object.prototype.toString.call(a) == "[object Function]" || typeof a.call != "undefined" && typeof a.propertyIsEnumerable != "undefined" && !a.propertyIsEnumerable("call")))return"function"
        } else return"null"; else if (b == "function" && typeof a.call == "undefined")return"object";
        return b
    },o = function(a) {
        return n(a) == "array"
    },ca = function(a) {
        var b = n(a);
        return b == "array" || b == "object" && typeof a.length == "number"
    },p = function(a) {
        return typeof a == "string"
    },da = function(a) {
        a = n(a);
        return a == "object" ||
               a == "array" || a == "function"
    };
    Math.floor(Math.random() * 2147483648).toString(36);
    var ea = function(a) {
        var b = n(a);
        if (b == "object" || b == "array") {
            if (a.clone)return a.clone.call(a);
            b = b == "array" ? [] : {};
            for (var c in a)b[c] = ea(a[c]);
            return b
        }
        return a
    },fa = function(a, b) {
        var c = b || l;
        if (arguments.length > 2) {
            var d = Array.prototype.slice.call(arguments, 2);
            return function() {
                var e = Array.prototype.slice.call(arguments);
                Array.prototype.unshift.apply(e, d);
                return a.apply(c, e)
            }
        } else return function() {
            return a.apply(c, arguments)
        }
    },ga = Date.now || function() {
        return+new Date
    },q = function(a, b, c) {
        ba(a, b, c)
    };
    var ha = Array.prototype,ia = ha.forEach ? function(a, b, c) {
        ha.forEach.call(a, b, c)
    } : function(a, b, c) {
        for (var d = a.length,e = p(a) ? a.split("") : a,f = 0; f < d; f++)f in e && b.call(c, e[f], f, a)
    },ja = function(a) {
        if (o(a))return a.concat(); else {
            for (var b = [],c = 0,d = a.length; c < d; c++)b[c] = a[c];
            return b
        }
    };
    var r = function(a, b) {
        this.width = a;
        this.height = b
    };
    r.prototype.clone = function() {
        return new r(this.width, this.height)
    };
    r.prototype.toString = function() {
        return"(" + this.width + " x " + this.height + ")"
    };
    r.prototype.ceil = function() {
        this.width = Math.ceil(this.width);
        this.height = Math.ceil(this.height);
        return this
    };
    r.prototype.floor = function() {
        this.width = Math.floor(this.width);
        this.height = Math.floor(this.height);
        return this
    };
    r.prototype.round = function() {
        this.width = Math.round(this.width);
        this.height = Math.round(this.height);
        return this
    };
    r.prototype.scale = function(a) {
        this.width *= a;
        this.height *= a;
        return this
    };
    var ka = function(a, b, c) {
        for (var d in a)b.call(c, a[d], d, a)
    };
    var la = function(a) {
        return a.replace(/^[\s\xa0]+|[\s\xa0]+$/g, "")
    },ra = function(a, b) {
        if (b)return a.replace(ma, "&amp;").replace(na, "&lt;").replace(oa, "&gt;").replace(pa, "&quot;"); else {
            if (!qa.test(a))return a;
            if (a.indexOf("&") != -1)a = a.replace(ma, "&amp;");
            if (a.indexOf("<") != -1)a = a.replace(na, "&lt;");
            if (a.indexOf(">") != -1)a = a.replace(oa, "&gt;");
            if (a.indexOf('"') != -1)a = a.replace(pa, "&quot;");
            return a
        }
    },ma = /&/g,na = /</g,oa = />/g,pa = /\"/g,qa = /[&<>\"]/,ua = function(a) {
        if (s(a, "&"))return"document"in l && !s(a, "<") ?
                            sa(a) : ta(a);
        return a
    },sa = function(a) {
        var b = l.document.createElement("a");
        b.innerHTML = a;
        b.normalize && b.normalize();
        a = b.firstChild.nodeValue;
        b.innerHTML = "";
        return a
    },ta = function(a) {
        return a.replace(/&([^;]+);/g, function(b, c) {
            switch (c) {case "amp":return"&";case "lt":return"<";case "gt":return">";case "quot":return'"';default:if (c.charAt(0) == "#") {
                c = Number("0" + c.substr(1));
                if (!isNaN(c))return String.fromCharCode(c)
            }return b}
        })
    },va = function(a, b) {
        for (var c = b.length,d = 0; d < c; d++) {
            var e = c == 1 ? b : b.charAt(d);
            if (a.charAt(0) == e && a.charAt(a.length - 1) == e)return a.substring(1, a.length - 1)
        }
        return a
    },s = function(a, b) {
        return a.indexOf(b) != -1
    },wa = function(a, b) {
        var c = 0;
        a = la(String(a)).split(".");
        b = la(String(b)).split(".");
        for (var d = Math.max(a.length, b.length),e = 0; c == 0 && e < d; e++) {
            var f = a[e] || "",i = b[e] || "",m = new RegExp("(\\d*)(\\D*)", "g"),y = new RegExp("(\\d*)(\\D*)", "g");
            do{
                var G = m.exec(f) || ["","",""],H = y.exec(i) || ["","",""];
                if (G[0].length == 0 && H[0].length == 0)break;
                c = G[1].length == 0 ? 0 : parseInt(G[1], 10);
                var ub = H[1].length ==
                         0 ? 0 : parseInt(H[1], 10);
                c = t(c, ub) || t(G[2].length == 0, H[2].length == 0) || t(G[2], H[2])
            } while (c == 0)
        }
        return c
    },t = function(a, b) {
        if (a < b)return-1; else if (a > b)return 1;
        return 0
    };
    ga();
    var u,v,w,x,z,xa,ya,za,Aa,Ba = function() {
        return l.navigator ? l.navigator.userAgent : h
    },A = function() {
        return l.navigator
    },Ca = function() {
        z = x = w = v = u = j;
        var a;
        if (a = Ba()) {
            var b = A();
            u = a.indexOf("Opera") == 0;
            v = !u && a.indexOf("MSIE") != -1;
            x = (w = !u && a.indexOf("WebKit") != -1) && a.indexOf("Mobile") != -1;
            z = !u && !w && b.product == "Gecko"
        }
    };
    Ca();
    var B = u,C = v,Da = z,D = w,Ea = x,Fa = function() {
        var a = A();
        return a && a.platform || ""
    },Ga = Fa(),Ha = function() {
        xa = s(Ga, "Mac");
        ya = s(Ga, "Win");
        za = s(Ga, "Linux");
        Aa = !!A() && s(A().appVersion || "", "X11")
    };
    Ha();
    var Ia = xa,Ja = ya,Ka = za,La = function() {
        var a = "",b;
        if (B && l.opera) {
            a = l.opera.version;
            a = typeof a == "function" ? a() : a
        } else {
            if (Da)b = /rv\:([^\);]+)(\)|;)/; else if (C)b = /MSIE\s+([^\);]+)(\)|;)/; else if (D)b = /WebKit\/(\S+)/;
            if (b)a = (a = b.exec(Ba())) ? a[1] : ""
        }
        return a
    },Ma = La(),Na = {},E = function(a) {
        return Na[a] || (Na[a] = wa(Ma, a) >= 0)
    };
    var Oa = function(a) {
        return p(a) ? document.getElementById(a) : a
    },Pa = Oa,Ra = function(a, b) {
        ka(b, function(c, d) {
            if (d == "style")a.style.cssText = c; else if (d == "class")a.className = c; else if (d == "for")a.htmlFor = c; else if (d in Qa)a.setAttribute(Qa[d], c); else a[d] = c
        })
    },Qa = {cellpadding:"cellPadding",cellspacing:"cellSpacing",colspan:"colSpan",rowspan:"rowSpan",valign:"vAlign",height:"height",width:"width",usemap:"useMap",frameborder:"frameBorder",type:"type"},Sa = function(a) {
        var b = a.document;
        if (D && !E("500") && !Ea) {
            if (typeof a.innerHeight ==
                "undefined")a = window;
            b = a.innerHeight;
            var c = a.document.documentElement.scrollHeight;
            if (a == a.top)if (c < b)b -= 15;
            return new r(a.innerWidth, b)
        }
        a = b.compatMode == "CSS1Compat" && (!B || B && E("9.50")) ? b.documentElement : b.body;
        return new r(a.clientWidth, a.clientHeight)
    },Ua = function() {
        return Ta(document, arguments)
    },Ta = function(a, b) {
        var c = b[0],d = b[1];
        if (C && d && (d.name || d.type)) {
            c = ["<",c];
            d.name && c.push(' name="', ra(d.name), '"');
            if (d.type) {
                c.push(' type="', ra(d.type), '"');
                d = ea(d);
                delete d.type
            }
            c.push(">");
            c = c.join("")
        }
        var e =
                a.createElement(c);
        if (d)if (p(d))e.className = d; else Ra(e, d);
        if (b.length > 2) {
            d = function(i) {
                if (i)e.appendChild(p(i) ? a.createTextNode(i) : i)
            };
            for (c = 2; c < b.length; c++) {
                var f = b[c];
                ca(f) && !(da(f) && f.nodeType > 0) ? ia(Va(f) ? ja(f) : f, d) : d(f)
            }
        }
        return e
    },Wa = function(a, b) {
        a.appendChild(b)
    };
    D && E("522");
    var Va = function(a) {
        if (a && typeof a.length == "number")if (da(a))return typeof a.item == "function" || typeof a.item == "string"; else if (n(a) == "function")return typeof a.item == "function";
        return j
    };

    function F(a, b) {
        a = parseFloat(a);
        return isNaN(a) || a > 1 || a < 0 ? b : a
    }

    function I(a, b) {
        if (a == "true")return g;
        if (a == "false")return j;
        return b
    }

    function J(a, b) {
        var c = /^([\w-]+\.)+[\w-]{2,}(\:[0-9]+)?$/;
        return c.test(a) ? a : b
    }

    ;
    var Xa = document,Ya = I("false", j),Za = I("false", j),$a = I("false", j);
    I("false", j);
    var K = window;
    var ab = "pagead2.googlesyndication.com",bb = "googleads.g.doubleclick.net",cb = "pubads.g.doubleclick.net",db = "securepubads.g.doubleclick.net",eb = "partner.googleadservices.com",L = J("pagead2.googlesyndication.com", ab),fb = J("googleads.g.doubleclick.net", bb),gb = J("pagead2.googlesyndication.com", ab);
    J("pubads.g.doubleclick.net", cb);
    J("partner.googleadservices.com", eb);
    J("securepubads.g.doubleclick.net", db);
    var M = function(a, b) {
        for (var c in a)Object.prototype.hasOwnProperty.call(a, c) && b.call(h, a[c], c, a)
    };

    function N(a) {
        return typeof encodeURIComponent == "function" ? encodeURIComponent(a) : escape(a)
    }

    function hb(a, b, c) {
        var d = document.createElement("script");
        d.type = "text/javascript";
        if (b)d.onload = b;
        if (c)d.id = c;
        d.src = a;
        var e = document.getElementsByTagName("head")[0];
        if (!e)return j;
        window.setTimeout(function() {
            e.appendChild(d)
        }, 0);
        return g
    }

    function ib(a, b) {
        a.google_image_requests || (a.google_image_requests = []);
        var c = new Image;
        c.src = b;
        a.google_image_requests.push(c)
    }

    function jb(a) {
        if (a in kb)return kb[a];
        return kb[a] = navigator.userAgent.toLowerCase().indexOf(a) != -1
    }

    var kb = {};

    function lb() {
        if (navigator.plugins && navigator.mimeTypes.length) {
            var a = navigator.plugins["Shockwave Flash"];
            if (a && a.description)return a.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s)+r/, ".")
        } else if (navigator.userAgent && navigator.userAgent.indexOf("Windows CE") >= 0) {
            a = 3;
            for (var b = 1; b;)try {
                b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash." + (a + 1));
                a++
            } catch(c) {
                b = h
            }
            return a.toString()
        } else if (jb("msie") && !window.opera) {
            b = h;
            try {
                b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7")
            } catch(d) {
                a =
                0;
                try {
                    b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
                    a = 6;
                    b.AllowScriptAccess = "always"
                } catch(e) {
                    if (a == 6)return a.toString()
                }
                try {
                    b = new ActiveXObject("ShockwaveFlash.ShockwaveFlash")
                } catch(f) {
                }
            }
            if (b) {
                a = b.GetVariable("$version").split(" ")[1];
                return a.replace(/,/g, ".")
            }
        }
        return"0"
    }

    function O(a) {
        var b = a.google_ad_format;
        if (b)return b.indexOf("_0ads") > 0;
        return a.google_ad_output != "html" && a.google_num_radlinks > 0
    }

    function P(a) {
        return!!a && a.indexOf("_sdo") != -1
    }

    function Q(a, b) {
        var c = Math.random();
        if (c < b) {
            b = Math.floor(c / b * a.length);
            return a[b]
        }
        return""
    }

    var mb = function(a) {
        a.u_tz = -(new Date).getTimezoneOffset();
        a.u_his = window.history.length;
        a.u_java = navigator.javaEnabled();
        if (window.screen) {
            a.u_h = window.screen.height;
            a.u_w = window.screen.width;
            a.u_ah = window.screen.availHeight;
            a.u_aw = window.screen.availWidth;
            a.u_cd = window.screen.colorDepth
        }
        if (navigator.plugins)a.u_nplug = navigator.plugins.length;
        if (navigator.mimeTypes)a.u_nmime = navigator.mimeTypes.length
    },nb = function(a) {
        var b = K;
        if (a && b.top != b)b = b.top;
        try {
            return b.document && !b.document.body ? new r(-1,
                    -1) : Sa(b || window)
        } catch(c) {
            return new r(-12245933, -12245933)
        }
    },ob = function(a, b) {
        var c = a.length;
        if (c == 0)return 0;
        b = b || 305419896;
        for (var d = 0; d < c; d++) {
            var e = a.charCodeAt(d);
            b ^= (b << 5) + (b >> 2) + e & 4294967295
        }
        return b
    },pb = function(a) {
        if (a == a.top)return 0;
        var b = [];
        b.push(document.URL);
        a.name && b.push(a.name);
        a = g;
        a = nb(!a);
        b.push(a.width.toString());
        b.push(a.height.toString());
        b = ob(b.join(""));
        return b > 0 ? b : 4294967296 + b
    };
    var qb = {google_ad_channel:"channel",google_ad_host:"host",google_ad_host_channel:"h_ch",google_ad_host_tier_id:"ht_id",google_ad_section:"region",google_ad_type:"ad_type",google_adtest:"adtest",google_allow_expandable_ads:"ea",google_alternate_ad_url:"alternate_ad_url",google_alternate_color:"alt_color",google_bid:"bid",google_city:"gcs",google_color_bg:"color_bg",google_color_border:"color_border",google_color_line:"color_line",google_color_link:"color_link",google_color_text:"color_text",google_color_url:"color_url",
        google_contents:"contents",google_country:"gl",google_cust_age:"cust_age",google_cust_ch:"cust_ch",google_cust_gender:"cust_gender",google_cust_id:"cust_id",google_cust_interests:"cust_interests",google_cust_job:"cust_job",google_cust_l:"cust_l",google_cust_lh:"cust_lh",google_cust_u_url:"cust_u_url",google_disable_video_autoplay:"disable_video_autoplay",google_ed:"ed",google_encoding:"oe",google_feedback:"feedback_link",google_flash_version:"flash",google_font_face:"f",google_font_size:"fs",google_hints:"hints",
        google_kw:"kw",google_kw_type:"kw_type",google_language:"hl",google_page_url:"url",google_region:"gr",google_reuse_colors:"reuse_colors",google_safe:"adsafe",google_tag_info:"gut",google_targeting:"targeting",google_ui_features:"ui",google_ui_version:"uiv",google_video_doc_id:"video_doc_id",google_video_product_type:"video_product_type"},rb = {google_ad_client:"client",google_ad_format:"format",google_ad_output:"output",google_ad_callback:"callback",google_ad_height:"h",google_ad_override:"google_ad_override",
        google_ad_slot:"slotname",google_ad_width:"w",google_ctr_threshold:"ctr_t",google_image_size:"image_size",google_last_modified_time:"lmt",google_max_num_ads:"num_ads",google_max_radlink_len:"max_radlink_len",google_num_radlinks:"num_radlinks",google_num_radlinks_per_unit:"num_radlinks_per_unit",google_only_ads_with_video:"only_ads_with_video",google_rl_dest_url:"rl_dest_url",google_rl_filtering:"rl_filtering",google_rl_mode:"rl_mode",google_rt:"rt",google_skip:"skip"},sb = {google_only_pyv_ads:"pyv",
        google_with_pyv_ads:"withpyv"};

    function tb(a, b) {
        try {
            return a.top.document.URL == b.URL
        } catch(c) {
        }
        return j
    }

    function vb(a, b, c, d) {
        c = c || a.google_ad_width;
        d = d || a.google_ad_height;
        if (tb(a, b))return j;
        var e = b.documentElement;
        if (c && d) {
            var f = 1,i = 1;
            if (a.innerHeight) {
                f = a.innerWidth;
                i = a.innerHeight
            } else if (e && e.clientHeight) {
                f = e.clientWidth;
                i = e.clientHeight
            } else if (b.body) {
                f = b.body.clientWidth;
                i = b.body.clientHeight
            }
            if (i > 2 * d || f > 2 * c)return j
        }
        return g
    }

    function wb(a, b) {
        M(b, function(c, d) {
            a["google_" + d] = c
        })
    }

    function xb(a, b) {
        if (!b)return a.URL;
        return a.referrer
    }

    function yb(a, b) {
        if (!b && a.google_referrer_url == h)return"0"; else if (b && a.google_referrer_url == h)return"1"; else if (!b && a.google_referrer_url != h)return"2"; else if (b && a.google_referrer_url != h)return"3";
        return"4"
    }

    function zb(a, b, c, d) {
        a.page_url = xb(c, d);
        a.page_location = h
    }

    function Ab(a, b, c, d) {
        a.page_url = b.google_page_url;
        a.page_location = xb(c, d) || "EMPTY"
    }

    function Bb(a, b) {
        var c = {},d = vb(a, b, a.google_ad_width, a.google_ad_height);
        c.iframing = yb(a, d);
        a.google_page_url ? Ab(c, a, b, d) : zb(c, a, b, d);
        c.last_modified_time = b.URL == c.page_url ? Date.parse(b.lastModified) / 1E3 : h;
        c.referrer_url = d ? a.google_referrer_url : a.google_page_url && a.google_referrer_url ? a.google_referrer_url : b.referrer;
        return c
    }

    function Cb(a) {
        var b = {},c = a.URL.substring(a.URL.lastIndexOf("http"));
        b.iframing = h;
        b.page_url = c;
        b.page_location = a.URL;
        b.last_modified_time = h;
        b.referrer_url = c;
        return b
    }

    function Db(a, b) {
        b = Eb(a, b);
        wb(a, b)
    }

    function Eb(a, b) {
        return a = a.google_page_url == h && Fb[b.domain] ? Cb(b) : Bb(a, b)
    }

    var Fb = {};
    Fb["ad.yieldmanager.com"] = g;
    var Gb = function(a, b, c) {
        b = fa(b, l, a);
        a = window.onerror;
        window.onerror = b;
        try {
            c()
        } catch(d) {
            c = d.toString();
            var e = "";
            if (d.fileName)e = d.fileName;
            var f = -1;
            if (d.lineNumber)f = d.lineNumber;
            b = b(c, e, f);
            if (!b)throw d;
        }
        window.onerror = a
    };
    q("google_protectAndRun", Gb);
    var Ib = function(a, b, c, d) {
        if (Math.random() < 0.01) {
            var e = Xa;
            a = ["http://",gb,"/pagead/gen_204","?id=jserror","&jscb=",Ya ? 1 : 0,"&jscd=",Za ? 1 : 0,"&context=",N(a),"&msg=",N(b),"&file=",N(c),"&line=",N(d.toString()),"&url=",N(e.URL.substring(0, 512)),"&ref=",N(e.referrer.substring(0, 512))];
            a.push(Hb());
            ib(K, a.join(""))
        }
        return!$a
    };
    q("google_handleError", Ib);
    var Kb = function(a) {
        Jb |= a
    },Jb = 0,Hb = function() {
        var a = ["&client=",N(K.google_ad_client),"&format=",N(K.google_ad_format),"&slotname=",N(K.google_ad_slot),"&output=",N(K.google_ad_output),"&ad_type=",N(K.google_ad_type)];
        return a.join("")
    };
    var R = "",Nb = function() {
        if (window.google_ad_frameborder == h)window.google_ad_frameborder = 0;
        if (window.google_ad_output == h)window.google_ad_output = "html";
        if (P(window.google_ad_format)) {
            var a = window.google_ad_format.match(/^(\d+)x(\d+)_.*/);
            if (a) {
                window.google_ad_width = parseInt(a[1], 10);
                window.google_ad_height = parseInt(a[2], 10);
                window.google_ad_output = "html"
            }
        }
        window.google_ad_format = Lb(window.google_ad_format, window.google_ad_output, window.google_ad_width, window.google_ad_height, window.google_ad_slot,
                !!window.google_override_format);
        R = window.google_ad_client || "";
        window.google_ad_client = Mb(window.google_ad_format, window.google_ad_client);
        Db(window, document);
        if (window.google_num_slots_by_channel == h)window.google_num_slots_by_channel = {};
        if (window.google_viewed_host_channels == h)window.google_viewed_host_channels = {};
        if (window.google_num_slots_by_client == h)window.google_num_slots_by_client = {};
        if (window.google_prev_ad_formats_by_region == h)window.google_prev_ad_formats_by_region = {};
        if (window.google_prev_ad_slotnames_by_region ==
            h)window.google_prev_ad_slotnames_by_region = {};
        if (window.google_correlator == h)window.google_correlator = (new Date).getTime();
        if (window.google_adslot_loaded == h)window.google_adslot_loaded = {};
        if (window.google_adContentsBySlot == h)window.google_adContentsBySlot = {};
        if (window.google_flash_version == h)window.google_flash_version = lb();
        if (window.google_new_domain_checked == h)window.google_new_domain_checked = 0;
        if (window.google_new_domain_enabled == h)window.google_new_domain_enabled = 0;
        if (!window.google_num_ad_slots)window.google_num_ad_slots =
                                        0;
        if (!window.google_num_0ad_slots)window.google_num_0ad_slots = 0;
        if (!window.google_num_sdo_slots)window.google_num_sdo_slots = 0;
        window.google_ad_section = window.google_ad_section || window.google_ad_region || "";
        window.google_country = window.google_country || window.google_gl || "";
        a = (new Date).getTime();
        if (o(window.google_color_bg))window.google_color_bg = S(window.google_color_bg, a);
        if (o(window.google_color_text))window.google_color_text = S(window.google_color_text, a);
        if (o(window.google_color_link))window.google_color_link =
                                        S(window.google_color_link, a);
        if (o(window.google_color_url))window.google_color_url = S(window.google_color_url, a);
        if (o(window.google_color_border))window.google_color_border = S(window.google_color_border, a);
        if (o(window.google_color_line))window.google_color_line = S(window.google_color_line, a)
    },Ob = function(a) {
        M(qb, function(b, c) {
            a[c] = h
        });
        M(rb, function(b, c) {
            a[c] = h
        });
        M(sb, function(b, c) {
            a[c] = h
        });
        a.google_container_id = h;
        a.google_eids = h;
        a.google_page_location = h;
        a.google_referrer_url = h;
        a.google_ad_region = h;
        a.google_gl = h
    },S = function(a, b) {
        Kb(2);
        return a[b % a.length]
    },Mb = function(a, b) {
        if (!b)return"";
        b = b.toLowerCase();
        return b = P(a) ? Pb(b) : Qb(b)
    },Qb = function(a) {
        if (a && a.substring(0, 3) != "ca-")a = "ca-" + a;
        return a
    },Pb = function(a) {
        if (a && a.substring(0, 7) != "ca-aff-")a = "ca-aff-" + a;
        return a
    },Lb = function(a, b, c, d, e, f) {
        if (!a && b == "html")a = c + "x" + d;
        return a = Rb(a, e, f) ? a.toLowerCase() : ""
    },Rb = function(a, b, c) {
        if (!a)return j;
        if (!b)return g;
        return c
    };
    var T = document,U = navigator,V = window;

    function Sb() {
        var a = T.cookie,b = Math.round((new Date).getTime() / 1E3),c = V.google_analytics_domain_name;
        c = typeof c == "undefined" ? Tb("auto") : Tb(c);
        var d = a.indexOf("__utma=" + c + ".") > -1,e = a.indexOf("__utmb=" + c) > -1,f = a.indexOf("__utmc=" + c) > -1,i = {},m = !!V && !!V.gaGlobal;
        if (d) {
            a = a.split("__utma=" + c + ".")[1].split(";")[0].split(".");
            i.sid = e && f ? a[3] + "" : m && V.gaGlobal.sid ? V.gaGlobal.sid : b + "";
            i.vid = a[0] + "." + a[1];
            i.from_cookie = g
        } else {
            i.sid = m && V.gaGlobal.sid ? V.gaGlobal.sid : b + "";
            i.vid = m && V.gaGlobal.vid ? V.gaGlobal.vid :
                    (Math.round(Math.random() * 2147483647) ^ Ub() & 2147483647) + "." + b;
            i.from_cookie = j
        }
        i.dh = c;
        i.hid = m && V.gaGlobal.hid ? V.gaGlobal.hid : Math.round(Math.random() * 2147483647);
        return V.gaGlobal = i
    }

    function Ub() {
        var a = T.cookie ? T.cookie : "",b = V.history.length,c,d = [U.appName,U.version,U.language ? U.language : U.browserLanguage,U.platform,U.userAgent,U.javaEnabled() ? 1 : 0].join("");
        if (V.screen)d += V.screen.width + "x" + V.screen.height + V.screen.colorDepth; else if (V.java) {
            c = java.awt.Toolkit.getDefaultToolkit().getScreenSize();
            d += c.screen.width + "x" + c.screen.height
        }
        d += a;
        d += T.referrer ? T.referrer : "";
        for (a = d.length; b > 0;)d += b-- ^ a++;
        return Vb(d)
    }

    function Vb(a) {
        var b = 1,c = 0,d;
        if (!(a == undefined || a == "")) {
            b = 0;
            for (d = a.length - 1; d >= 0; d--) {
                c = a.charCodeAt(d);
                b = (b << 6 & 268435455) + c + (c << 14);
                c = b & 266338304;
                b = c != 0 ? b ^ c >> 21 : b
            }
        }
        return b
    }

    function Tb(a) {
        if (!a || a == "" || a == "none")return 1;
        if ("auto" == a) {
            a = T.domain;
            if ("www." == a.substring(0, 4))a = a.substring(4, a.length)
        }
        return Vb(a.toLowerCase())
    }

    ;
    var Wb = {google:1,googlegroups:1,gmail:1,googlemail:1,googleimages:1,googleprint:1};

    function Xb(a) {
        a = a.google_page_location || a.google_page_url;
        if (!a)return j;
        a = a.toString();
        if (a.indexOf("http://") == 0)a = a.substring(7, a.length); else if (a.indexOf("https://") == 0)a = a.substring(8, a.length);
        var b = a.indexOf("/");
        if (b == -1)b = a.length;
        a = a.substring(0, b);
        a = a.split(".");
        b = j;
        if (a.length >= 3)b = a[a.length - 3]in Wb;
        if (a.length >= 2)b = b || a[a.length - 2]in Wb;
        return b
    }

    function Yb(a, b, c) {
        if (Xb(a)) {
            a.google_new_domain_checked = 1;
            return j
        }
        if (a.google_new_domain_checked == 0) {
            var d = Math.random();
            if (d <= c) {
                c = "http://" + fb + "/pagead/test_domain.js";
                d = "script";
                b.write("<" + d + ' src="' + c + '"></' + d + ">");
                a.google_new_domain_checked = 1;
                return g
            }
        }
        return j
    }

    function Zb(a) {
        if (!Xb(a) && a.google_new_domain_enabled == 1)return"http://" + fb;
        return"http://" + gb
    }

    ;
    var W = function(a) {
        this.s = a;
        this.f = [];
        this.e = 0;
        this.a = [];
        this.o = 0;
        this.b = [];
        this.m = j;
        this.g = this.h = "";
        this.l = j
    };
    W.prototype.q = function(a, b) {
        var c = this.s[b],d = this.f;
        this.s[b] = function(e) {
            if (e && e.length > 0) {
                var f = e.length > 1 ? e[1].url : h;
                d.push([a,ua(e[0].url),f])
            }
            c(e)
        }
    };
    W.prototype.p = function() {
        this.e++
    };
    W.prototype.r = function(a) {
        this.a.push(a)
    };
    W.prototype.n = function() {
        if (!this.m) {
            hb("http://" + L + "/pagead/osd.js");
            this.m = g
        }
    };
    W.prototype.i = function(a) {
        if (this.e > 0)for (var b = document.getElementsByTagName("iframe"),c = this.l ? "google_ads_iframe_" : "google_ads_frame",d = 0; d < b.length; d++) {
            var e = b.item(d);
            e.src && e.name && e.name.indexOf(c) == 0 && a(e, e.src)
        }
    };
    W.prototype.j = function(a) {
        var b = this.f;
        if (b.length > 0)for (var c = document.getElementsByTagName("a"),d = 0; d < c.length; d++)for (var e = 0; e < b.length; e++)if (c.item(d).href == b[e][1]) {
            var f = c.item(d).parentNode;
            if (b[e][2])for (var i = f,m = 0; m < 4; m++) {
                if (i.innerHTML.indexOf(b[e][2]) > 0) {
                    f = i;
                    break
                }
                i = i.parentNode
            }
            a(f, b[e][0]);
            b.splice(e, 1);
            break
        }
    };
    W.prototype.k = function(a) {
        for (var b = 0; b < this.a.length; b++) {
            var c = this.a[b],d = $b(c);
            if (d)(d = document.getElementById("google_ads_div_" + d)) && a(d, c)
        }
    };
    W.prototype.c = function(a) {
        this.j(a);
        this.k(a);
        this.i(a)
    };
    W.prototype.setupOsd = function(a, b, c) {
        this.o = a;
        this.h = b;
        this.g = c
    };
    W.prototype.getOsdMode = function() {
        return this.o
    };
    W.prototype.getEid = function() {
        return this.h
    };
    W.prototype.getCorrelator = function() {
        return this.g
    };
    W.prototype.d = function() {
        return this.f.length + this.e + this.a.length
    };
    W.prototype.setValidAdBlockTypes = function(a) {
        this.b = a
    };
    W.prototype.registerAdBlockByType = function(a, b, c) {
        if (this.b.length > 0) {
            for (var d = 0; d < this.b.length; d++)if (this.b[d] == a) {
                this.l = c;
                if (a == "js")this.q(b, "google_ad_request_done"); else if (a == "html")this.p(); else a == "json_html" && this.r(b)
            }
            this.n()
        }
    };
    var $b = function(a) {
        if ((a = a.match(/[&\?](?:slotname)=([^&]+)/)) && a.length == 2)return a[1];
        return""
    },ac = function() {
        window.__google_ad_urls || (window.__google_ad_urls = new W(window));
        return window.__google_ad_urls
    };
    q("Goog_AdSense_getAdAdapterInstance", ac);
    q("Goog_AdSense_OsdAdapter", W);
    q("Goog_AdSense_OsdAdapter.prototype.numBlocks", W.prototype.d);
    q("Goog_AdSense_OsdAdapter.prototype.findBlocks", W.prototype.c);
    q("Goog_AdSense_OsdAdapter.prototype.getOsdMode", W.prototype.getOsdMode);
    q("Goog_AdSense_OsdAdapter.prototype.getEid", W.prototype.getEid);
    q("Goog_AdSense_OsdAdapter.prototype.getCorrelator", W.prototype.getCorrelator);
    q("Goog_AdSense_OsdAdapter.prototype.setValidAdBlockTypes", W.setValidAdBlockTypes);
    q("Goog_AdSense_OsdAdapter.prototype.setupOsd", W.prototype.setupOsd);
    q("Goog_AdSense_OsdAdapter.prototype.registerAdBlockByType", W.prototype.registerAdBlockByType);
    var bc,cc,dc,ec,fc,gc,hc = function() {
        gc = fc = ec = dc = cc = bc = j;
        var a = Ba();
        if (a)if (a.indexOf("Firefox") != -1)bc = g; else if (a.indexOf("Camino") != -1)cc = g; else if (a.indexOf("iPhone") != -1 || a.indexOf("iPod") != -1)dc = g; else if (a.indexOf("Android") != -1)ec = g; else if (a.indexOf("Chrome") != -1)fc = g; else if (a.indexOf("Safari") != -1)gc = g
    };
    hc();
    var ic = function(a, b) {
        var c = a.nodeType == 9 ? a : a.ownerDocument || a.document;
        if (c.defaultView && c.defaultView.getComputedStyle)if (a = c.defaultView.getComputedStyle(a, ""))return a[b];
        return h
    },jc = function(a, b) {
        return ic(a, b) || (a.currentStyle ? a.currentStyle[b] : h) || a.style[b]
    },kc = function(a, b, c, d) {
        if (/^\d+px?$/.test(b))return parseInt(b, 10); else {
            var e = a.style[c],f = a.runtimeStyle[c];
            a.runtimeStyle[c] = a.currentStyle[c];
            a.style[c] = b;
            b = a.style[d];
            a.style[c] = e;
            a.runtimeStyle[c] = f;
            return b
        }
    },lc = function(a) {
        var b =
                a.nodeType == 9 ? a : a.ownerDocument || a.document,c = "";
        if (b.createTextRange) {
            c = b.body.createTextRange();
            c.moveToElementText(a);
            c = c.queryCommandValue("FontName")
        }
        if (!c) {
            c = jc(a, "fontFamily");
            if (B && Ka)c = c.replace(/ \[[^\]]*\]/, "")
        }
        a = c.split(",");
        if (a.length > 1)c = a[0];
        return va(c, "\"'")
    },mc = /[^\d]+$/,nc = function(a) {
        return(a = a.match(mc)) && a[0] || h
    },oc = {cm:1,"in":1,mm:1,pc:1,pt:1},pc = {em:1,ex:1},qc = function(a) {
        var b = jc(a, "fontSize"),c = nc(b);
        if (b && "px" == c)return parseInt(b, 10);
        if (C)if (c in oc)return kc(a, b, "left",
                "pixelLeft"); else if (a.parentNode && a.parentNode.nodeType == 1 && c in pc) {
            a = a.parentNode;
            c = jc(a, "fontSize");
            return kc(a, b == c ? "1em" : b, "left", "pixelLeft")
        }
        c = Ua("span", {style:"visibility:hidden;position:absolute;line-height:0;padding:0;margin:0;border:0;height:1em;"});
        Wa(a, c);
        b = c.offsetHeight;
        c && c.parentNode && c.parentNode.removeChild(c);
        return b
    };
    var X = {};

    function rc(a) {
        if (a == 1)return g;
        return!X[a]
    }

    function Y(a, b) {
        if (a)if (b == 1)if (X[b])X[b] += "," + a; else X[b] = a; else X[b] = a
    }

    function sc() {
        var a = [];
        M(X, function(b) {
            a.push(b)
        });
        return a.join(",")
    }

    function tc(a, b) {
        if (a && a instanceof Array)for (var c = 0; c < a.length; c++)a[c] && typeof a[c] == "string" && Y(a[c], b)
    }

    var Z = j;

    function uc(a, b) {
        var c = "script";
        Z = vc(a, b);
        if (!Z)a.google_allow_expandable_ads = j;
        var d = !wc();
        Z && d && b.write("<" + c + ' src="http://' + L + '/pagead/expansion_embed.js"></' + c + ">");
        a = Yb(a, b, F("1", 0.01));
        (d = d || a) && jb("msie") && !window.opera ? b.write("<" + c + ' src="http://' + L + '/pagead/render_ads.js"></' + c + ">") : b.write("<" + c + '>google_protectAndRun("ads_core.google_render_ad", google_handleError, google_render_ad);</' + c + ">")
    }

    function $(a) {
        return a != h ? '"' + a + '"' : '""'
    }

    function xc(a) {
        var b = "google_unique_id";
        if (a[b])++a[b]; else a[b] = 1;
        return a[b]
    }

    var yc = function(a, b) {
        var c = b.slice(-1),d = c == "?" || c == "#" ? "" : "&",e = [b];
        b = function(f, i) {
            if (f || f === 0 || f === j) {
                if (typeof f == "boolean")f = f ? 1 : 0;
                e.push(d, i, "=", N(f));
                d = "&"
            }
        };
        M(a, b);
        return e.join("")
    };

    function zc() {
        var a = C && E("6"),b = Da && E("1.8.1"),c = D && E("525");
        if (Ja && (a || b || c))return g; else if (Ia && (c || b))return g; else if (Ka && b)return g;
        return j
    }

    function wc() {
        return(typeof ExpandableAdSlotFactory == "function" || typeof ExpandableAdSlotFactory == "object") && typeof ExpandableAdSlotFactory.createIframe == "function"
    }

    function vc(a, b) {
        if (a.google_allow_expandable_ads === j || !b.body || a.google_ad_output != "html" || vb(a, b) || !Ac(a) || isNaN(a.google_ad_height) || isNaN(a.google_ad_width) || !zc())return j;
        return g
    }

    function Ac(a) {
        var b = a.google_ad_format;
        if (P(b))return j;
        if (O(a) && b != "468x15_0ads_al")return j;
        return g
    }

    function Bc() {
        var a;
        if (K.google_ad_output == "html" && !(O(K) || P(K.google_ad_format)) && rc(0)) {
            a = ["6083035","6083034"];
            a = Q(a, F("0", 0));
            Y(a, 0)
        }
        return a == "6083035"
    }

    function Cc(a, b) {
        if ((a.google_unique_id || 0) != 0 || P(a.google_ad_format))return"";
        var c = "";
        a = O(a);
        if (b == "html" || a)c = Q(["36815001","36815002"], F("0.01", 0));
        if (c == "" && (b == "js" || a))c = Q(["36815003","36815004"], F("0.01", 0));
        if (c == "" && (b == "html" || b == "js"))c = Q(["36813005","36813006"], F("0.008", 0));
        return c
    }

    function Dc() {
        var a = ac(),b = window.google_enable_osd,c = "";
        if (b === g) {
            c = "36813006";
            Ec(c, a)
        } else if (b !== j && rc(0)) {
            c = Cc(window, window.google_ad_output);
            if (c != "")Ec(c, a); else c = a.getEid()
        }
        return c
    }

    function Ec(a, b) {
        var c = b.getOsdMode(),d = [];
        switch (a) {case "36815004":c = 1;d = ["js"];break;case "36815002":c = 1;d = ["html"];break;case "36813006":c = 0;d = ["html","js"];break}
        d.length > 0 && b.setValidAdBlockTypes(d);
        b.setupOsd(c, a, window.google_correlator)
    }

    function Fc(a, b, c, d) {
        var e = xc(a);
        c = yc({ifi:e}, c);
        c = c.substring(0, 1992);
        c = c.replace(/%\w?$/, "");
        var f = "script";
        if ((a.google_ad_output == "js" || a.google_ad_output == "json_html") && (a.google_ad_request_done || a.google_radlink_request_done))b.write("<" + f + ' language="JavaScript1.1" src=' + $(k(c)) + "></" + f + ">"); else if (a.google_ad_output == "html")if (Z && wc()) {
            b = a.google_container_id || d || h;
            a["google_expandable_ad_slot" + e] = ExpandableAdSlotFactory.createIframe("google_ads_frame" + e, k(c), a.google_ad_width, a.google_ad_height,
                    b)
        } else {
            e = '<iframe name="google_ads_frame" width=' + $(a.google_ad_width) + " height=" + $(a.google_ad_height) + " frameborder=" + $(a.google_ad_frameborder) + " src=" + $(k(c)) + ' marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no"></iframe>';
            a.google_container_id ? Gc(a.google_container_id, b, e) : b.write(e)
        }
        return c
    }

    function Hc(a) {
        Ob(a)
    }

    function Ic(a) {
        if (!Jc())return j;
        var b = Bc();
        a = Kc(a);
        b = Zb(window) + Lc(a.google_ad_format, b);
        window.google_ad_url = yc(a, b);
        return g
    }

    var Oc = function(a) {
        a.dt = aa;
        var b = window.google_prev_ad_formats_by_region,c = window.google_ad_section,d = window.google_ad_format,e = window.google_ad_slot;
        if (b[c])if (!P(d)) {
            a.prev_fmts = b[c];
            if (window.google_num_slots_by_client.length > 1)a.slot = window.google_num_slots_by_client[R]
        }
        var f = window.google_prev_ad_slotnames_by_region;
        if (f[c])a.prev_slotnames = f[c].toLowerCase();
        if (d) {
            if (!P(d))if (b[c])b[c] += "," + d; else b[c] = d
        } else if (e)if (f[c])f[c] += "," + e; else f[c] = e;
        a.correlator = window.google_correlator;
        if (window.google_new_domain_checked ==
            1 && window.google_new_domain_enabled == 0)a.dblk = 1;
        if (window.google_ad_channel) {
            b = window.google_num_slots_by_channel;
            c = "";
            d = window.google_ad_channel.split(Mc);
            for (e = 0; e < d.length; e++) {
                f = d[e];
                if (b[f])c += f + "+"; else b[f] = 1
            }
            a.pv_ch = c
        }
        if (window.google_ad_host_channel) {
            b = Nc(window.google_ad_host_channel, window.google_viewed_host_channels);
            a.pv_h_ch = b
        }
        if (Ya)a.jscb = 1;
        if (Za)a.jscd = 1;
        a.frm = window.google_iframing;
        b = Sb();
        a.ga_vid = b.vid;
        a.ga_sid = b.sid;
        a.ga_hid = b.hid;
        a.ga_fc = b.from_cookie;
        a.ga_wpids = window.google_analytics_uacct
    },
            Pc = function(a) {
                var b = g;
                if (b = nb(b)) {
                    a.biw = b.width;
                    a.bih = b.height
                }
            },Qc = function(a) {
        var b = pb(window);
        if (b != 0)a.ifk = b.toString()
    };

    function Nc(a, b) {
        var c = a.split("|");
        a = -1;
        for (var d = [],e = 0; e < c.length; e++) {
            var f = c[e].split(Mc);
            b[e] || (b[e] = {});
            for (var i = "",m = 0; m < f.length; m++) {
                var y = f[m];
                if (y != "")if (b[e][y])i += "+" + y; else b[e][y] = 1
            }
            i = i.slice(1);
            d[e] = i;
            if (i != "")a = e
        }
        b = "";
        if (a > -1) {
            for (e = 0; e < a; e++)b += d[e] + "|";
            b += d[a]
        }
        return b
    }

    function Rc() {
        var a = Dc();
        Y(a, 0);
        var b = Math.random() < 0.01;
        a = h;
        var c = "";
        if (b) {
            c = "google_temp_span";
            a = Sc(c)
        }
        b = Ic(a);
        a && a.id == c && (a && a.parentNode ? a.parentNode.removeChild(a) : h);
        if (b) {
            a = Fc(window, document, window.google_ad_url);
            ac().registerAdBlockByType(window.google_ad_output, a, j);
            Hc(window)
        }
    }

    var Tc = function(a) {
        M(rb, function(b, c) {
            a[b] = window[c]
        });
        M(qb, function(b, c) {
            a[b] = window[c]
        });
        M(sb, function(b, c) {
            a[b] = window[c]
        })
    },Uc = function(a) {
        tc(window.google_eids, 1);
        a.eid = sc()
    };

    function Vc(a, b, c, d) {
        a = Ib(a, b, c, d);
        uc(window, document);
        return a
    }

    function Wc() {
        Nb()
    }

    function Xc(a) {
        var b = {};
        a = a.split("?");
        a = a[a.length - 1].split("&");
        for (var c = 0; c < a.length; c++) {
            var d = a[c].split("=");
            if (d[0])try {
                b[d[0].toLowerCase()] = d.length > 1 ? window.decodeURIComponent ? decodeURIComponent(d[1].replace(/\+/g, " ")) : unescape(d[1]) : ""
            } catch(e) {
            }
        }
        return b
    }

    function Yc() {
        var a = window,b = Xc(document.URL);
        if (b.google_ad_override) {
            a.google_ad_override = b.google_ad_override;
            a.google_adtest = "on"
        }
    }

    function Gc(a, b, c) {
        if (a)if ((a = b.getElementById(a)) && c && c.length != "") {
            a.style.visibility = "visible";
            a.innerHTML = c
        }
    }

    var Lc = function(a, b) {
        return a = P(a) ? "/pagead/sdo?" : b ? "/pagead/render_iframe_ads.html#" : "/pagead/ads?"
    },Zc = function(a, b) {
        b.dff = lc(a);
        b.dfs = qc(a)
    },$c = function(a) {
        a.ref = window.google_referrer_url;
        a.loc = window.google_page_location
    },Jc = function() {
        var a = window.google_prev_ad_formats_by_region,b = window.google_prev_ad_slotnames_by_region,c = window.google_ad_section;
        if (P(window.google_ad_format)) {
            window.google_num_sdo_slots += 1;
            if (window.google_num_sdo_slots > 4)return j
        } else if (O(window)) {
            window.google_num_0ad_slots +=
            1;
            if (window.google_num_0ad_slots > 3)return j
        } else {
            window.google_num_ad_slots += 1;
            if (window.google_num_slots_to_rotate) {
                Kb(1);
                a[c] = h;
                b[c] = h;
                if (window.google_num_slot_to_show == h)window.google_num_slot_to_show = (new Date).getTime() % window.google_num_slots_to_rotate + 1;
                if (window.google_num_slot_to_show != window.google_num_ad_slots)return j
            } else if (window.google_num_ad_slots > 6 && c == "")return j
        }
        a = window.google_num_slots_by_client;
        if (a[R])a[R] += 1; else {
            a[R] = 1;
            a.length += 1
        }
        return g
    },Kc = function(a) {
        var b = {};
        Tc(b);
        Oc(b);
        mb(b);
        a && Zc(a, b);
        Pc(b);
        Qc(b);
        Uc(b);
        $c(b);
        b.fu = Jb;
        return b
    },Sc = function(a) {
        var b = window.google_container_id && Pa(window.google_container_id) || Pa(a);
        if (!b && !window.google_container_id && a) {
            document.write("<span id=" + a + "></span>");
            b = Pa(a)
        }
        return b
    },Mc = /[+, ]/;
    window.google_render_ad = Rc;
    var ad = ["30143070","30143071","30143075"],bd = typeof window.postMessage == "function" || typeof window.postMessage == "object" || typeof document.postMessage == "function",dd = function(a, b) {
        typeof A1_googleCreateSlot == "function" ? A1_googleCreateSlot(a.google_ad_client) : cd(a, b)
    },fd = function() {
        if (!ed())return j;
        return g
    },gd = function(a) {
        if (P(a.google_ad_format))return j;
        var b = a.google_ad_output;
        if (b && b != "html")return j;
        a = a.google_ad_client;
        if (typeof a != "string" || a.substring(0, 4) != "pub-" && a.substring(0, 7) != "ca-pub-")return j;
        return g
    },id = function(a) {
        if (typeof a.google_a1_eid == "string")return a.google_a1_eid;
        var b = F("0", 0);
        a.google_a1_eid = hd(ad, b);
        return a.google_a1_eid
    },cd = function(a, b) {
        if (!a.google_included_a1_script) {
            var c = "script",d = "/pagead/show_ads_sra3.js?v\x3d1";
            b.write("<" + c + ' src="http://' + L + d + '"></' + c + ">");
            a.google_included_a1_script = g
        }
    },ed = function() {
        if (C && E("8"))return j;
        return bd || !D
    },hd = function(a, b) {
        var c = Math.random();
        if (c < b) {
            b = Math.floor(c / b * a.length);
            return a[b]
        }
        return""
    };
    var jd = "alternateShowAds";

    function kd() {
        Yc();
        Gb("show_ads.google_init_globals", Vc, Wc);
        uc(window, document)
    }

    function ld() {
        if ($a && typeof K[jd] == "function")K[jd].call(h); else if (!fd(window) || !gd(window))kd(); else if ($a && window.google_use_a1 === g)dd(window, document); else {
            var a = id(window);
            if (a) {
                Y(a, 0);
                window.google_allow_expandable_ads = j
            }
            !a || a == "30143070" ? kd() : dd(window, document)
        }
    }

    Gb("show_ads.main", Ib, ld);
})()

