﻿$(document).ready(function() {
    $('#newstick').cycle({
        fx: 'scrollUp',
        delay: -600
    });
});
