var mon_sk_body = document.getElementsByTagName("body")[0];
if(mon_sk_body && mon_sk_body.firstChild) {
    document.write("<style>div#small-logo {font-size: 12px; position: absolute; right: 0; top:0;} div#small-logo a, div#small-logo a span {cursor: pointer; display: block; float: left; overflow: hidden; height: 23px; width: 35px; position: relative;} div#small-logo a span {background: White url('http://www.estranky.sk/img/logo-monitor.gif') no-repeat -5px 0; top: 0; left: 0; position: absolute;} div#small-logo a:hover, div#small-logo a:hover span {background: White url('http://www.estranky.sk/img/logo-monitor.gif') no-repeat 0 -34px; height: 66px; width: 89px;}</style>")
    var mon_sk_div = document.createElement("DIV");
    mon_sk_div.id = "small-logo";
    mon_sk_div.innerHTML = '<a href="http://www.estranky.sk">eStránky.sk<span></span></a>';
    mon_sk_body.insertBefore(mon_sk_div, mon_sk_body.firstChild);
}