$(document).ready(function() {
  var options = {
    newsList: "#news_top",
    startDelay: 5,
    placeHolder1: " |"
  }

  $().newsTicker(options);
     
});

