$(document).ready(function(){

	new jPlayerPlaylist({
		jPlayer: "#jquery_jplayer_1",
		cssSelectorAncestor: "#jp_container_1"
	}, [
		{
			title:"View From the Top",
                        album:"So Much for Love",
			mp3:"http://www.thewrecking.net/docs/music/viewfromthetop.mp3",
			oga:"http://www.thewrecking.net/docs/music/viewfromthetop.ogg", 
                        poster:"http://www.thewrecking.net/layout/images/player/album-art-1.png"
		},
		{
			title:"Glorious",
                        album:"My Window to Heaven - EP",
			mp3:"http://www.thewrecking.net/docs/music/glorious.mp3",
			oga:"http://www.thewrecking.net/docs/music/glorious.ogg",
                        poster:"http://www.thewrecking.net/layout/images/player/album-art-2.png"
		},
		{
			title:"Fire",
                        album:"So Much for Love",
			mp3:"http://www.thewrecking.net/docs/music/fire.mp3",
			oga:"http://www.thewrecking.net/docs/music/fire.ogg",
                        poster:"http://www.thewrecking.net/layout/images/player/album-art-3.png"
		},
		{
			title:"The Antidote",
                        album:"So Much for Love",
			mp3:"http://www.thewrecking.net/docs/music/antidote.mp3",
			oga:"http://www.thewrecking.net/docs/music/antidote.ogg",
                        poster:"http://www.thewrecking.net/layout/images/player/album-art-3.png"
		}
		
	], {
		swfPath: "/layout/js",
		supplied: "oga, mp3",
		wmode: "window"
	});

	//$("#jplayer_inspector_1").jPlayerInspector({jPlayer:$("#jquery_jplayer_1")});
       
});
