// SongList File
// Separate the musicBlurb items with a | character
//     title, songTitle, artist, soundFile, autoStart, songText, downloadable, bg
//
var songSet = new Array();
var sc = 0;  // song count
//||The Intercoastal (June 2010)|Kenneth Rise|The Intercoastal|yes||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/the_intercoastal.mp3";
//||GhostLife Media Intro|Kenneth Rise|GhostLife Intro|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/ghostlife_intro.mp3";
//||Brother Oh Brother (Interlude)|Kenneth Rise|Brother O Brother (remix)|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/b_o_b_interlude.mp3";
//||Taps|Kenneth Rise|Taps|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/taps.mp3";
//||When She Walks|Kenneth Rise|When She Walks|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/when_she_walks.mp3";
//||The Decompression (Instrumental)|Kenneth Rise|091124 - The Decompression|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/091124_ins_sans_ken.mp3";
//||Shayla (Part 2)|Kenneth Rise|Shayla (part 2)|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/shayla_2.mp3";
//||Welcome To The Life|Kenneth Rise|welcome to the life|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/welcome_to_the_life.mp3";
//||090729|Kenneth Rise|090729|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/090729.mp3";
//||Rhythm and Doowop|Kenneth Rise|R and D|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/rhythm_and_dowop.mp3";
//||Come Home (Instrumental)|Kenneth Rise|Come Home|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/come_home_ins.mp3";
//||Dream Girl|Kenneth Rise|Dream Girl|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/dream_girl.mp3";
//||Canción del Sol|Kenneth Rise|canción del sol|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/cancion_del_sol.mp3";
//||Knew You Would Leave Me (Instrumental)|Kenneth Rise|Knew You Would Leave Me|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/knew_you_would_leave_ins.mp3";
//||Get Away|Kenneth Rise|Get Away|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/get_away.mp3";
//||Project Stale Water Anthem|Kenneth Rise|PSW Anthem1|no||false|images/lounge1.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/psw_anthem1.mp3";
//||090405 (Untitled)|Kenneth Rise|090405|no||false|images/lounge2.jpg
	songSet[sc++] = "http://www.ghostlifemedia.com/rise/090405.mp3";
	

