$(document).ready(function() {
    $('div.banner-animated div.banner div.disabledHeadline').click(function() {
        $('div.banner-animated div.banner').removeClass('visible');
        $(this).parent().addClass('visible');
    });

    if($('#teaserSlideshow .no-flash').length > 1)
    {
        $('#teaserSlideshow').cycle({
                fx: 'fade',
                    pause:  1,
                    speedIn: 1000,
                    speedOut: 1000,
                    speed: 10000
                    });
    }

    });

