id . "&sessid=" . session_id(); $ajax_url = $web_path . '/server/ajax.server.php'; $status = $localplay->status(); /* Format the track name */ $track_name = $status['track_artist'] . ' - ' . $status['track_album'] . ' - ' . $status['track_title']; /* This is a cheezball fix for when we were unable to find a * artist/album (or one wasn't provided) */ $track_name = ltrim(ltrim($track_name,' - ')); ?>

 | 



[' . $status['track'] . '] - ' . $track_name . '
'; ?>