$(function(){var b=$("#news_scroll");b.children().filter("p").each(function(){var d=$(this),c=$("<div>");d.next().appendTo(c);d.prependTo(c);c.appendTo(b)});b.css("overflow","hidden");function a(c){var d=c.height();duration=(d+parseInt(c.css("marginTop")))/0.025;c.animate({marginTop:-d},duration,"linear",function(){c.appendTo(c.parent()).css("marginTop",0);a(c.parent().children(":first"))})}a(b.children(":first"));b.mouseenter(function(){b.children().stop()});b.mouseleave(function(){a(b.children(":first"))})});
