$(document).ready(function(){
    $('#right-content').fadeIn(0);
});
$(document).ready(function(){
    $("a[href$=.jpg],a[href$=.png],a[href$=.gif],a[href$=.jpeg]").fancybox();
    $("a[href$=.jpg],a[href$=.png],a[href$=.gif],a[href$=.jpeg]").attr('rel', 'Gallery');
});
getTwitters('right-content', { 
    id: 'koprivajakub',
    count: 3,
    enableLinks: true,
    ignoreReplies: true,
    clearContents: true,
    newwindow: true,
    template: '%text%<br /><a href="http://twitter.com/%user_screen_name%/statuses/%id%/" class="time">%time%</a>'
});
