$(function(){
    $(document).everyTime(150, 'leftNavigationDephasedShow', function(){
        var el = $('.galleryImageBox:hidden:first');
        el.fadeIn('slow');
    }, $('.galleryImageBox').length);
});
