//<![CDATA[
$(document).ready(function(){
	//alert("ready!");
	new jPlayerPlaylist({
		jPlayer: "#jquery_jplayer_1",
		cssSelectorAncestor: "#jp_container_1"
	}, [
		{
			title:"W&W & Mark Sixma - Twist",
			mp3:"media/mp3/twist.mp3",
			oga:"media/ogg/twist.ogg"
		},
		{
			title:"Because of You (M6 vs Relocate Remix)",
			mp3:"media/mp3/Heatbeat ft Josie - Because of You (M6 vs Relocate Remix).mp3",
			oga:"media/ogg/Heatbeat ft Josie - Because of You (M6 vs Relocate Remix).ogg"
		},
		{
			title:"Interplay",
			mp3:"media/mp3/B.E.N. & M6 - Interplay.mp3",
			oga:"media/ogg/B.E.N. & M6 - Interplay.ogg"
		}
		
	], {
		playlistOptions: {
			autoPlay: true
		},
		swfPath: "js",
		supplied: "oga, mp3",
		wmode: "window"
	});

	// This little "hack" clicks on the invisible "repeat" and "shuffle" buttons in the player. They are given "ID's" so they can be clicked!	
	$('.music-player').contents().find('#jp-repeat').click();
	$('.music-player').contents().find('#jp-shuffle').click();

});
//]]>
