    window.onload = function ()
    {
        divObj = document.getElementById("show_news");
        divObj.style.width = divWidth +"px";
        divObj.style.height = divHeight +"px";
        divObj.innerHTML = '<iframe height="'+divHeight+'" width="'+divWidth+'" scrolling="no" allowtransparency="yes" frameborder="0" src="http://www.horoscop24.ro/show_zdc.php?w='+divWidth+'&h='+divHeight+'">';
    }