$(document).ready(function(){

$("#newscroll").ScrollNews({
          inizialize : 'true',
          size : '200px',
          timeout : 2500,
          speed : 'fast',
          direction : 'up',
          onmouseover : 'stop'
});

}); 
