﻿$(document).ready(function () {
    $('#news-tip').cycle({
        fx: 'scrollDown',
        sync: 0,
        speed: 2000,
        timeout: 3000
    });
});
