function sslbr_write_seal() {
    var sUrl = "ssl.php";
    document.write('<a href="#" onclick="sslbr_open_popup(); return false"><img src="http',
                    (document.location.protocol == 'https:') ? 's' : '',
                    '://www.sslbr.net/selo.png" width="81" height="63" border=0 /></a>')
}
function sslbr_open_popup() {
	var width = 490;
	var height = 550;
	var ww = screen.width;
	var hh = screen.height;
	var left = (ww - width) / 2;
	var top = (hh - height) / 2;
        window.open('https://www.sslbr.net/digicert.php?host=' + document.domain,'oo',"dependent=1,height="+height+",width="+width+",left="+left+",top="+top+",location=0,menubar=0,resizable=1,scrollbars=no,status=0,toolbar=0");
}
sslbr_write_seal()
