﻿function go_newsTicker() {
    $('#newsTicker li:first').animate({ marginTop: '-120px' }, 800, function() {
        $(this).detach().appendTo('ul#newsTicker').removeAttr('style');
    });
}
