        $(document).ready(function(){
            
            //afisam scriptul eok
            //$('#script_eok').html('<script type="text/javascript" charset="utf-8" src="http://www.eok.ro/js/radio_widget.php?wp=4&id=2"></script>');
            //$('#script_eok').css({'margin-top':'10px'});
            
            //ascundem bannerul top daca nu livreaza nimic
            var elements = $('#banner_top_728x90 > :not(script)').children();
            var total_height = 0;
            $.each( elements, function(i,v){ total_height += $(v).height(); });
            if( total_height < 5 ){ 
                      $('#banner_top_728x90').hide();  
                      //$('#banner_top_728x90').css({'height':'90px'});
                      
            }
        })

