(function () {
    $('.tweets').cycle({
        fx: 'scrollUp',
        timeout: 5000,
        delay: -2000
    });
});
