// the playlist is just a JSON-style object.
var playlist = [
	{
		url : "music/what_i_got_cover_2.mp3",
		title : "What I Got (Cover) - Sublime"
	},
	{
		url : "music/the_thrill_is_gone.mp3",
		title : "The Thrill is Gone (Cover) - B. B. King"
	},
	{
		url : "music/take_the_money_and_run_live.mp3",
		title : "Take The Money and Run (Live/Cover) - Steve Miller"
	},
	{
		url : "music/listen_to_the_music.mp3",
		title : "Listen To The Music (Cover) - The Doobie Brothers"
	},
	{
		url : "music/rodeo_clowns_cover_3.mp3",
		title : "Rodeo Clowns (Cover) - Jack Johnson"
	},
	{
		url : "music/dance_with_me.mp3",
		title : "Dance With Me (Original) - John Lawton"
	}
];
