$(document).ready(function(){
    $(".headline-container").cycle({ 
        fx: 'scrollUp',
        timeout: 30000,
        pause: 1
    });
});
