$(document).ready(function() {
  var options = {
    newsList: "#news",
    startDelay: 20,
    placeHolder1: "_"
  }
  $().newsTicker(options);
});