jQuery().ready(function(){if(jQuery("#headlines").exists()){jQuery("#headlines").mbScrollable({width:600,elementsInPage:1,elementMargin:0,shadow:"false",height:"163",controls:"#headline_controls",slideTimer:800,autoscroll:true,scrollTimer:6000});jQuery("#headlines .scrollEl").bind("mouseout",function(){jQuery("#headlines").mbAutoscroll();}).bind("mouseover",function(){jQuery("#headlines").mbStopAutoscroll();jQuery("#headlines").autoScrollActive=false;});}});
