$(function() {
    $('#slideshow').cycle({
        timeout: 5000,
        next:  '#next',
        prev:  '#prev'
    });

    $('#event-ticker').cycle({
        timeout: 3000
    });

    $('#galleri').cycle({
        timeout: 0,
        next:  '#galleri-next',
        prev:  '#galleri-prev'
    });
    
});

