  
  $(document).ready(function(){
        $('#rightcolumn .NewsSummarySummary img,#rightcolumn iframe,#rightcolumn .NewsSummarySummary input,#rightcolumn .NewsSummaryContent img,#rightcolumn iframe,#rightcolumn .NewsSummaryContent input').hide();
        $('#menu li').bind('mouseleave',function(){
          $(this).children('ul').hide();
        }).bind('mouseenter',function(){
          $(this).children('ul').show();
        });
        $('a[href$=jpg],a[href$=JPG],.qrcode').lightbox();
        $('#maincontent textarea').attr('cols','40');
        $('#fbcontent').fbWall({ id:'itrebon', max:5, showComments:true, showGuestEntries:true,accessToken: '167540296642888|34dcbb7f1f5b33a2224e99a59736c068'});
        $('#fbcontentts').fbWall({ id:'trebonskysvet', max:5, showComments:true, showGuestEntries:true,accessToken: '179838862074043|5fe04d94be573d6de2df835c0e98b645'});
        //setTimeout(function(){$('#fbcover').height($('#fbcontent').height()+30)},2000);
   });
