    /* javascript widgetów wszelakich */
jQuery(function (){
        //facebook widget
        jQuery("#widget_fb").hover(function(){
            jQuery("#widget_fb").stop(true, false).animate({right:"0"},"slow");
        },function(){
            jQuery("#widget_fb").stop(true, false).animate({right:"-237"},"slow");
        });
        jQuery("#widget_allegro").hover(function(){
            jQuery("#widget_allegro").stop(true, false).animate({left:"0"},"slow");
        },function(){
            jQuery("#widget_allegro").stop(true, false).animate({left:"-350"},"slow");
        });
        return false;   

});

