$(document).ready(function(){
  var htmlIn = $(".statusLine").html()
  $("#newsticker").html(htmlIn);

});


