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