(function() {
    if (!document.getElementById || ![].push) return;
    var param = {}, s = document.getElementsByTagName("script"), w = [];
    s = s[s.length - 1];
    s.src.replace(/[?&]([^=]+)=([^&]+)/g, function(m, name, value) { param[decodeURIComponent(name)] = decodeURIComponent(value) });

    var popis = "Poslat vizitku přes Klikni a volej.cz";
    var typ = param["type"];
    if (typ != "sc") {
        typ = "gl";
        popis = "Zavolat zdarma přes Klikni a volej.cz";
    }

    w.push("<a style=\"kav\" href=\"http://klikniavolej.idnes.cz/firm-popup.asp");
    w.push("?" + typ + "-id=" + encodeURIComponent(param["id"] || ""));
    if (param["partner"]) w.push("&partner=" + encodeURIComponent(param["partner"]));
    w.push("\" target=\"_blank\" onclick=\"return !window.open(this.href, this.target, 'width=430,height=400')\">");
    w.push("<img src=\"http://yavoo.cz/images/");
    w.push({ "sc": "poslat", "gl": "volejte"}[typ] + "-" + parseInt(param["styl"] || 1, 10) + ".gif");
    w.push("\" alt=\"" + popis + "\" title=\"" + popis + "\">");
    w.push("</a>");

    document.write(w.join(""))
})();