

jQuery(document).ready(function() {
window.setTimeout( show_things, 5000 );

function show_things(){
    jQuery('#header img').fadeOut('slow',function(){
    jQuery('#header img').attr('src','fileadmin/template/media/images/02_folge_zu_home.png').delay(500).fadeIn('slow');
});
}

    


});
