$(document).ready(function(){

	// Audio player
	$('.player #playlist a').click(function() {
		$('#audio_player').get()[0].sendEvent('LOAD', $(this).attr('href'));
		$('#audio_player').get()[0].sendEvent('PLAY', $(this).attr('href'));
		return false;
	});
	

});



