function ScrollHeadline_Register(f,d,e){setInterval(function(){var a=$(f).childElements();for(var b=0;b<a.length;b+=d){for(var c=0;c<d;c++){if(b==0){a[b+c].addClassName("goToBottom")}}}new Effect.Move($(f),{x:0,y:-30,afterFinish:function(j){for(var i=0;i<a.length;i++){if(a[i].hasClassName("goToBottom")){$(f).appendChild(a[i].remove());a[i].removeClassName("goToBottom")}}j.element.style.top="0px"}})},3000)};
