(function(a){a.fn.ticker=function(){return this.each(function(){a.ticker(this)})};a.ticker=function(e){var c=a(e).children().sort(function(){return 0.5-Math.random()}),d=c.length,f=a(e).css("height"),b=0;a.ticker.init=function(){c.eq(b).animate({top:"0px"},1E3,function(){b++;if(b==d)b=0;setTimeout(function(){a.ticker.next()},5E3,null)})};a.ticker.next=function(){var g=c.eq(b==0?d-1:b-1),h=c.eq(b);g.animate({top:"-"+f},1E3,function(){g.css({top:f});h.animate({top:"0px"},1E3,function(){b++;if(b==d)b=
0;setTimeout(function(){a.ticker.next()},5E3,null)})})};d>0&&a.ticker.init()}})(jQuery);
