$(function(){var a=0;$("div.headline").each(function(){var b=$(this).height();if(b>a)a=b});$("#scroller").height(a);$("div.headline").each(function(){$(this).css("top",a+"px")})}); function scroller(a,b){function f(){c=(d+1)%g;var i=$("div.headline:eq("+d+")").height();$("div.headline:eq("+d+")").animate({top:-h},b,function(){$(this).css("top",h+"px")});$("div.headline:eq("+c+")").show().animate({top:0},b);d=c}var g,e,d=0,c=0,h=$("#scroller").height();g=$("div.headline").length;$("div.headline:eq("+c+")").css("top","0px");e=setInterval(f,a);$("#scroller").hover(function(){clearInterval(e)},function(){e=setInterval(f,a)})};