//<![CDATA[
  	$(document).ready(function(){
		/* 1 = Michel Montecrossa */
  		$("#jquery_jplayer_1").jPlayer({
  			ready: function () {
  				$(this).jPlayer("setMedia", {
  					m4a: "http://dreamspacefestival.com/music/2011/MichelMontecrossa.m4a",
  					oga: "http://dreamspacefestival.com/music/2011/MichelMontecrossa.ogg"
  				});
  			},
  			ended: function (event) {
  				$("#jquery_jplayer_2").jPlayer("play", 0);
  			},
  			swfPath: "/js",
			preload: 'none',
  			supplied: "m4a, oga",
  			cssSelectorAncestor: "#jp_interface_1"
  		})
  		.bind($.jPlayer.event.play, function() { // Using a jPlayer event to avoid both jPlayers playing together.
  			$(this).jPlayer("pauseOthers");
  		});
  		/* 2 = Mirakali */
  		$("#jquery_jplayer_2").jPlayer({
  			ready: function () {
  				$(this).jPlayer("setMedia", {
  					m4a: "http://dreamspacefestival.com/music/2011/Mirakali.m4a",
  					oga: "http://dreamspacefestival.com/music/2011/Mirakali.ogg"
  				});
  			},
  			ended: function (event) {
  				$("#jquery_jplayer_3").jPlayer("play", 0);
  			},
  			swfPath: "/js",
			preload: 'none',
  			supplied: "m4a, oga",
  			cssSelectorAncestor: "#jp_interface_2"
  		})
  		.bind($.jPlayer.event.play, function() { // Using a jPlayer event to avoid both jPlayers playing together.
  			$(this).jPlayer("pauseOthers");
  		});
  		/* 3 = Diana Antara */
  		$("#jquery_jplayer_3").jPlayer({
  			ready: function () {
  				$(this).jPlayer("setMedia", {
  					m4a: "http://dreamspacefestival.com/music/2011/DianaAntara.m4a",
  					oga: "http://dreamspacefestival.com/music/2011/DianaAntara.ogg"
  				});
  			},
  			ended: function (event) {
  				$("#jquery_jplayer_4").jPlayer("play", 0);
  			},
  			swfPath: "/js",
			preload: 'none',
  			supplied: "m4a, oga",
  			cssSelectorAncestor: "#jp_interface_3"
  		})
  		.bind($.jPlayer.event.play, function() { // Using a jPlayer event to avoid both jPlayers playing together.
  			$(this).jPlayer("pauseOthers");
  		});
  		/* 4 = El Major */
  		$("#jquery_jplayer_4").jPlayer({
  			ready: function () {
  				$(this).jPlayer("setMedia", {
  					m4a: "http://dreamspacefestival.com/music/2011/ElMajor.m4a",
  					oga: "http://dreamspacefestival.com/music/2011/ElMajor.ogg"
  				});
  			},
  			ended: function (event) {
  				$("#jquery_jplayer_5").jPlayer("play", 0);
  			},
  			swfPath: "/js",
			preload: 'none',
  			supplied: "m4a, oga",
  			cssSelectorAncestor: "#jp_interface_4"
  		})
  		.bind($.jPlayer.event.play, function() { // Using a jPlayer event to avoid both jPlayers playing together.
  			$(this).jPlayer("pauseOthers");
  		});
  		/* 5 = Double Soul */
  		$("#jquery_jplayer_5").jPlayer({
  			ready: function () {
  				$(this).jPlayer("setMedia", {
  					m4a: "http://dreamspacefestival.com/music/2011/DoubleSoul.m4a",
  					oga: "http://dreamspacefestival.com/music/2011/DoubleSoul.ogg"
  				});
  			},
  			swfPath: "/js",
			preload: 'none',
  			supplied: "m4a, oga",
  			cssSelectorAncestor: "#jp_interface_5"
  		})
  		.bind($.jPlayer.event.play, function() { // Using a jPlayer event to avoid both jPlayers playing together.
  			$(this).jPlayer("pauseOthers");
  		});
	});
  //]]>
