$(document).ready(function() {
   var refreshId = setInterval(function() {
      $("#stream_title").load('now_playing.php');
   }, 10000);
});

