function sealInfoLink_Y2VydHVt(image) {
    var url = 'https://sslseal.certum.pl/seal/info?p=Y2VydHVt&l=pl';
    var ref = 'r=https://' + document.location.host;
    url += url.indexOf("?") == -1 ? "?" + ref : "&" + ref;
    url += url.indexOf("?") == -1 ? "?" + 'i='+image : "&" + 'i='+image;

    window.open(url, '_blank','height=680,width=410,location=0,resizable=1');
}

function loadTag() {
    var script = document.getElementById("seal_tag");
    var parent = script.parentNode;
    var img = document.createElement("a");
    img.innerHTML = '<img style="cursor: pointer; width: 211px; height: 64px;" onclick="sealInfoLink_Y2VydHVt(\'certum_pl_ev.svg\')" src="https://sslseal.certum.pl/seal/public/img/certum_pl_ev.svg" >';
    parent.insertBefore(img,script);
}

loadTag();
