new Ajax.PeriodicalUpdater('last_ajax_play', '/lib/playlistphp/listartist.php', {
  method: 'get', frequency: 60, decay: 1, onSuccess: function() { 
  	new Effect.Appear('last_ajax_play'); 
  	new Effect.Highlight('last_ajax_play');
  	}
});



new Ajax.PeriodicalUpdater('last_dj_name', '/lib/playlistphp/listdjname.php', {
  method: 'get', frequency: 60, decay: 1, onSuccess: function() { 
  	new Effect.Appear('last_dj_name'); 
  	new Effect.Highlight('last_dj_name');
  	}
});


new Ajax.PeriodicalUpdater('last_dj_photo', '/lib/playlistphp/lastdjphoto.php', {
  method: 'get', frequency: 60, decay: 1, onSuccess: function() { 
  	new Effect.Appear('last_dj_photo'); 
  	new Effect.Highlight('last_dj_photo');
  	}
});




