Directory Player Code
Status: Beta
Brought to you by:
bundz
--- a
+++ b/collection.js
@@ -0,0 +1,6152 @@
+
+ function init() {
+ new Element('DIV', {
+ 'id': 'root',
+ 'class': 'node',
+ 'styles': {
+ 'height': 'auto',
+ 'background': 'url(\'image/minus.gif\') left 2px no-repeat'
+ },
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText('root').injectInside($('tree'));
+ if (!$('Amorphis')) {
+ new Element('DIV', {
+ 'id': 'Amorphis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Amorphis").injectInside($('root'));
+ }
+ if ($('Amorphis').className != 'node') {
+ $('Amorphis').className = 'node';
+ $('Amorphis').
+ }
+ var el = new Element('DIV', {
+ 'id': '2001AmUniversum',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2001 - Am Universum");
+ el.files = new Hash({ "0" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 01 - alone.mp3","1" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 02 - goddess of the sad man-.mp3","2" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 03 - the night is over.mp3","3" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 04 - shatters within.mp3","4" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 05 - Crimson Wave.mp3","5" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 06 - drifting memories.mp3","6" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 07 - forever more.mp3","7" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 08 - veil of sin.mp3","8" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 09 - Captured State.mp3","9" : "/Amorphis/2001 - Am Universum/amorphis - 2001 - 10 - Grieve Stricken Heart.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Amorphis","1" : "Amorphis","2" : "Amorphis","3" : "Amorphis","4" : "Amorphis","5" : "Amorphis","6" : "Amorphis","7" : "Amorphis","8" : "Amorphis","9" : "Amorphis" });
+ el.album = new Hash({ "0" : "Am Universum","1" : "Am Universum","2" : "Am Universum","3" : "Am Universum","4" : "Am Universum","5" : "Am Universum","6" : "Am Universum","7" : "Am Universum","8" : "Am Universum","9" : "Am Universum" });
+ el.titles = new Hash({ "0" : "Alone","1" : "Goddess (Of The Sad Man)","2" : "The Night Is Over","3" : "Track 4","4" : "Crimson Wave","5" : "Drifting Memories","6" : "Forever More","7" : "Veil Of Sin","8" : "Track 9","9" : "Grieve Stricken Heart" });
+ el.injectInside($('Amorphis'));
+ if (!$('Amorphis')) {
+ new Element('DIV', {
+ 'id': 'Amorphis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Amorphis").injectInside($('root'));
+ }
+ if ($('Amorphis').className != 'node') {
+ $('Amorphis').className = 'node';
+ $('Amorphis').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003FarFromTheSun',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Far From The Sun");
+ el.files = new Hash({ "0" : "/Amorphis/2003 - Far From The Sun/01 Day Of Your Beliefs.mp3","1" : "/Amorphis/2003 - Far From The Sun/02 Planetary Misfortune.mp3","2" : "/Amorphis/2003 - Far From The Sun/03 Evil Inside.mp3","3" : "/Amorphis/2003 - Far From The Sun/04 Mourning Soil.mp3","4" : "/Amorphis/2003 - Far From The Sun/05 Far From The Sun.mp3","5" : "/Amorphis/2003 - Far From The Sun/06 Ethereal Solitude.mp3","6" : "/Amorphis/2003 - Far From The Sun/07 Killing Goodness.mp3","7" : "/Amorphis/2003 - Far From The Sun/08 God Of Deception.mp3","8" : "/Amorphis/2003 - Far From The Sun/09 Higher Ground.mp3","9" : "/Amorphis/2003 - Far From The Sun/10 Smithereens.mp3" });
+ el.track = new Hash({ "0" : "2","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Amorphis","1" : "Amorphis","2" : "Amorphis","3" : "Amorphis","4" : "Amorphis","5" : "Amorphis","6" : "Amorphis","7" : "Amorphis","8" : "Amorphis","9" : "Amorphis" });
+ el.album = new Hash({ "0" : "far from the sun","1" : "far from the sun","2" : "far from the sun","3" : "far from the sun","4" : "far from the sun","5" : "far from the sun","6" : "far from the sun","7" : "far from the sun","8" : "far from the sun","9" : "far from the sun" });
+ el.titles = new Hash({ "0" : "Day of Your Beliefs","1" : "Planetary Misfortune","2" : "Evil Inside","3" : "Mourning Soil","4" : "Far From The Sun","5" : "Ethereal Solitude","6" : "Killing Goodness","7" : "God Of Deception","8" : "Higher Ground","9" : "Smithereens" });
+ el.injectInside($('Amorphis'));
+ if (!$('Amorphis')) {
+ new Element('DIV', {
+ 'id': 'Amorphis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Amorphis").injectInside($('root'));
+ }
+ if ($('Amorphis').className != 'node') {
+ $('Amorphis').className = 'node';
+ $('Amorphis').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Eclipse',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Eclipse");
+ el.files = new Hash({ "0" : "/Amorphis/2006 - Eclipse/01-two_moons.mp3","1" : "/Amorphis/2006 - Eclipse/02-house_of_sleep.mp3","2" : "/Amorphis/2006 - Eclipse/03-leaves_scar.mp3","3" : "/Amorphis/2006 - Eclipse/04-born_from_fire.mp3","4" : "/Amorphis/2006 - Eclipse/05-under_a_soil_and_black_stone.mp3","5" : "/Amorphis/2006 - Eclipse/06-perkele_(the_god_of_fire).mp3","6" : "/Amorphis/2006 - Eclipse/07-the_smoke.mp3","7" : "/Amorphis/2006 - Eclipse/08-shame_flesh.mp3","8" : "/Amorphis/2006 - Eclipse/09-brother_moon.mp3","9" : "/Amorphis/2006 - Eclipse/10-empty_opening.mp3","10" : "/Amorphis/2006 - Eclipse/11-stonewoman_(bonus_track).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "","2" : "2","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Amorphis","1" : "Amorphis","2" : "Amorphis","3" : "Amorphis","4" : "Amorphis","5" : "Amorphis","6" : "Amorphis","7" : "Amorphis","8" : "Amorphis","9" : "Amorphis","10" : "Amorphis" });
+ el.album = new Hash({ "0" : "Eclipse","1" : "Eclipse","2" : "Eclipse","3" : "Eclipse","4" : "Eclipse","5" : "Eclipse","6" : "Eclipse","7" : "Eclipse","8" : "Eclipse","9" : "Eclipse","10" : "Eclipse" });
+ el.titles = new Hash({ "0" : "Two Moons","1" : "House Of Sleep","2" : "Leaves Scar","3" : "Born From Fire","4" : "Under A Soil And Black Stone","5" : "Perkele (The God Of Fire)","6" : "The Smoke","7" : "Shame Flesh","8" : "Brother Moon","9" : "Empty Opening","10" : "Stonewoman (bonus track)" });
+ el.injectInside($('Amorphis'));
+ if (!$('Angtoria')) {
+ new Element('DIV', {
+ 'id': 'Angtoria',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Angtoria").injectInside($('root'));
+ }
+ if ($('Angtoria').className != 'node') {
+ $('Angtoria').className = 'node';
+ $('Angtoria').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006GodhasaPlanforusall',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - God has a Plan for us all");
+ el.files = new Hash({ "0" : "/Angtoria/2006 - God has a Plan for us all/01-angtoria_-_intro.mp3","1" : "/Angtoria/2006 - God has a Plan for us all/02-i_am_calling.mp3","2" : "/Angtoria/2006 - God has a Plan for us all/03-god_has_a_plan_for_us_all.mp3","3" : "/Angtoria/2006 - God has a Plan for us all/04-suicide_on_my_mind.mp3","4" : "/Angtoria/2006 - God has a Plan for us all/05-deity_of_disgust.mp3","5" : "/Angtoria/2006 - God has a Plan for us all/06-the_addiction.mp3","6" : "/Angtoria/2006 - God has a Plan for us all/07-six_feet_unders_not_deep_enough.mp3","7" : "/Angtoria/2006 - God has a Plan for us all/08-do_you_see_me_now.mp3","8" : "/Angtoria/2006 - God has a Plan for us all/09-original_sin.mp3","9" : "/Angtoria/2006 - God has a Plan for us all/10-hell_hath_no_fury_like_a_woman_scorned.mp3","10" : "/Angtoria/2006 - God has a Plan for us all/11-confide_in_me.mp3","11" : "/Angtoria/2006 - God has a Plan for us all/12-thats_what_the_wise_lady_said.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Angtoria","1" : "Angtoria","2" : "Angtoria","3" : "Angtoria","4" : "Angtoria","5" : "Angtoria","6" : "Angtoria","7" : "Angtoria","8" : "Angtoria","9" : "Angtoria","10" : "Angtoria","11" : "Angtoria" });
+ el.album = new Hash({ "0" : "God has a Plan for us all","1" : "God has a Plan for us all","2" : "God has a Plan for us all","3" : "God has a Plan for us all","4" : "God has a Plan for us all","5" : "God has a Plan for us all","6" : "God has a Plan for us all","7" : "God has a Plan for us all","8" : "God has a Plan for us all","9" : "God has a Plan for us all","10" : "God has a Plan for us all","11" : "God has a Plan for us all" });
+ el.titles = new Hash({ "0" : "Intro","1" : "I am Calling","2" : "God has a Plan for us all","3" : "Suicide on my Mind","4" : "Deity of Disgust","5" : "The Addiction","6" : "Six Feet unders not deep enoug","7" : "Do you see me now","8" : "Original Sin","9" : "Hell Hath no Fury like a Woman","10" : "Confide in Me","11" : "Thats what the Wise Lady said" });
+ el.injectInside($('Angtoria'));
+ if (!$('Annihilator')) {
+ new Element('DIV', {
+ 'id': 'Annihilator',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Annihilator").injectInside($('root'));
+ }
+ if ($('Annihilator').className != 'node') {
+ $('Annihilator').className = 'node';
+ $('Annihilator').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005SchizoDeluxe',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Schizo Deluxe");
+ el.files = new Hash({ "0" : "/Annihilator/2005 - Schizo Deluxe/01. Maximum Satan.mp3","1" : "/Annihilator/2005 - Schizo Deluxe/02. Drive.mp3","2" : "/Annihilator/2005 - Schizo Deluxe/03. Warbird.mp3","3" : "/Annihilator/2005 - Schizo Deluxe/04. Plasma Zombies.mp3","4" : "/Annihilator/2005 - Schizo Deluxe/05. Invite It.mp3","5" : "/Annihilator/2005 - Schizo Deluxe/06. Like Father, Like Gun.mp3","6" : "/Annihilator/2005 - Schizo Deluxe/07. Pride.mp3","7" : "/Annihilator/2005 - Schizo Deluxe/08. Too Far Gone.mp3","8" : "/Annihilator/2005 - Schizo Deluxe/09. Clare.mp3","9" : "/Annihilator/2005 - Schizo Deluxe/10. Something Witchy.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "Annihilator","1" : "Annihilator","2" : "Annihilator","3" : "Annihilator","4" : "Annihilator","5" : "Annihilator","6" : "Annihilator","7" : "Annihilator","8" : "Annihilator","9" : "Annihilator" });
+ el.album = new Hash({ "0" : "Schizo Deluxe","1" : "Schizo Deluxe","2" : "Schizo Deluxe","3" : "Schizo Deluxe","4" : "Schizo Deluxe","5" : "Schizo Deluxe","6" : "Schizo Deluxe","7" : "Schizo Deluxe","8" : "Schizo Deluxe","9" : "Schizo Deluxe" });
+ el.titles = new Hash({ "0" : "Maximum Satan","1" : "Drive","2" : "Warbird","3" : "Plasma Zombies","4" : "Invite It","5" : "Like Father, Like Gun","6" : "Pride","7" : "Too Far Gone","8" : "Clare","9" : "Something Witchy" });
+ el.injectInside($('Annihilator'));
+ if (!$('Anterior')) {
+ new Element('DIV', {
+ 'id': 'Anterior',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Anterior").injectInside($('root'));
+ }
+ if ($('Anterior').className != 'node') {
+ $('Anterior').className = 'node';
+ $('Anterior').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007ThisAgeOfSilence',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - This Age Of Silence");
+ el.files = new Hash({ "0" : "/Anterior/2007 - This Age Of Silence/01-ghosts_of_dawn-qtxmp3.mp3","1" : "/Anterior/2007 - This Age Of Silence/02-the_silent_divide-qtxmp3.mp3","2" : "/Anterior/2007 - This Age Of Silence/03-dead_divine-qtxmp3.mp3","3" : "/Anterior/2007 - This Age Of Silence/04-days_of_deliverance-qtxmp3.mp3","4" : "/Anterior/2007 - This Age Of Silence/05-human_hive-qtxmp3.mp3","5" : "/Anterior/2007 - This Age Of Silence/06-stir_of_echoes-qtxmp3.mp3","6" : "/Anterior/2007 - This Age Of Silence/07-scar_city-qtxmp3.mp3","7" : "/Anterior/2007 - This Age Of Silence/08-seraph-qtxmp3.mp3","8" : "/Anterior/2007 - This Age Of Silence/09-this_age_of_silence-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "Anterior","1" : "Anterior","2" : "Anterior","3" : "Anterior","4" : "Anterior","5" : "Anterior","6" : "Anterior","7" : "Anterior","8" : "Anterior" });
+ el.album = new Hash({ "0" : "This Age Of Silence","1" : "This Age Of Silence","2" : "This Age Of Silence","3" : "This Age Of Silence","4" : "This Age Of Silence","5" : "This Age Of Silence","6" : "This Age Of Silence","7" : "This Age Of Silence","8" : "This Age Of Silence" });
+ el.titles = new Hash({ "0" : "Ghosts of dawn","1" : "The silent divide","2" : "Dead divine","3" : "Days of deliverance","4" : "Human hive","5" : "Stir of echoes","6" : "Scar city","7" : "Seraph","8" : "This age of silence" });
+ el.injectInside($('Anterior'));
+ if (!$('Autumn')) {
+ new Element('DIV', {
+ 'id': 'Autumn',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Autumn").injectInside($('root'));
+ }
+ if ($('Autumn').className != 'node') {
+ $('Autumn').className = 'node';
+ $('Autumn').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007MyNewTime',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - My New Time");
+ el.files = new Hash({ "0" : "/Autumn/2007 - My New Time/01-satellites-qtxmp3.mp3","1" : "/Autumn/2007 - My New Time/02-closest_friends_conspire-qtxmp3.mp3","2" : "/Autumn/2007 - My New Time/03-blue_wine-qtxmp3.mp3","3" : "/Autumn/2007 - My New Time/04-angel_of_desire-qtxmp3.mp3","4" : "/Autumn/2007 - My New Time/05-my_new_time-qtxmp3.mp3","5" : "/Autumn/2007 - My New Time/06-communication_on_opium-qtxmp3.mp3","6" : "/Autumn/2007 - My New Time/07-twisted_and_turned-qtxmp3.mp3","7" : "/Autumn/2007 - My New Time/08-shadowmancer-qtxmp3.mp3","8" : "/Autumn/2007 - My New Time/09-forget_to_remember_(sunday_mornings)-qtxmp3.mp3","9" : "/Autumn/2007 - My New Time/10-state_of_mind-qtxmp3.mp3","10" : "/Autumn/2007 - My New Time/11-epilogue_(whats_done_is_done)-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Autumn","1" : "Autumn","2" : "Autumn","3" : "Autumn","4" : "Autumn","5" : "Autumn","6" : "Autumn","7" : "Autumn","8" : "Autumn","9" : "Autumn","10" : "Autumn" });
+ el.album = new Hash({ "0" : "My New Time","1" : "My New Time","2" : "My New Time","3" : "My New Time","4" : "My New Time","5" : "My New Time","6" : "My New Time","7" : "My New Time","8" : "My New Time","9" : "My New Time","10" : "My New Time" });
+ el.titles = new Hash({ "0" : "Satellites","1" : "Closest friends conspire","2" : "Blue wine","3" : "Angel of desire","4" : "My new time","5" : "Communication on opium","6" : "Twisted and turned","7" : "Shadowmancer","8" : "Forget to remember (Sunday mornings)","9" : "State of mind","10" : "Epilogue (what's done is done)" });
+ el.injectInside($('Autumn'));
+ if (!$('BadReligion')) {
+ new Element('DIV', {
+ 'id': 'BadReligion',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Bad Religion").injectInside($('root'));
+ }
+ if ($('BadReligion').className != 'node') {
+ $('BadReligion').className = 'node';
+ $('BadReligion').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004TheEmpireStrikesFirst',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - The Empire Strikes First");
+ el.files = new Hash({ "0" : "/Bad Religion/2004 - The Empire Strikes First/01-bad_religion-overture-xxl.mp3","1" : "/Bad Religion/2004 - The Empire Strikes First/02-bad_religion-sinister_rouge-xxl.mp3","2" : "/Bad Religion/2004 - The Empire Strikes First/03-bad_religion-social_suicide-xxl.mp3","3" : "/Bad Religion/2004 - The Empire Strikes First/04-bad_religion-atheist_peace-xxl.mp3","4" : "/Bad Religion/2004 - The Empire Strikes First/05-bad_religion-all_there_is-xxl.mp3","5" : "/Bad Religion/2004 - The Empire Strikes First/06-bad_religion-los_angeles_is_burning-xxl.mp3","6" : "/Bad Religion/2004 - The Empire Strikes First/07-bad_religion-let_them_eat_war-xxl.mp3","7" : "/Bad Religion/2004 - The Empire Strikes First/08-bad_religion-gods_love-xxl.mp3","8" : "/Bad Religion/2004 - The Empire Strikes First/09-bad_religion-to_another_abyss-xxl.mp3","9" : "/Bad Religion/2004 - The Empire Strikes First/10-bad_religion-the_quickening-xxl.mp3","10" : "/Bad Religion/2004 - The Empire Strikes First/11-bad_religion-the_empire_strikes_first-xxl.mp3","11" : "/Bad Religion/2004 - The Empire Strikes First/12-bad_religion-beyond_electric_dreams-xxl.mp3","12" : "/Bad Religion/2004 - The Empire Strikes First/13-bad_religion-boot_stamping_on_a_human_face-xxl.mp3","13" : "/Bad Religion/2004 - The Empire Strikes First/14-bad_religion-live_again_-_the_fall_of_man-xxl.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Bad Religion","1" : "Bad Religion","2" : "Bad Religion","3" : "Bad Religion","4" : "Bad Religion","5" : "Bad Religion","6" : "Bad Religion","7" : "Bad Religion","8" : "Bad Religion","9" : "Bad Religion","10" : "Bad Religion","11" : "Bad Religion","12" : "Bad Religion","13" : "Bad Religion" });
+ el.album = new Hash({ "0" : "The Empire Strikes First","1" : "The Empire Strikes First","2" : "The Empire Strikes First","3" : "The Empire Strikes First","4" : "The Empire Strikes First","5" : "The Empire Strikes First","6" : "The Empire Strikes First","7" : "The Empire Strikes First","8" : "The Empire Strikes First","9" : "The Empire Strikes First","10" : "The Empire Strikes First","11" : "The Empire Strikes First","12" : "The Empire Strikes First","13" : "The Empire Strikes First" });
+ el.titles = new Hash({ "0" : "Overture","1" : "Sinister Rouge","2" : "Social Suicide","3" : "Atheist Peace","4" : "All There is","5" : "Los Angeles is Burning","6" : "Let Them Eat War","7" : "God's Love","8" : "To Another Abyss","9" : "The Quickening","10" : "The Empire Strikes First","11" : "Beyond Electric Dreams","12" : "Boot Stamping on A Human Face","13" : "Live Again - the Fall of Man" });
+ el.injectInside($('BadReligion'));
+ if (!$('BlindGuardian')) {
+ new Element('DIV', {
+ 'id': 'BlindGuardian',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Blind Guardian").injectInside($('root'));
+ }
+ if ($('BlindGuardian').className != 'node') {
+ $('BlindGuardian').className = 'node';
+ $('BlindGuardian').
+ }
+ var el = new Element('DIV', {
+ 'id': '1996TheForgottenTales',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1996 - The Forgotten Tales");
+ el.files = new Hash({ "0" : "/Blind Guardian/1996 - The Forgotten Tales/01-Mr. Sandman.mp3","1" : "/Blind Guardian/1996 - The Forgotten Tales/02-Surfin' USA.mp3","2" : "/Blind Guardian/1996 - The Forgotten Tales/03-Bright Eyes (Acoustic).mp3","3" : "/Blind Guardian/1996 - The Forgotten Tales/04-Lord Of The Rings (Orchestral).mp3","4" : "/Blind Guardian/1996 - The Forgotten Tales/05-The Wizard.mp3","5" : "/Blind Guardian/1996 - The Forgotten Tales/06-Spread Your Wings.mp3","6" : "/Blind Guardian/1996 - The Forgotten Tales/07-Mordred's Song (Acoustic).mp3","7" : "/Blind Guardian/1996 - The Forgotten Tales/08-Black Chamber (Orchestral).mp3","8" : "/Blind Guardian/1996 - The Forgotten Tales/09-The Bard's Song [Live].mp3","9" : "/Blind Guardian/1996 - The Forgotten Tales/10-Barbara Ann , Long Tall Sally.mp3","10" : "/Blind Guardian/1996 - The Forgotten Tales/11-A Past And Future Secret.mp3","11" : "/Blind Guardian/1996 - The Forgotten Tales/12-To France.mp3","12" : "/Blind Guardian/1996 - The Forgotten Tales/13-Theatre Of Pain (Orchestral).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Blind Guardian","1" : "Blind Guardian","2" : "Blind Guardian","3" : "Blind Guardian","4" : "Blind Guardian","5" : "Blind Guardian","6" : "Blind Guardian","7" : "Blind Guardian","8" : "Blind Guardian","9" : "Blind Guardian","10" : "Blind Guardian","11" : "Blind Guardian","12" : "Blind Guardian" });
+ el.album = new Hash({ "0" : "The Forgotten Tales","1" : "The Forgotten Tales","2" : "The Forgotten Tales","3" : "The Forgotten Tales","4" : "The Forgotten Tales","5" : "The Forgotten Tales","6" : "The Forgotten Tales","7" : "The Forgotten Tales","8" : "The Forgotten Tales","9" : "The Forgotten Tales","10" : "The Forgotten Tales","11" : "The Forgotten Tales","12" : "The Forgotten Tales" });
+ el.titles = new Hash({ "0" : "Mr. Sandman","1" : "Surfin' USA","2" : "Bright Eyes (Acoustic)","3" : "Lord Of The Rings (Orchestral)","4" : "The Wizard","5" : "Spread Your Wings","6" : "Mordred's Song (Acoustic)","7" : "Black Chamber (Orchestral)","8" : "The Bard's Song [Live]","9" : "Barbara Ann / Long Tall Sally","10" : "A Past And Future Secret","11" : "To France","12" : "Theatre Of Pain (Orchestral)" });
+ el.injectInside($('BlindGuardian'));
+ if (!$('Blink182')) {
+ new Element('DIV', {
+ 'id': 'Blink182',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Blink 182").injectInside($('root'));
+ }
+ if ($('Blink182').className != 'node') {
+ $('Blink182').className = 'node';
+ $('Blink182').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999EnemaOfTheState',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Enema Of The State");
+ el.files = new Hash({ "0" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 01 - Dumpweed.mp3","1" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 02 - Don't Leave Me.mp3","2" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 03 - Aliens Exist.mp3","3" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 04 - Going Away To College.mp3","4" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 05 - What's My Age Again-.mp3","5" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 06 - Dysentery Gary.mp3","6" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 07 - Adam's Song.mp3","7" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 08 - All The Small Things.mp3","8" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 09 - The Party Song.mp3","9" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 10 - Mutt.mp3","10" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 11 - Wendy Clear.mp3","11" : "/Blink 182/1999 - Enema Of The State/Blink 182 - Enema Of The State - 12 - Anthem.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.titles = new Hash({ "0" : "Blink 182 - Enema Of The State - 01 - Dumpweed.mp3","1" : "Blink 182 - Enema Of The State - 02 - Don't Leave Me.mp3","2" : "Blink 182 - Enema Of The State - 03 - Aliens Exist.mp3","3" : "Blink 182 - Enema Of The State - 04 - Going Away To College.mp3","4" : "Blink 182 - Enema Of The State - 05 - What's My Age Again-.mp3","5" : "Blink 182 - Enema Of The State - 06 - Dysentery Gary.mp3","6" : "Blink 182 - Enema Of The State - 07 - Adam's Song.mp3","7" : "Blink 182 - Enema Of The State - 08 - All The Small Things.mp3","8" : "Blink 182 - Enema Of The State - 09 - The Party Song.mp3","9" : "Blink 182 - Enema Of The State - 10 - Mutt.mp3","10" : "Blink 182 - Enema Of The State - 11 - Wendy Clear.mp3","11" : "Blink 182 - Enema Of The State - 12 - Anthem.mp3" });
+ el.injectInside($('Blink182'));
+ var el = new Element('DIV', {
+ 'id': 'BoneyNem',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Boney Nem");
+ el.files = new Hash({ "0" : "/Boney Nem/ You're My Soul [Modern Talking].mp3","1" : "/Boney Nem/01 Sunny.mp3","2" : "/Boney Nem/01 V Mire Zhivotnuih.mp3","3" : "/Boney Nem/02 - Livin' La Vida Loca [Ricky Martin].mp3","4" : "/Boney Nem/02 Felicita.mp3","5" : "/Boney Nem/03 And I Love Her [The Beatles].mp3","6" : "/Boney Nem/03 Tous Les Enfants Chantent Avec.mp3","7" : "/Boney Nem/04 Cara Mia.mp3","8" : "/Boney Nem/04 Kleine Froilein In Automaten.mp3","9" : "/Boney Nem/05 Strangers In The Night [Frank Sinatra].mp3","10" : "/Boney Nem/05 Voyage.mp3","11" : "/Boney Nem/06 Hafanana.mp3","12" : "/Boney Nem/06 Zamok Iz Dozhdia.mp3","13" : "/Boney Nem/07 L'ete Indien.mp3","14" : "/Boney Nem/08 It's My Life.mp3","15" : "/Boney Nem/08 Jamaica.mp3","16" : "/Boney Nem/09 One Way Ticket.mp3","17" : "/Boney Nem/09 Unosi Gotovenkogo.mp3","18" : "/Boney Nem/10 I Will Survive.mp3","19" : "/Boney Nem/10 We're The World.mp3","20" : "/Boney Nem/11 - Un-Break My Heart [Toni Braxton].mp3","21" : "/Boney Nem/11 Words.mp3","22" : "/Boney Nem/12 I Just Called To Say I Love You.mp3","23" : "/Boney Nem/13 - Hooray! Hooray! It's A Holi-Holiday.mp3","24" : "/Boney Nem/Boney neM - 02 - Лаванда.mp3","25" : "/Boney Nem/Boney neM - 03 - Кострома - Mon Amour.mp3","26" : "/Boney Nem/Boney neM - 04 - Free Love.mp3","27" : "/Boney Nem/Boney neM - 05 - From Souvenirs to Souvenirs.mp3","28" : "/Boney Nem/Boney neM - 06 - You're my Heart, You're my Soul.mp3","29" : "/Boney Nem/Boney neM - 07 - Living la Vida Loca.mp3","30" : "/Boney Nem/Boney neM - 08 - Ты скажи.mp3","31" : "/Boney Nem/Boney neM - 09 - Яблоки на снегу.mp3","32" : "/Boney Nem/Boney neM - 10 - Unbreak my Heart.mp3","33" : "/Boney Nem/Boney neM - 13 - Гадалка.mp3","34" : "/Boney Nem/Boney neM - 14 - Поручик Голицын (Пропала собака - 3).mp3","35" : "/Boney Nem/Boney neM - 15 - Дети хоронят коня.mp3","36" : "/Boney Nem/Boney neM - Black Sabbath (Black Sabbath).mp3","37" : "/Boney Nem/Boney neM - Breaking the Law (Judas Priest).mp3","38" : "/Boney Nem/Boney neM - Child In Time (Deep Purple).mp3","39" : "/Boney Nem/Boney neM - Don't Fear the Winter (Rage).mp3","40" : "/Boney Nem/Boney neM - Du Hast (Rammstein).mp3","41" : "/Boney Nem/Boney neM - Enter Sandman (Metallica).mp3","42" : "/Boney Nem/Boney neM - Final Countdown (Europe).mp3","43" : "/Boney Nem/Boney neM - Going Home (Helloween).mp3","44" : "/Boney Nem/Boney neM - I Was Made For Loving You (Kiss).mp3","45" : "/Boney Nem/Boney neM - Nothing Is Everything (Death).mp3","46" : "/Boney Nem/Boney neM - Revelation (Ozzy).mp3","47" : "/Boney Nem/Boney neM - Still Loving You (Scorpions).mp3","48" : "/Boney Nem/Boney neM - The Jonah (King Diamond).mp3","49" : "/Boney Nem/Boney neM - The Trooper (Iron Maiden).mp3","50" : "/Boney Nem/Boney neM - Встань, страх преодолей (Ария).mp3" });
+ el.track = new Hash({ "0" : "7","1" : "1","2" : "1","3" : "2","4" : "2","5" : "3","6" : "3","7" : "4","8" : "4","9" : "5","10" : "5","11" : "6","12" : "6","13" : "7","14" : "8","15" : "8","16" : "9","17" : "9","18" : "10","19" : "10","20" : "11","21" : "11","22" : "12","23" : "13","24" : "2","25" : "3","26" : "4","27" : "5","28" : "6","29" : "7","30" : "8","31" : "9","32" : "10","33" : "13","34" : "14","35" : "15","36" : "","37" : "","38" : "","39" : "","40" : "","41" : "","42" : "","43" : "","44" : "","45" : "","46" : "","47" : "","48" : "","49" : "","50" : "" });
+ el.artist = new Hash({ "0" : "Boney NeM","1" : "Boney NeM","2" : "Boney NeM","3" : "Boney NeM","4" : "Boney NeM","5" : "Boney NeM","6" : "Boney NeM","7" : "Boney NeM","8" : "Boney NeM","9" : "Boney NeM","10" : "Boney NeM","11" : "Boney NeM","12" : "Boney NeM","13" : "Boney NeM","14" : "Boney NeM","15" : "Boney NeM","16" : "Boney NeM","17" : "Boney NeM","18" : "Boney NeM","19" : "Boney NeM","20" : "Boney NeM","21" : "Boney NeM","22" : "Boney NeM","23" : "Boney NeM","24" : "Boney neM","25" : "Boney neM","26" : "Boney neM","27" : "Boney neM","28" : "Boney neM","29" : "Boney neM","30" : "Boney neM","31" : "Boney neM","32" : "Boney neM","33" : "Boney neM","34" : "Boney neM","35" : "Boney neM","36" : "Boney neM","37" : "Boney neM","38" : "Boney neM","39" : "Boney neM","40" : "Boney neM","41" : "Boney neM","42" : "Boney neM","43" : "Boney neM","44" : "Boney neM","45" : "Boney neM","46" : "Boney neM","47" : "Boney neM","48" : "Boney neM","49" : "Boney neM","50" : "Boney neM" });
+ el.album = new Hash({ "0" : "Ni Be Ni Me","1" : "Melodies And Rhythms Of World Pop","2" : "Ni Be Ni Me","3" : "Ni Be Ni Me","4" : "Melodies And Rhythms Of World Pop","5" : "Ni Be Ni Me","6" : "Melodies And Rhythms Of World Pop","7" : "Melodies And Rhythms Of World Pop","8" : "Ni Be Ni Me","9" : "Ni Be Ni Me","10" : "Melodies And Rhythms Of World Pop","11" : "Melodies And Rhythms Of World Pop","12" : "Ni Be Ni Me","13" : "Melodies And Rhythms Of World Pop","14" : "Melodies And Rhythms Of World Pop","15" : "Ni Be Ni Me","16" : "Melodies And Rhythms Of World Pop","17" : "Ni Be Ni Me","18" : "Melodies And Rhythms Of World Pop","19" : "Ni Be Ni Me","20" : "Ni Be Ni Me","21" : "Melodies And Rhythms Of World Pop","22" : "Melodies And Rhythms Of World Pop","23" : "Melodies And Rhythms Of World Pop","24" : "Romantic Collection","25" : "Romantic Collection","26" : "Romantic Collection","27" : "Romantic Collection","28" : "Romantic Collection","29" : "Romantic Collection","30" : "Romantic Collection","31" : "Romantic Collection","32" : "Romantic Collection","33" : "Romantic Collection","34" : "Romantic Collection","35" : "Romantic Collection","36" : "Êîìè÷åñêèå êóïëåòû","37" : "Êîìè÷åñêèå êóïëåòû","38" : "Êîìè÷åñêèå êóïëåòû","39" : "Êîìè÷åñêèå êóïëåòû","40" : "Êîìè÷åñêèå êóïëåòû","41" : "Êîìè÷åñêèå êóïëåòû","42" : "Êîìè÷åñêèå êóïëåòû","43" : "Êîìè÷åñêèå êóïëåòû","44" : "Êîìè÷åñêèå êóïëåòû","45" : "Êîìè÷åñêèå êóïëåòû","46" : "Êîìè÷åñêèå êóïëåòû","47" : "Êîìè÷åñêèå êóïëåòû","48" : "Êîìè÷åñêèå êóïëåòû","49" : "Êîìè÷åñêèå êóïëåòû","50" : "Êîìè÷åñêèå êóïëåòû" });
+ el.titles = new Hash({ "0" : "You're My Heart, You're My Sou","1" : "Sunny","2" : "V Mire Zhivotnuih","3" : "Livin' La Vida Loca","4" : "Felicita","5" : "And I Love Her","6" : "Tous Les Enfants Chantent Avec Mou","7" : "Cara Mia","8" : "Kleine Froilein In Automaten","9" : "Strangers In The Night","10" : "Voyage","11" : "Hafanana","12" : "Zamok Iz Dozhdia","13" : "L'ete Indien","14" : "It's My Life","15" : "Jamaica","16" : "One Way Ticket","17" : "Unosi Gotovenkogo","18" : "I Will Survive","19" : "We're The World","20" : "Un-Break My Heart","21" : "Words","22" : "I Just Called To Say I Love You","23" : "Hooray! Hooray! It's A Holi-Holiday!","24" : "Ëàâàíäà","25" : "Êîñòðîìà - Mon Amour","26" : "Free Love","27" : "From Souvenirs to Souvenirs","28" : "You're my Heart, You're my Soul","29" : "Living la Vida Loca","30" : "Òû ñêàæè","31" : "ßáëîêè íà ñíåãó","32" : "Unbreak my Heart","33" : "Ãàäàëêà","34" : "Ïîðó÷èê Ãîëèöûí (Ïðîïàëà ñîáàêà - 3)","35" : "Äåòè õîðîíÿò êîíÿ","36" : "Black Sabbath (Black Sabbath)","37" : "Breaking the law (Judas Priest)","38" : "Child In Time (Deep Purple)","39" : "Don't Fear the Winter (Rage)","40" : "Du Nast (Rammstein)","41" : "Enter Sandman (Metallica)","42" : "Final Countdown (Europe)","43" : "Going Home (Helloween)","44" : "I Was Made For Loving You (Kiss)","45" : "Nothing Is Everything (Death)","46" : "Revelation (Mother Earth) (Ozzy)","47" : "Still Loving You (Scorpions)","48" : "The Jonah (King Diamond)","49" : "The Trooper (Iron Maiden)","50" : "Âñòàíü, ñòðàõ ïðåîäîëåé! (Àðèÿ)" });
+ el.injectInside($('root'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1992Saltimbanco',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1992 - Saltimbanco");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1992 - Saltimbanco/01_Kumbalawe.mp3","1" : "/Cirque Du Soleil/1992 - Saltimbanco/02_Barock.mp3","2" : "/Cirque Du Soleil/1992 - Saltimbanco/03_Kaze.mp3","3" : "/Cirque Du Soleil/1992 - Saltimbanco/04_Amazonia.mp3","4" : "/Cirque Du Soleil/1992 - Saltimbanco/05_Norweg.mp3","5" : "/Cirque Du Soleil/1992 - Saltimbanco/06_Urgence.mp3","6" : "/Cirque Du Soleil/1992 - Saltimbanco/07_Pokinoo.mp3","7" : "/Cirque Du Soleil/1992 - Saltimbanco/08_Saltimbanco.mp3","8" : "/Cirque Du Soleil/1992 - Saltimbanco/09_Il Sogno Di Volare.mp3","9" : "/Cirque Du Soleil/1992 - Saltimbanco/10_Horere Ukunde.mp3","10" : "/Cirque Du Soleil/1992 - Saltimbanco/11_Rideau.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Saltimbanco","1" : "Saltimbanco","2" : "Saltimbanco","3" : "Saltimbanco","4" : "Saltimbanco","5" : "Saltimbanco","6" : "Saltimbanco","7" : "Saltimbanco","8" : "Saltimbanco","9" : "Saltimbanco","10" : "Saltimbanco" });
+ el.titles = new Hash({ "0" : "Kumbalawe","1" : "Barock","2" : "Kaze","3" : "Amazonia","4" : "Norweg","5" : "Urgence","6" : "Pokinoo","7" : "Saltimbanco","8" : "Il Sogno Di Volare","9" : "Horere Ukunde","10" : "Rideau" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1993NouvelleExperience',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1993 - Nouvelle Experience");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1993 - Nouvelle Experience/01_Fanfare.mp3","1" : "/Cirque Du Soleil/1993 - Nouvelle Experience/02_Meandres.mp3","2" : "/Cirque Du Soleil/1993 - Nouvelle Experience/03_Bolero.mp3","3" : "/Cirque Du Soleil/1993 - Nouvelle Experience/04_Bascule.mp3","4" : "/Cirque Du Soleil/1993 - Nouvelle Experience/05_Fixe.mp3","5" : "/Cirque Du Soleil/1993 - Nouvelle Experience/06_Ballant.mp3","6" : "/Cirque Du Soleil/1993 - Nouvelle Experience/07_Baleines.mp3","7" : "/Cirque Du Soleil/1993 - Nouvelle Experience/08_Havi Vahlia.mp3","8" : "/Cirque Du Soleil/1993 - Nouvelle Experience/09_Suite Chinoise.mp3","9" : "/Cirque Du Soleil/1993 - Nouvelle Experience/10_Eclipse.mp3","10" : "/Cirque Du Soleil/1993 - Nouvelle Experience/11_L'oiseau.mp3","11" : "/Cirque Du Soleil/1993 - Nouvelle Experience/12_Azimut.mp3","12" : "/Cirque Du Soleil/1993 - Nouvelle Experience/13_Sanza.mp3","13" : "/Cirque Du Soleil/1993 - Nouvelle Experience/14_Grosse Femme.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil","12" : "Cirque Du Soleil","13" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Nouvelle Experience","1" : "Nouvelle Experience","2" : "Nouvelle Experience","3" : "Nouvelle Experience","4" : "Nouvelle Experience","5" : "Nouvelle Experience","6" : "Nouvelle Experience","7" : "Nouvelle Experience","8" : "Nouvelle Experience","9" : "Nouvelle Experience","10" : "Nouvelle Experience","11" : "Nouvelle Experience","12" : "Nouvelle Experience","13" : "Nouvelle Experience" });
+ el.titles = new Hash({ "0" : "Fanfare","1" : "Meandres","2" : "Bolero","3" : "Bascule","4" : "Fixe","5" : "Ballant","6" : "Baleines","7" : "Havi Vahlia","8" : "Suite Chinoise","9" : "Eclipse","10" : "L'oiseau","11" : "Azimut","12" : "Sanza","13" : "Grosse Femme" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1994Alegria',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1994 - Alegria");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1994 - Alegria/01_Alegria.mp3","1" : "/Cirque Du Soleil/1994 - Alegria/02_Vai Vedrai.mp3","2" : "/Cirque Du Soleil/1994 - Alegria/03_Kalandero.mp3","3" : "/Cirque Du Soleil/1994 - Alegria/04_Querer.mp3","4" : "/Cirque Du Soleil/1994 - Alegria/05_Irna.mp3","5" : "/Cirque Du Soleil/1994 - Alegria/06_Taruka.mp3","6" : "/Cirque Du Soleil/1994 - Alegria/07_Jeux D'enfants.mp3","7" : "/Cirque Du Soleil/1994 - Alegria/08_Mirko.mp3","8" : "/Cirque Du Soleil/1994 - Alegria/09_Icare.mp3","9" : "/Cirque Du Soleil/1994 - Alegria/10_Ibis.mp3","10" : "/Cirque Du Soleil/1994 - Alegria/11_Valsapena.mp3","11" : "/Cirque Du Soleil/1994 - Alegria/12_Nocturne.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Alegria","1" : "Alegria","2" : "Alegria","3" : "Alegria","4" : "Alegria","5" : "Alegria","6" : "Alegria","7" : "Alegria","8" : "Alegria","9" : "Alegria","10" : "Alegria","11" : "Alegria" });
+ el.titles = new Hash({ "0" : "Alegria","1" : "Vai Vedrai","2" : "Kalandero","3" : "Querer","4" : "Irna","5" : "Taruka","6" : "Jeux D'enfants","7" : "Mirko","8" : "Icare","9" : "Ibis","10" : "Valsapena","11" : "Nocturne" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1994Mystere',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1994 - Mystere");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1994 - Mystere/01_Egypte.mp3","1" : "/Cirque Du Soleil/1994 - Mystere/02_Rumeurs.mp3","2" : "/Cirque Du Soleil/1994 - Mystere/03_Birimbau.mp3","3" : "/Cirque Du Soleil/1994 - Mystere/04_Kunya Sobe.mp3","4" : "/Cirque Du Soleil/1994 - Mystere/05_En Ville.mp3","5" : "/Cirque Du Soleil/1994 - Mystere/06_Ulysse.mp3","6" : "/Cirque Du Soleil/1994 - Mystere/07_Rondo.mp3","7" : "/Cirque Du Soleil/1994 - Mystere/08_Caravena.mp3","8" : "/Cirque Du Soleil/1994 - Mystere/09_Kalimando.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Mystere","1" : "Mystere","2" : "Mystere","3" : "Mystere","4" : "Mystere","5" : "Mystere","6" : "Mystere","7" : "Mystere","8" : "Mystere" });
+ el.titles = new Hash({ "0" : "Egypte","1" : "Rumeurs","2" : "Birimbau","3" : "Kunya Sobe","4" : "En Ville","5" : "Ulysse","6" : "Rondo","7" : "Caravena","8" : "Kalimando" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997Quidam',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Quidam");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1997 - Quidam/01_Atmadja.mp3","1" : "/Cirque Du Soleil/1997 - Quidam/02_Incantation.mp3","2" : "/Cirque Du Soleil/1997 - Quidam/03_Marelle.mp3","3" : "/Cirque Du Soleil/1997 - Quidam/04_Rivage.mp3","4" : "/Cirque Du Soleil/1997 - Quidam/05_Zydeko.mp3","5" : "/Cirque Du Soleil/1997 - Quidam/06_Let Me Fall.mp3","6" : "/Cirque Du Soleil/1997 - Quidam/07_Innocence.mp3","7" : "/Cirque Du Soleil/1997 - Quidam/08_Carrousel.mp3","8" : "/Cirque Du Soleil/1997 - Quidam/09_Steel Dream.mp3","9" : "/Cirque Du Soleil/1997 - Quidam/10_Seisouso.mp3","10" : "/Cirque Du Soleil/1997 - Quidam/11_Reveil.mp3","11" : "/Cirque Du Soleil/1997 - Quidam/12_Quidam.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Quidam","1" : "Quidam","2" : "Quidam","3" : "Quidam","4" : "Quidam","5" : "Quidam","6" : "Quidam","7" : "Quidam","8" : "Quidam","9" : "Quidam","10" : "Quidam","11" : "Quidam" });
+ el.titles = new Hash({ "0" : "Atmadja","1" : "Incantation","2" : "Marelle","3" : "Rivage","4" : "Zydeko","5" : "Let Me Fall","6" : "Innocence","7" : "Carrousel","8" : "Steel Dream","9" : "Seisouso","10" : "Reveil","11" : "Quidam" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1998Collection',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1998 - Collection");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1998 - Collection/01_Ouverture.mp3","1" : "/Cirque Du Soleil/1998 - Collection/02_Egypte.mp3","2" : "/Cirque Du Soleil/1998 - Collection/03_Kumbalawe.mp3","3" : "/Cirque Du Soleil/1998 - Collection/04_Suite Chinoise.mp3","4" : "/Cirque Du Soleil/1998 - Collection/05_Querer.mp3","5" : "/Cirque Du Soleil/1998 - Collection/06_Entracte.mp3","6" : "/Cirque Du Soleil/1998 - Collection/07_Pokinoi.mp3","7" : "/Cirque Du Soleil/1998 - Collection/08_Alegria.mp3","8" : "/Cirque Du Soleil/1998 - Collection/09_Kalimando.mp3","9" : "/Cirque Du Soleil/1998 - Collection/10_Grosse Femme.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Collection","1" : "Collection","2" : "Collection","3" : "Collection","4" : "Collection","5" : "Collection","6" : "Collection","7" : "Collection","8" : "Collection","9" : "Collection" });
+ el.titles = new Hash({ "0" : "Ouverture","1" : "Egypte","2" : "Kumbalawe","3" : "Suite Chinoise","4" : "Querer","5" : "Entracte","6" : "Pokinoi","7" : "Alegria","8" : "Kalimando","9" : "Grosse Femme" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1998O',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1998 - O");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1998 - O/01_Jeux D' eau.mp3","1" : "/Cirque Du Soleil/1998 - O/02_Mer Noire.mp3","2" : "/Cirque Du Soleil/1998 - O/03_Tzelma.mp3","3" : "/Cirque Du Soleil/1998 - O/04_Africa.mp3","4" : "/Cirque Du Soleil/1998 - O/05_Remous.mp3","5" : "/Cirque Du Soleil/1998 - O/06_Svecounia.mp3","6" : "/Cirque Du Soleil/1998 - O/07_Nostalgie.mp3","7" : "/Cirque Du Soleil/1998 - O/08_Simcha.mp3","8" : "/Cirque Du Soleil/1998 - O/09_Gamelan.mp3","9" : "/Cirque Du Soleil/1998 - O/10_Ephra.mp3","10" : "/Cirque Du Soleil/1998 - O/11_Desert.mp3","11" : "/Cirque Du Soleil/1998 - O/12_Terre Aride.mp3","12" : "/Cirque Du Soleil/1998 - O/13_O.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil","12" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "O","1" : "O","2" : "O","3" : "O","4" : "O","5" : "O","6" : "O","7" : "O","8" : "O","9" : "O","10" : "O","11" : "O","12" : "O" });
+ el.titles = new Hash({ "0" : "Jeux D' eau","1" : "Mer Noire","2" : "Tzelma","3" : "Africa","4" : "Remous","5" : "Svecounia","6" : "Nostalgie","7" : "Simcha","8" : "Gamelan","9" : "Ephra","10" : "Desert","11" : "Terre Aride","12" : "O" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999Dralion',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Dralion");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1999 - Dralion/01_Stella Errans.mp3","1" : "/Cirque Du Soleil/1999 - Dralion/02_Ombra.mp3","2" : "/Cirque Du Soleil/1999 - Dralion/03_Spritual Spiral.mp3","3" : "/Cirque Du Soleil/1999 - Dralion/04_Miracula Eternitatis.mp3","4" : "/Cirque Du Soleil/1999 - Dralion/05_Bamboo.mp3","5" : "/Cirque Du Soleil/1999 - Dralion/06_Ballare.mp3","6" : "/Cirque Du Soleil/1999 - Dralion/07_Ravendhi.mp3","7" : "/Cirque Du Soleil/1999 - Dralion/08_Ninkou Latora.mp3","8" : "/Cirque Du Soleil/1999 - Dralion/09_Aborigines Jam.mp3","9" : "/Cirque Du Soleil/1999 - Dralion/10_Hinko.mp3","10" : "/Cirque Du Soleil/1999 - Dralion/11_Kamande.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Dralion","1" : "Dralion","2" : "Dralion","3" : "Dralion","4" : "Dralion","5" : "Dralion","6" : "Dralion","7" : "Dralion","8" : "Dralion","9" : "Dralion","10" : "Dralion" });
+ el.titles = new Hash({ "0" : "Stella Errans","1" : "Ombra","2" : "Spritual Spiral","3" : "Miracula Eternitatis","4" : "Bamboo","5" : "Ballare","6" : "Ravendhi","7" : "Ninkou Latora","8" : "Aborigines Jam","9" : "Hinko","10" : "Kamande" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999LaNouba',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - La Nouba");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/1999 - La Nouba/01_Once Upon A Time.mp3","1" : "/Cirque Du Soleil/1999 - La Nouba/02_A Tale.mp3","2" : "/Cirque Du Soleil/1999 - La Nouba/03_Porte.mp3","3" : "/Cirque Du Soleil/1999 - La Nouba/04_La Nouba.mp3","4" : "/Cirque Du Soleil/1999 - La Nouba/05_Distorted.mp3","5" : "/Cirque Du Soleil/1999 - La Nouba/06_Liama.mp3","6" : "/Cirque Du Soleil/1999 - La Nouba/07_Queens.mp3","7" : "/Cirque Du Soleil/1999 - La Nouba/08_A La Lune.mp3","8" : "/Cirque Du Soleil/1999 - La Nouba/09_Reve Rouge.mp3","9" : "/Cirque Du Soleil/1999 - La Nouba/10_Urban.mp3","10" : "/Cirque Du Soleil/1999 - La Nouba/11_Propel.mp3","11" : "/Cirque Du Soleil/1999 - La Nouba/12_Jardin Chinois.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "La Nouba","1" : "La Nouba","2" : "La Nouba","3" : "La Nouba","4" : "La Nouba","5" : "La Nouba","6" : "La Nouba","7" : "La Nouba","8" : "La Nouba","9" : "La Nouba","10" : "La Nouba","11" : "La Nouba" });
+ el.titles = new Hash({ "0" : "Once Upon A Time","1" : "A Tale","2" : "Porte","3" : "La Nouba","4" : "Distorted","5" : "Liama","6" : "Queens","7" : "A La Lune","8" : "Reve Rouge","9" : "Urban","10" : "Propel","11" : "Jardin Chinois" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000JourneyOfMan',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Journey Of Man");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/2000 - Journey Of Man/01_Journey Of Man (Roxane Potvin).mp3","1" : "/Cirque Du Soleil/2000 - Journey Of Man/02_Overture.mp3","2" : "/Cirque Du Soleil/2000 - Journey Of Man/03_Taiko.mp3","3" : "/Cirque Du Soleil/2000 - Journey Of Man/04_Birth.mp3","4" : "/Cirque Du Soleil/2000 - Journey Of Man/05_The Forest.mp3","5" : "/Cirque Du Soleil/2000 - Journey Of Man/06_In The Beginning.mp3","6" : "/Cirque Du Soleil/2000 - Journey Of Man/07_Youth.mp3","7" : "/Cirque Du Soleil/2000 - Journey Of Man/08_Flying.mp3","8" : "/Cirque Du Soleil/2000 - Journey Of Man/09_Reveil.mp3","9" : "/Cirque Du Soleil/2000 - Journey Of Man/10_Banquine.mp3","10" : "/Cirque Du Soleil/2000 - Journey Of Man/11_Journey Of Man (Instrumental).mp3","11" : "/Cirque Du Soleil/2000 - Journey Of Man/12_Trip Hop.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Journey Of Man","1" : "Journey Of Man","2" : "Journey Of Man","3" : "Journey Of Man","4" : "Journey Of Man","5" : "Journey Of Man","6" : "Journey Of Man","7" : "Journey Of Man","8" : "Journey Of Man","9" : "Journey Of Man","10" : "Journey Of Man","11" : "Journey Of Man" });
+ el.titles = new Hash({ "0" : "Journey Of Man (Roxane Potvin)","1" : "Overture","2" : "Taiko","3" : "Birth","4" : "The Forest","5" : "In The Beginning","6" : "Youth","7" : "Flying","8" : "Reveil","9" : "Banquine","10" : "Journey Of Man (Instrumental)","11" : "Trip Hop" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('CirqueDuSoleil')) {
+ new Element('DIV', {
+ 'id': 'CirqueDuSoleil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cirque Du Soleil").injectInside($('root'));
+ }
+ if ($('CirqueDuSoleil').className != 'node') {
+ $('CirqueDuSoleil').className = 'node';
+ $('CirqueDuSoleil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002Varekai',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Varekai");
+ el.files = new Hash({ "0" : "/Cirque Du Soleil/2002 - Varekai/01_Rain One.mp3","1" : "/Cirque Du Soleil/2002 - Varekai/02_Le Reveur.mp3","2" : "/Cirque Du Soleil/2002 - Varekai/03_Vocea.mp3","3" : "/Cirque Du Soleil/2002 - Varekai/04_Moon Licht.mp3","4" : "/Cirque Du Soleil/2002 - Varekai/05_Patzivota.mp3","5" : "/Cirque Du Soleil/2002 - Varekai/06_El Pendulo.mp3","6" : "/Cirque Du Soleil/2002 - Varekai/07_Gitans.mp3","7" : "/Cirque Du Soleil/2002 - Varekai/08_Kero Hieyo.mp3","8" : "/Cirque Du Soleil/2002 - Varekai/09_Lubia Dobarstan.mp3","9" : "/Cirque Du Soleil/2002 - Varekai/10_Emballa .mp3","10" : "/Cirque Du Soleil/2002 - Varekai/11_Oscillum.mp3","11" : "/Cirque Du Soleil/2002 - Varekai/12_Funambul.mp3","12" : "/Cirque Du Soleil/2002 - Varekai/13_Resolution.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Cirque Du Soleil","1" : "Cirque Du Soleil","2" : "Cirque Du Soleil","3" : "Cirque Du Soleil","4" : "Cirque Du Soleil","5" : "Cirque Du Soleil","6" : "Cirque Du Soleil","7" : "Cirque Du Soleil","8" : "Cirque Du Soleil","9" : "Cirque Du Soleil","10" : "Cirque Du Soleil","11" : "Cirque Du Soleil","12" : "Cirque Du Soleil" });
+ el.album = new Hash({ "0" : "Varekai","1" : "Varekai","2" : "Varekai","3" : "Varekai","4" : "Varekai","5" : "Varekai","6" : "Varekai","7" : "Varekai","8" : "Varekai","9" : "Varekai","10" : "Varekai","11" : "Varekai","12" : "Varekai" });
+ el.titles = new Hash({ "0" : "Rain One","1" : "Le Reveur","2" : "Vocea","3" : "Moon Licht","4" : "Patzivota","5" : "El Pendulo","6" : "Gitans","7" : "Kero Hieyo","8" : "Lubia Dobarstan","9" : "Emballa","10" : "Oscillum","11" : "Funambul","12" : "Resolution" });
+ el.injectInside($('CirqueDuSoleil'));
+ if (!$('Clawfinger')) {
+ new Element('DIV', {
+ 'id': 'Clawfinger',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Clawfinger").injectInside($('root'));
+ }
+ if ($('Clawfinger').className != 'node') {
+ $('Clawfinger').className = 'node';
+ $('Clawfinger').
+ }
+ var el = new Element('DIV', {
+ 'id': '1993DeafDumbBLind',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1993 - Deaf Dumb BLind");
+ el.files = new Hash({ "0" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Catch Me.mp3","1" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Don't Get Me Wrong.mp3","2" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_I Don't Care.mp3","3" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_I Need You.mp3","4" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Nigger.mp3","5" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Rosegrove.mp3","6" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Said To See Your Sorrow.mp3","7" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Thruth.mp3","8" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Warfair.mp3","9" : "/Clawfinger/1993 - Deaf Dumb BLind/Clawfinger-Deaf Dumb Blind_Wonderful World.mp3" });
+ el.track = new Hash({ "0" : "3","1" : "","2" : "5","3" : "4","4" : "","5" : "","6" : "","7" : "6","8" : "2","9" : "1" });
+ el.artist = new Hash({ "0" : "Clawfinger","1" : "Clawfinger","2" : "Clawfinger","3" : "Clawfinger","4" : "Clawfinger","5" : "Clawfinger","6" : "Clawfinger","7" : "Clawfinger","8" : "Clawfinger","9" : "Clawfinger" });
+ el.album = new Hash({ "0" : "Deaf Dumb Blind","1" : "Deaf Dumb Blind","2" : "Deaf Dumb Blind","3" : "Deaf Dumb Blind","4" : "Deaf Dumb Blind","5" : "Deaf Dumb Blind","6" : "Deaf Dumb Blind","7" : "Deaf Dumb Blind","8" : "Deaf Dumb Blind","9" : "Deaf Dumb Blind" });
+ el.titles = new Hash({ "0" : "Catch Me","1" : "Don't Get Me Wrong","2" : "I Don't Care","3" : "I Need You","4" : "Nigger","5" : "Rosegrove","6" : "Said To See Your Sorrow","7" : "Thruth","8" : "Warfair","9" : "Wonderful World" });
+ el.injectInside($('Clawfinger'));
+ if (!$('Clawfinger')) {
+ new Element('DIV', {
+ 'id': 'Clawfinger',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Clawfinger").injectInside($('root'));
+ }
+ if ($('Clawfinger').className != 'node') {
+ $('Clawfinger').className = 'node';
+ $('Clawfinger').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005HateYourselfWithStyle',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Hate Yourself With Style");
+ el.files = new Hash({ "0" : "/Clawfinger/2005 - Hate Yourself With Style/01-clawfinger-the_faggot_in_you.mp3","1" : "/Clawfinger/2005 - Hate Yourself With Style/02-clawfinger-hate_yourself_with_style.mp3","2" : "/Clawfinger/2005 - Hate Yourself With Style/03-clawfinger-dirty_lies.mp3","3" : "/Clawfinger/2005 - Hate Yourself With Style/04-clawfinger-the_best_and_the_worst.mp3","4" : "/Clawfinger/2005 - Hate Yourself With Style/05-clawfinger-breakout_(embrace_the_child_inside_you).mp3","5" : "/Clawfinger/2005 - Hate Yourself With Style/06-clawfinger-right_to_rape.mp3","6" : "/Clawfinger/2005 - Hate Yourself With Style/07-clawfinger-what_weve_got_is_what_youre_getting.mp3","7" : "/Clawfinger/2005 - Hate Yourself With Style/08-clawfinger-sick_of_myself.mp3","8" : "/Clawfinger/2005 - Hate Yourself With Style/09-clawfinger-hypocrite.mp3","9" : "/Clawfinger/2005 - Hate Yourself With Style/10-clawfinger-without_a_case.mp3","10" : "/Clawfinger/2005 - Hate Yourself With Style/11-clawfinger-god_is_dead.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Clawfinger","1" : "Clawfinger","2" : "Clawfinger","3" : "Clawfinger","4" : "Clawfinger","5" : "Clawfinger","6" : "Clawfinger","7" : "Clawfinger","8" : "Clawfinger","9" : "Clawfinger","10" : "Clawfinger" });
+ el.album = new Hash({ "0" : "Hate Yourself With Style","1" : "Hate Yourself With Style","2" : "Hate Yourself With Style","3" : "Hate Yourself With Style","4" : "Hate Yourself With Style","5" : "Hate Yourself With Style","6" : "Hate Yourself With Style","7" : "Hate Yourself With Style","8" : "Hate Yourself With Style","9" : "Hate Yourself With Style","10" : "Hate Yourself With Style" });
+ el.titles = new Hash({ "0" : "The Faggot In You","1" : "Hate Yourself With Style","2" : "Dirty Lies","3" : "The Best & The Worst","4" : "Breakout (Embrace The Child Inside You)","5" : "Right To Rape","6" : "What We've Got Is What You're Getting","7" : "Sick Of Myself","8" : "Hypocrite","9" : "Without A Case","10" : "God Is Dead" });
+ el.injectInside($('Clawfinger'));
+ if (!$('Core')) {
+ new Element('DIV', {
+ 'id': 'Core',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Core").injectInside($('root'));
+ }
+ if ($('Core').className != 'node') {
+ $('Core').className = 'node';
+ $('Core').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003Away',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Away");
+ el.files = new Hash({ "0" : "/Core/2003 - Away/01-core-chances-fsp.mp3","1" : "/Core/2003 - Away/02-core-alive-fsp.mp3","2" : "/Core/2003 - Away/03-core-release_me-fsp.mp3","3" : "/Core/2003 - Away/04-core-the_angle-fsp.mp3","4" : "/Core/2003 - Away/05-core-away-fsp.mp3","5" : "/Core/2003 - Away/06-core-kissing_the_silence-fsp.mp3","6" : "/Core/2003 - Away/07-core-love-fsp.mp3","7" : "/Core/2003 - Away/08-core-with_you-fsp.mp3","8" : "/Core/2003 - Away/09-core-come_break_me-fsp.mp3","9" : "/Core/2003 - Away/10-core-fall_into_pieces-fsp.mp3","10" : "/Core/2003 - Away/11-core-long-fsp.mp3","11" : "/Core/2003 - Away/12-core-am_i_right-fsp.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Core","1" : "Core","2" : "Core","3" : "Core","4" : "Core","5" : "Core","6" : "Core","7" : "Core","8" : "Core","9" : "Core","10" : "Core","11" : "Core" });
+ el.album = new Hash({ "0" : "Away","1" : "Away","2" : "Away","3" : "Away","4" : "Away","5" : "Away","6" : "Away","7" : "Away","8" : "Away","9" : "Away","10" : "Away","11" : "Away" });
+ el.titles = new Hash({ "0" : "Chances","1" : "Alive","2" : "Release Me","3" : "The Angle","4" : "Away","5" : "Kissing The Silence","6" : "Love","7" : "With You","8" : "Come Break Me","9" : "Fall Into Pieces","10" : "Long","11" : "Am I Right" });
+ el.injectInside($('Core'));
+ if (!$('Crematory')) {
+ new Element('DIV', {
+ 'id': 'Crematory',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Crematory").injectInside($('root'));
+ }
+ if ($('Crematory').className != 'node') {
+ $('Crematory').className = 'node';
+ $('Crematory').
+ }
+ var el = new Element('DIV', {
+ 'id': '1995Illusions',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1995 - Illusions");
+ el.files = new Hash({ "0" : "/Crematory/1995 - Illusions/01 - Reflexionen -Intro-.mp3","1" : "/Crematory/1995 - Illusions/02 - Faces.mp3","2" : "/Crematory/1995 - Illusions/03 - Tears Of Time.mp3","3" : "/Crematory/1995 - Illusions/04 - My Way.mp3","4" : "/Crematory/1995 - Illusions/05 - Lost In Myself.mp3","5" : "/Crematory/1995 - Illusions/06 - An Other... .mp3","6" : "/Crematory/1995 - Illusions/07 - The Atmosphere -Instrumental-.mp3","7" : "/Crematory/1995 - Illusions/08 - The Beginning Of The End.mp3","8" : "/Crematory/1995 - Illusions/09 - Sweet Solitude.mp3","9" : "/Crematory/1995 - Illusions/10 - Dreams Of Dancing.mp3","10" : "/Crematory/1995 - Illusions/11 - ...Just Dreaming.mp3","11" : "/Crematory/1995 - Illusions/12 - Visions.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Crematory","1" : "Crematory","2" : "Crematory","3" : "Crematory","4" : "Crematory","5" : "Crematory","6" : "Crematory","7" : "Crematory","8" : "Crematory","9" : "Crematory","10" : "Crematory","11" : "Crematory" });
+ el.album = new Hash({ "0" : "Illusions","1" : "Illusions","2" : "Illusions","3" : "Illusions","4" : "Illusions","5" : "Illusions","6" : "Illusions","7" : "Illusions","8" : "Illusions","9" : "Illusions","10" : "Illusions","11" : "Illusions" });
+ el.titles = new Hash({ "0" : "Reflexionen (Intro)","1" : "Faces","2" : "Tears Of Time","3" : "My Way","4" : "Lost In Myself","5" : "An Other...","6" : "The Atmosphere (Instrumental)","7" : "The Beginning Of The End","8" : "Sweet Solitude","9" : "Dreams Of Dancing","10" : "..Just Dreaming","11" : "Visions" });
+ el.injectInside($('Crematory'));
+ if (!$('Crematory')) {
+ new Element('DIV', {
+ 'id': 'Crematory',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Crematory").injectInside($('root'));
+ }
+ if ($('Crematory').className != 'node') {
+ $('Crematory').className = 'node';
+ $('Crematory').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997Awake',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Awake");
+ el.files = new Hash({ "0" : "/Crematory/1997 - Awake/01 - Maze.mp3","1" : "/Crematory/1997 - Awake/02 - Lords Of Lies.mp3","2" : "/Crematory/1997 - Awake/03 - Away.mp3","3" : "/Crematory/1997 - Awake/04 - Temple Of Love.mp3","4" : "/Crematory/1997 - Awake/05 - For Love.mp3","5" : "/Crematory/1997 - Awake/06 - Crematory.mp3","6" : "/Crematory/1997 - Awake/07 - My Last Words.mp3","7" : "/Crematory/1997 - Awake/08 - The Loss.mp3","8" : "/Crematory/1997 - Awake/09 - Yourself.mp3","9" : "/Crematory/1997 - Awake/10 - Mirror.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "Crematory","1" : "Crematory","2" : "Crematory","3" : "Crematory","4" : "Crematory","5" : "Crematory","6" : "Crematory","7" : "Crematory","8" : "Crematory","9" : "Crematory" });
+ el.album = new Hash({ "0" : "Awake","1" : "Awake","2" : "Awake","3" : "Awake","4" : "Awake","5" : "Awake","6" : "Awake","7" : "Awake","8" : "Awake","9" : "Awake" });
+ el.titles = new Hash({ "0" : "Maze","1" : "Lords Of Lies","2" : "Away","3" : "Temple Of Love","4" : "For Love","5" : "Crematory","6" : "My Last Words","7" : "The Loss","8" : "Yourself","9" : "Mirror" });
+ el.injectInside($('Crematory'));
+ if (!$('Crematory')) {
+ new Element('DIV', {
+ 'id': 'Crematory',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Crematory").injectInside($('root'));
+ }
+ if ($('Crematory').className != 'node') {
+ $('Crematory').className = 'node';
+ $('Crematory').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Klagebilder',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Klagebilder");
+ el.files = new Hash({ "0" : "/Crematory/2006 - Klagebilder/01 - Klagebilder.mp3","1" : "/Crematory/2006 - Klagebilder/02 - Die Abrechnung.mp3","2" : "/Crematory/2006 - Klagebilder/03 - Hoffnungen.mp3","3" : "/Crematory/2006 - Klagebilder/04 - Kein Liebeslied.mp3","4" : "/Crematory/2006 - Klagebilder/05 - Kaltes Feuer.mp3","5" : "/Crematory/2006 - Klagebilder/06 - Der Morgen danach.mp3","6" : "/Crematory/2006 - Klagebilder/07 - Warum.mp3","7" : "/Crematory/2006 - Klagebilder/08 - Höllenbrand.mp3","8" : "/Crematory/2006 - Klagebilder/09 - Nie wieder.mp3","9" : "/Crematory/2006 - Klagebilder/10 - Ein Leben lang.mp3","10" : "/Crematory/2006 - Klagebilder/11 - Der Nächste.mp3","11" : "/Crematory/2006 - Klagebilder/12 - Das letzte Mal.mp3","12" : "/Crematory/2006 - Klagebilder/13 - Spiegel meiner Seele.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Crematory","1" : "Crematory","2" : "Crematory","3" : "Crematory","4" : "Crematory","5" : "Crematory","6" : "Crematory","7" : "Crematory","8" : "Crematory","9" : "Crematory","10" : "Crematory","11" : "Crematory","12" : "Crematory" });
+ el.album = new Hash({ "0" : "Klagebilder","1" : "Klagebilder","2" : "Klagebilder","3" : "Klagebilder","4" : "Klagebilder","5" : "Klagebilder","6" : "Klagebilder","7" : "Klagebilder","8" : "Klagebilder","9" : "Klagebilder","10" : "Klagebilder","11" : "Klagebilder","12" : "Klagebilder" });
+ el.titles = new Hash({ "0" : "Klagebilder","1" : "Die Abrechnung","2" : "Hoffnungen","3" : "Kein Liebeslied","4" : "Kaltes Feuer","5" : "Der Morgen danach","6" : "Warum","7" : "Höllenbrand","8" : "Nie wieder","9" : "Ein Leben lang","10" : "Der Nächste","11" : "Das letzte Mal","12" : "Spiegel meiner Seele" });
+ el.injectInside($('Crematory'));
+ if (!$('CultOfLuna')) {
+ new Element('DIV', {
+ 'id': 'CultOfLuna',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cult Of Luna").injectInside($('root'));
+ }
+ if ($('CultOfLuna').className != 'node') {
+ $('CultOfLuna').className = 'node';
+ $('CultOfLuna').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002TheBeyond',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - The Beyond");
+ el.files = new Hash({ "0" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 01-Inside Fort Meade.mp3","1" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 02-Receiver.mp3","2" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 03-Genesis.mp3","3" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 04-The Watchtower.mp3","4" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 05-Circle.mp3","5" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 06-Arrival.mp3","6" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 07-Leash.mp3","7" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 08-Clones.mp3","8" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 09-Deliverance.mp3","9" : "/Cult Of Luna/2002 - The Beyond/Cult Of Luna - The Beyond - 10-Further.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "Cult Of Luna","1" : "Cult Of Luna","2" : "Cult Of Luna","3" : "Cult Of Luna","4" : "Cult Of Luna","5" : "Cult Of Luna","6" : "Cult Of Luna","7" : "Cult Of Luna","8" : "Cult Of Luna","9" : "Cult Of Luna" });
+ el.album = new Hash({ "0" : "The Beyond","1" : "The Beyond","2" : "The Beyond","3" : "The Beyond","4" : "The Beyond","5" : "The Beyond","6" : "The Beyond","7" : "The Beyond","8" : "The Beyond","9" : "The Beyond" });
+ el.titles = new Hash({ "0" : "Inside Fort Meade","1" : "Receiver","2" : "Genesis","3" : "The Watchtower","4" : "Circle","5" : "Arrival","6" : "Leash","7" : "Clones","8" : "Deliverance","9" : "Further" });
+ el.injectInside($('CultOfLuna'));
+ if (!$('CultOfLuna')) {
+ new Element('DIV', {
+ 'id': 'CultOfLuna',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cult Of Luna").injectInside($('root'));
+ }
+ if ($('CultOfLuna').className != 'node') {
+ $('CultOfLuna').className = 'node';
+ $('CultOfLuna').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003CultOfLuna',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Cult Of Luna");
+ el.files = new Hash({ "0" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 01. The Revelation Embodied.mp3","1" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 02. Hollow.mp3","2" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 03. Dark Side Of The Sun.mp3","3" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 04. Sleep.mp3","4" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 05. To Be Remembered.mp3","5" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 06. Beyond Fate.mp3","6" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 07. 101.mp3","7" : "/Cult Of Luna/2003 - Cult Of Luna/Cult Of Luna - Cult Of Luna - 08. The Sacrifice.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8" });
+ el.artist = new Hash({ "0" : "Cult Of Luna","1" : "Cult Of Luna","2" : "Cult Of Luna","3" : "Cult Of Luna","4" : "Cult Of Luna","5" : "Cult Of Luna","6" : "Cult Of Luna","7" : "Cult Of Luna" });
+ el.album = new Hash({ "0" : "Cult Of Luna","1" : "Cult Of Luna","2" : "Cult Of Luna","3" : "Cult Of Luna","4" : "Cult Of Luna","5" : "Cult Of Luna","6" : "Cult Of Luna","7" : "Cult Of Luna" });
+ el.titles = new Hash({ "0" : "The Revelation Embodied","1" : "Hollow","2" : "Dark Side Of The Sun","3" : "Sleep","4" : "To Be Remembered","5" : "Beyond Fate","6" : "101","7" : "The Sacrifice" });
+ el.injectInside($('CultOfLuna'));
+ if (!$('CultOfLuna')) {
+ new Element('DIV', {
+ 'id': 'CultOfLuna',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Cult Of Luna").injectInside($('root'));
+ }
+ if ($('CultOfLuna').className != 'node') {
+ $('CultOfLuna').className = 'node';
+ $('CultOfLuna').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004Salvation',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Salvation");
+ el.files = new Hash({ "0" : "/Cult Of Luna/2004 - Salvation/01_cult_of_luna--echoes-vic.mp3","1" : "/Cult Of Luna/2004 - Salvation/02_cult_of_luna--vague_illusions-vic.mp3","2" : "/Cult Of Luna/2004 - Salvation/03_cult_of_luna--leave_me_here-vic.mp3","3" : "/Cult Of Luna/2004 - Salvation/04_cult_of_luna--waiting_for_you-vic.mp3","4" : "/Cult Of Luna/2004 - Salvation/05_cult_of_luna--adrift-vic.mp3","5" : "/Cult Of Luna/2004 - Salvation/06_cult_of_luna--white_cell-vic.mp3","6" : "/Cult Of Luna/2004 - Salvation/07_cult_of_luna--crossing_over-vic.mp3","7" : "/Cult Of Luna/2004 - Salvation/08_cult_of_luna--into_the_beyond-vic.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8" });
+ el.artist = new Hash({ "0" : "Cult Of Luna","1" : "Cult Of Luna","2" : "Cult Of Luna","3" : "Cult Of Luna","4" : "Cult Of Luna","5" : "Cult Of Luna","6" : "Cult Of Luna","7" : "Cult Of Luna" });
+ el.album = new Hash({ "0" : "Salvation","1" : "Salvation","2" : "Salvation","3" : "Salvation","4" : "Salvation","5" : "Salvation","6" : "Salvation","7" : "Salvation" });
+ el.titles = new Hash({ "0" : "Echoes","1" : "Vague Illusions","2" : "Leave Me Here","3" : "Waiting For You","4" : "Adrift","5" : "White Cell","6" : "Crossing Over","7" : "Into The Beyond" });
+ el.injectInside($('CultOfLuna'));
+ if (!$('DaciaandtheWMD')) {
+ new Element('DIV', {
+ 'id': 'DaciaandtheWMD',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dacia and the WMD").injectInside($('root'));
+ }
+ if ($('DaciaandtheWMD').className != 'node') {
+ $('DaciaandtheWMD').className = 'node';
+ $('DaciaandtheWMD').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006DaciaandtheWmd',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Dacia and the Wmd");
+ el.files = new Hash({ "0" : "/Dacia and the WMD/2006 - Dacia and the Wmd/01 Who's to Say.mp3","1" : "/Dacia and the WMD/2006 - Dacia and the Wmd/02 Rockabilly Bitch.mp3","2" : "/Dacia and the WMD/2006 - Dacia and the Wmd/03 Stop and Stare.mp3","3" : "/Dacia and the WMD/2006 - Dacia and the Wmd/04 Change the World.mp3","4" : "/Dacia and the WMD/2006 - Dacia and the Wmd/05 Live to Tell.mp3","5" : "/Dacia and the WMD/2006 - Dacia and the Wmd/06 6.mp3","6" : "/Dacia and the WMD/2006 - Dacia and the Wmd/07 Sorry.mp3","7" : "/Dacia and the WMD/2006 - Dacia and the Wmd/08 My Reality.mp3","8" : "/Dacia and the WMD/2006 - Dacia and the Wmd/09 How Long.mp3","9" : "/Dacia and the WMD/2006 - Dacia and the Wmd/10 Intensity.mp3","10" : "/Dacia and the WMD/2006 - Dacia and the Wmd/11 The Communist.mp3","11" : "/Dacia and the WMD/2006 - Dacia and the Wmd/12 Losing You (Feat. Lemmy Kilmister).mp3","12" : "/Dacia and the WMD/2006 - Dacia and the Wmd/13 Fist Time (Bonus Track).mp3","13" : "/Dacia and the WMD/2006 - Dacia and the Wmd/14 The Universe (Bonus Track).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Dacia & The Wmd","1" : "Dacia & The Wmd","2" : "Dacia & The Wmd","3" : "Dacia & The Wmd","4" : "Dacia & The Wmd","5" : "Dacia & The Wmd","6" : "Dacia & The Wmd","7" : "Dacia & The Wmd","8" : "Dacia & The Wmd","9" : "Dacia & The Wmd","10" : "Dacia & The Wmd","11" : "Dacia & The Wmd","12" : "Dacia & The Wmd","13" : "Dacia & The Wmd" });
+ el.album = new Hash({ "0" : "Dacia & The Wmd","1" : "Dacia & The Wmd","2" : "Dacia & The Wmd","3" : "Dacia & The Wmd","4" : "Dacia & The Wmd","5" : "Dacia & The Wmd","6" : "Dacia & The Wmd","7" : "Dacia & The Wmd","8" : "Dacia & The Wmd","9" : "Dacia & The Wmd","10" : "Dacia & The Wmd","11" : "Dacia & The Wmd","12" : "Dacia & The Wmd","13" : "Dacia & The Wmd" });
+ el.titles = new Hash({ "0" : "Who's To Say","1" : "Rockabilly Bitch","2" : "Stop And Stare","3" : "Change The World","4" : "Live To Tell","5" : "6","6" : "Sorry","7" : "My Reality","8" : "How Long","9" : "Intensity","10" : "The Communist","11" : "Losing You (feat. Lemmy Kilmis","12" : "Fist Time (bonus track)","13" : "The Universe (bonus track)" });
+ el.injectInside($('DaciaandtheWMD'));
+ if (!$('Dalriada')) {
+ new Element('DIV', {
+ 'id': 'Dalriada',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dalriada").injectInside($('root'));
+ }
+ if ($('Dalriada').className != 'node') {
+ $('Dalriada').className = 'node';
+ $('Dalriada').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Kikelet',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Kikelet");
+ el.files = new Hash({ "0" : "/Dalriada/2007 - Kikelet/01-dalriada-bocsozo.mp3","1" : "/Dalriada/2007 - Kikelet/02-dalriada-kikelet.mp3","2" : "/Dalriada/2007 - Kikelet/03-dalriada-vandor-fohasz.mp3","3" : "/Dalriada/2007 - Kikelet/04-dalriada-taltosenek.mp3","4" : "/Dalriada/2007 - Kikelet/05-dalriada-nema_harangok.mp3","5" : "/Dalriada/2007 - Kikelet/06-dalriada-szentfoeld.mp3","6" : "/Dalriada/2007 - Kikelet/07-dalriada-tozhozo.mp3","7" : "/Dalriada/2007 - Kikelet/08-dalriada-a_tavasz_dala.mp3","8" : "/Dalriada/2007 - Kikelet/09-dalriada-szondi_ket_aprodja_(2._resz).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "Dalriada","1" : "Dalriada","2" : "Dalriada","3" : "Dalriada","4" : "Dalriada","5" : "Dalriada","6" : "Dalriada","7" : "Dalriada","8" : "Dalriada" });
+ el.album = new Hash({ "0" : "Kikelet","1" : "Kikelet","2" : "Kikelet","3" : "Kikelet","4" : "Kikelet","5" : "Kikelet","6" : "Kikelet","7" : "Kikelet","8" : "Kikelet" });
+ el.titles = new Hash({ "0" : "Búcsúzó","1" : "Kikelet","2" : "Vándor-Fohász","3" : "Táltosének","4" : "Néma Harangok","5" : "Szentföld","6" : "Tûzhozó","7" : "A Tavasz Dala","8" : "Szondi Két Apródja (2. Rész)" });
+ el.injectInside($('Dalriada'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '1995TheGallery',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1995 - The Gallery");
+ el.files = new Hash({ "0" : "/Dark Tranquility/1995 - The Gallery/01 - Punish My Heaven.mp3","1" : "/Dark Tranquility/1995 - The Gallery/01 - Zodijackyl Light.mp3","2" : "/Dark Tranquility/1995 - The Gallery/02 - Razorfever.mp3","3" : "/Dark Tranquility/1995 - The Gallery/02 - Silence And The Firmament Withdrew.mp3","4" : "/Dark Tranquility/1995 - The Gallery/03 - Edenspring.mp3","5" : "/Dark Tranquility/1995 - The Gallery/03 - Shadowlit Facade.mp3","6" : "/Dark Tranquility/1995 - The Gallery/04 - Archetype.mp3","7" : "/Dark Tranquility/1995 - The Gallery/04 - The Dividing Line.mp3","8" : "/Dark Tranquility/1995 - The Gallery/05 - The Gallery.mp3","9" : "/Dark Tranquility/1995 - The Gallery/06 - The One Brooding Warning.mp3","10" : "/Dark Tranquility/1995 - The Gallery/07 - Midway Through Infinity.mp3","11" : "/Dark Tranquility/1995 - The Gallery/08 - Lethe.mp3","12" : "/Dark Tranquility/1995 - The Gallery/09 - The Emptiness From Which I Fed.mp3","13" : "/Dark Tranquility/1995 - The Gallery/10 - Mine Is The Grandeur....mp3","14" : "/Dark Tranquility/1995 - The Gallery/11 - ...Of Melancholy Burning.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity","10" : "Dark Tranquillity","11" : "Dark Tranquillity","12" : "Dark Tranquillity","13" : "Dark Tranquillity","14" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "The Gallery","1" : "Enter Suicidal Angels","2" : "Enter Suicidal Angels","3" : "The Gallery","4" : "The Gallery","5" : "Enter Suicidal Angels","6" : "Enter Suicidal Angels","7" : "The Gallery","8" : "The Gallery","9" : "The Gallery","10" : "The Gallery","11" : "The Gallery","12" : "The Gallery","13" : "The Gallery","14" : "The Gallery" });
+ el.titles = new Hash({ "0" : "Punish My Heaven","1" : "Zodijackyl Light","2" : "Razorfever","3" : "Silence, And The Firmament Wit","4" : "Edenspring","5" : "Shadowlit Facade","6" : "Archetype","7" : "The Dividing Line","8" : "The Gallery","9" : "The One Brooding Warning","10" : "Midway Through Infinity","11" : "Lethe","12" : "The Emptiness From Which I Fed","13" : "Mine Is The Grandeur...","14" : "...Of Melancholy Burning" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999Projector',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Projector");
+ el.files = new Hash({ "0" : "/Dark Tranquility/1999 - Projector/01 - Free Card.mp3","1" : "/Dark Tranquility/1999 - Projector/02 - There In.mp3","2" : "/Dark Tranquility/1999 - Projector/03 - Undo Control.mp3","3" : "/Dark Tranquility/1999 - Projector/04 - Auctioned.mp3","4" : "/Dark Tranquility/1999 - Projector/05 - To A Bitter Halt.mp3","5" : "/Dark Tranquility/1999 - Projector/06 - The Sun Fired Blanks.mp3","6" : "/Dark Tranquility/1999 - Projector/07 - Nether Novas.mp3","7" : "/Dark Tranquility/1999 - Projector/08 - Day To End.mp3","8" : "/Dark Tranquility/1999 - Projector/09 - Dober Mann.mp3","9" : "/Dark Tranquility/1999 - Projector/10 - On Your Time.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Projector","1" : "Projector","2" : "Projector","3" : "Projector","4" : "Projector","5" : "Projector","6" : "Projector","7" : "Projector","8" : "Projector","9" : "Projector" });
+ el.titles = new Hash({ "0" : "Free Card","1" : "There In","2" : "Undo Control","3" : "Auctioned","4" : "To A Bitter Halt","5" : "The Sun Fired Blanks","6" : "Nether Novas","7" : "Day To End","8" : "Dober Mann","9" : "On Your Time" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000Haven',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Haven");
+ el.files = new Hash({ "0" : "/Dark Tranquility/2000 - Haven/01 - The Wonders At Your Feet.mp3","1" : "/Dark Tranquility/2000 - Haven/02 - Not Built To Last.mp3","2" : "/Dark Tranquility/2000 - Haven/03 - Indifferent Suns.mp3","3" : "/Dark Tranquility/2000 - Haven/04 - Feast Of Burden.mp3","4" : "/Dark Tranquility/2000 - Haven/05 - Haven.mp3","5" : "/Dark Tranquility/2000 - Haven/06 - The Same.mp3","6" : "/Dark Tranquility/2000 - Haven/07 - Fabric.mp3","7" : "/Dark Tranquility/2000 - Haven/08 - Ego Drama.mp3","8" : "/Dark Tranquility/2000 - Haven/09 - Rundown.mp3","9" : "/Dark Tranquility/2000 - Haven/10 - Emptier Still.mp3","10" : "/Dark Tranquility/2000 - Haven/11 - At Loss For Words.mp3","11" : "/Dark Tranquility/2000 - Haven/12 - Unknown.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity","10" : "Dark Tranquillity","11" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Haven","1" : "Haven","2" : "Haven","3" : "Haven","4" : "Haven","5" : "Haven","6" : "Haven","7" : "Haven","8" : "Haven","9" : "Haven","10" : "Haven","11" : "Haven" });
+ el.titles = new Hash({ "0" : "The Wonders At Your Feet","1" : "Not Built To Last","2" : "Indifferent Suns","3" : "Feast Of Burden","4" : "Haven","5" : "The Same","6" : "Fabric","7" : "Ego Drama","8" : "Rundown","9" : "Emptier Still","10" : "At Loss For Words","11" : "Unknown" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002DamageDone',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Damage Done");
+ el.files = new Hash({ "0" : "/Dark Tranquility/2002 - Damage Done/01-dark_tranquillity-final_resistance-pms.mp3","1" : "/Dark Tranquility/2002 - Damage Done/02-dark_tranquillity-hours_passed_in_exile-pms.mp3","2" : "/Dark Tranquility/2002 - Damage Done/03-dark_tranquillity-monochromatic_stains-pms.mp3","3" : "/Dark Tranquility/2002 - Damage Done/04-dark_tranquillity-single_part_of_two-pms.mp3","4" : "/Dark Tranquility/2002 - Damage Done/05-dark_tranquillity-the_treason_wall-pms.mp3","5" : "/Dark Tranquility/2002 - Damage Done/06-dark_tranquillity-format_c_for_cortex-pms.mp3","6" : "/Dark Tranquility/2002 - Damage Done/07-dark_tranquillity-damage_done-pms.mp3","7" : "/Dark Tranquility/2002 - Damage Done/08-dark_tranquillity-cathode_ray_sunshine-pms.mp3","8" : "/Dark Tranquility/2002 - Damage Done/09-dark_tranquillity-ex_nihilo-pms.mp3","9" : "/Dark Tranquility/2002 - Damage Done/10 - The Enemy.mp3","10" : "/Dark Tranquility/2002 - Damage Done/11 - White Noise - Black Silence.mp3","11" : "/Dark Tranquility/2002 - Damage Done/Dark Tranquillity - [ 2002 ] - Damage Done (Japanese Edition) - [ 13 ] - The Poison Well (Bonus Track).mp3","12" : "/Dark Tranquility/2002 - Damage Done/Dark Tranquillity - [ 2002 ] - Damage Done (Limited Edition) - [ 12 ] - I, Deception (Bonus Track).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "13","12" : "12" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity","10" : "Dark Tranquillity","11" : "Dark Tranquillity","12" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Damage Done-Advance","1" : "Damage Done-Advance","2" : "Damage Done-Advance","3" : "Damage Done-Advance","4" : "Damage Done-Advance","5" : "Damage Done-Advance","6" : "Damage Done-Advance","7" : "Damage Done-Advance","8" : "Damage Done-Advance","9" : "Damage Done","10" : "Damage Done","11" : "Damage Done (Japanese Edition)","12" : "Damage Done (Limited Edition)" });
+ el.titles = new Hash({ "0" : "Final Resistance","1" : "Hours Passed in Exile","2" : "Monochromatic Stains","3" : "Single Part of Two","4" : "The Treason Wall","5" : "Format C for Cortex","6" : "Damage Done","7" : "Cathode Ray Sunshine","8" : "Ex Nihilo","9" : "The Enemy","10" : "White Noise - Black Silence","11" : "The Poison Well (Bonus Track)","12" : "I, Deception (Bonus)" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004LosttoApathyEP',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Lost to Apathy EP");
+ el.files = new Hash({ "0" : "/Dark Tranquility/2004 - Lost to Apathy EP/01-dark_tranquillity_-_lost_to_apathy-qtxmp3.mp3","1" : "/Dark Tranquility/2004 - Lost to Apathy EP/02-dark_tranquillity_-_derivation_tnb-qtxmp3.mp3","2" : "/Dark Tranquility/2004 - Lost to Apathy EP/03-dark_tranquillity_-_the_endless_feed_(chaos_seed_remix)-q.mp3","3" : "/Dark Tranquility/2004 - Lost to Apathy EP/04-dark_tranquillity_-_undo_control_(live)-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Lost To Apathy","1" : "Lost To Apathy","2" : "Lost To Apathy","3" : "Lost To Apathy" });
+ el.titles = new Hash({ "0" : "Lost To Apathy","1" : "Derivation TNB","2" : "The Endless Feed (Chaos Seed R","3" : "Undo Control (live)" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Character',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Character");
+ el.files = new Hash({ "0" : "/Dark Tranquility/2005 - Character/01_dark_tranquillity--the_new_build-vic.mp3","1" : "/Dark Tranquility/2005 - Character/02_dark_tranquillity--through_smudged_lenses-vic.mp3","2" : "/Dark Tranquility/2005 - Character/03_dark_tranquillity--out_of_nothing-vic.mp3","3" : "/Dark Tranquility/2005 - Character/04_dark_tranquillity--the_endless_feed-vic.mp3","4" : "/Dark Tranquility/2005 - Character/05_dark_tranquillity--lost_to_apathy-vic.mp3","5" : "/Dark Tranquility/2005 - Character/06_dark_tranquillity--mind_matters-vic.mp3","6" : "/Dark Tranquility/2005 - Character/07_dark_tranquillity--one_thought-vic.mp3","7" : "/Dark Tranquility/2005 - Character/08_dark_tranquillity--dry_run-vic.mp3","8" : "/Dark Tranquility/2005 - Character/09_dark_tranquillity--am_i_1-vic.mp3","9" : "/Dark Tranquility/2005 - Character/10_dark_tranquillity--senses_tied-vic.mp3","10" : "/Dark Tranquility/2005 - Character/11_dark_tranquillity--my_negation-vic.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity","10" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Character","1" : "Character","2" : "Character","3" : "Character","4" : "Character","5" : "Character","6" : "Character","7" : "Character","8" : "Character","9" : "Character","10" : "Character" });
+ el.titles = new Hash({ "0" : "The New Build","1" : "Through Smudged Lenses","2" : "Out Of Nothing","3" : "The Endless Feed","4" : "Lost To Apathy","5" : "Mind Matters","6" : "One Thought","7" : "Dry Run","8" : "Am I 1?","9" : "Senses Tied","10" : "My Negation" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('DarkTranquility')) {
+ new Element('DIV', {
+ 'id': 'DarkTranquility',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Dark Tranquility").injectInside($('root'));
+ }
+ if ($('DarkTranquility').className != 'node') {
+ $('DarkTranquility').className = 'node';
+ $('DarkTranquility').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Fiction',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Fiction");
+ el.files = new Hash({ "0" : "/Dark Tranquility/2007 - Fiction/01-nothing_to_no_one-gw.mp3","1" : "/Dark Tranquility/2007 - Fiction/02-the_lesser_faith-gw.mp3","2" : "/Dark Tranquility/2007 - Fiction/03-terminus_(where_death_is_most_alive)-gw.mp3","3" : "/Dark Tranquility/2007 - Fiction/04-blind_at_heart-gw.mp3","4" : "/Dark Tranquility/2007 - Fiction/05-icipher-gw.mp3","5" : "/Dark Tranquility/2007 - Fiction/06-inside_the_particle_storm-gw.mp3","6" : "/Dark Tranquility/2007 - Fiction/07-empty_me-gw.mp3","7" : "/Dark Tranquility/2007 - Fiction/08-miserys_crown-gw.mp3","8" : "/Dark Tranquility/2007 - Fiction/09-focus_shift-gw.mp3","9" : "/Dark Tranquility/2007 - Fiction/10-the_mundane_and_the_magic-gw.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Dark Tranquillity","1" : "Dark Tranquillity","2" : "Dark Tranquillity","3" : "Dark Tranquillity","4" : "Dark Tranquillity","5" : "Dark Tranquillity","6" : "Dark Tranquillity","7" : "Dark Tranquillity","8" : "Dark Tranquillity","9" : "Dark Tranquillity" });
+ el.album = new Hash({ "0" : "Fiction","1" : "Fiction","2" : "Fiction","3" : "Fiction","4" : "Fiction","5" : "Fiction","6" : "Fiction","7" : "Fiction","8" : "Fiction","9" : "Fiction" });
+ el.titles = new Hash({ "0" : "Nothing To No One","1" : "The Lesser Faith","2" : "Terminus (Where Death Is Most Alive)","3" : "Blind At Heart","4" : "Icipher","5" : "Inside The Particle Storm","6" : "Empty Me","7" : "Misery's Crown","8" : "Focus Shift","9" : "The Mundane And The Magic" });
+ el.injectInside($('DarkTranquility'));
+ if (!$('Darkseed')) {
+ new Element('DIV', {
+ 'id': 'Darkseed',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Darkseed").injectInside($('root'));
+ }
+ if ($('Darkseed').className != 'node') {
+ $('Darkseed').className = 'node';
+ $('Darkseed').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997Spellcraft',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Spellcraft");
+ el.files = new Hash({ "0" : "/Darkseed/1997 - Spellcraft/01 - Craft Her Spell.MP3","1" : "/Darkseed/1997 - Spellcraft/02 - Fall Whatever Falls.MP3","2" : "/Darkseed/1997 - Spellcraft/03 - Self Pity Sick.MP3","3" : "/Darkseed/1997 - Spellcraft/04 - You Will Come.MP3","4" : "/Darkseed/1997 - Spellcraft/05 - That Kills My Heart.MP3","5" : "/Darkseed/1997 - Spellcraft/06 - Be Ever Heard.MP3","6" : "/Darkseed/1997 - Spellcraft/07 - Walk In Me.MP3","7" : "/Darkseed/1997 - Spellcraft/08 - Spirits.MP3","8" : "/Darkseed/1997 - Spellcraft/09 - Nevermight.MP3","9" : "/Darkseed/1997 - Spellcraft/10 - Senca.MP3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "Darkseed","1" : "Darkseed","2" : "Darkseed","3" : "Darkseed","4" : "Darkseed","5" : "Darkseed","6" : "Darkseed","7" : "Darkseed","8" : "Darkseed","9" : "Darkseed" });
+ el.album = new Hash({ "0" : "Spellcraft","1" : "Spellcraft","2" : "Spellcraft","3" : "Spellcraft","4" : "Spellcraft","5" : "Spellcraft","6" : "Spellcraft","7" : "Spellcraft","8" : "Spellcraft","9" : "Spellcraft" });
+ el.titles = new Hash({ "0" : "Craft Her Spell","1" : "Fall Whatever Falls","2" : "Self Pity Sick","3" : "You Will Come","4" : "That Kills My Heart","5" : "Be Ever Heard","6" : "Walk In Me","7" : "Spirits","8" : "Nevermight","9" : "Senca" });
+ el.injectInside($('Darkseed'));
+ if (!$('Darkseed')) {
+ new Element('DIV', {
+ 'id': 'Darkseed',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Darkseed").injectInside($('root'));
+ }
+ if ($('Darkseed').className != 'node') {
+ $('Darkseed').className = 'node';
+ $('Darkseed').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005UltimateDarkness2CDLimitedEdition',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Ultimate Darkness 2CD Limited Edition");
+ el.files = new Hash({ "0" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/101-disbeliever-ddz.mp3","1" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/102-my_burden-ddz.mp3","2" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/103-ultimate_darkness-ddz.mp3","3" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/104-biting_cold-ddz.mp3","4" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/105-the_dark_one-ddz.mp3","5" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/106-save_me-ddz.mp3","6" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/107-speak_silence-ddz.mp3","7" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/108-next_to_nothing-ddz.mp3","8" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/109-follow_me-ddz.mp3","9" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/110-the_fall-ddz.mp3","10" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/111-endless_night-ddz.mp3","11" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/112-sleep_sleep_sweetheart-ddz.mp3","12" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/201-lifetime_alone_(unreleased)-ddz.mp3","13" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/202-walk_in_me_(unreleased)-ddz.mp3","14" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/203-kingdom_(unreleased)-ddz.mp3","15" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/204-i_turn_to_you_(cover_version_mel_c)-ddz.mp3","16" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/205-watchful_spirits_care_(fun_recording)-ddz.mp3","17" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/206-like_to_a_silver_bow_(fun_recording)-ddz.mp3","18" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/207-the_bolt_of_cupid_fell_(fun_recording)-ddz.mp3","19" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/208-give_me_light_(demo_recording)-ddz.mp3","20" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/209-spiral_of_mystery_(demo_recording)-ddz.mp3","21" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/210-hold_me_(unreleased)-ddz.mp3","22" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/211-not_alone_(unreleased)-ddz.mp3","23" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/212-wisdom_and_magic_(unreleased)-ddz.mp3","24" : "/Darkseed/2005 - Ultimate Darkness 2CD Limited Edition/213-paint_in_black_(cover_version_the_rolling_stones)-ddz.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23","23" : "24","24" : "25" });
+ el.artist = new Hash({ "0" : "Darkseed","1" : "Darkseed","2" : "Darkseed","3" : "Darkseed","4" : "Darkseed","5" : "Darkseed","6" : "Darkseed","7" : "Darkseed","8" : "Darkseed","9" : "Darkseed","10" : "Darkseed","11" : "Darkseed","12" : "Darkseed","13" : "Darkseed","14" : "Darkseed","15" : "Darkseed","16" : "Darkseed","17" : "Darkseed","18" : "Darkseed","19" : "Darkseed","20" : "Darkseed","21" : "Darkseed","22" : "Darkseed","23" : "Darkseed","24" : "Darkseed" });
+ el.album = new Hash({ "0" : "Ultimate Darkness","1" : "Ultimate Darkness","2" : "Ultimate Darkness","3" : "Ultimate Darkness","4" : "Ultimate Darkness","5" : "Ultimate Darkness","6" : "Ultimate Darkness","7" : "Ultimate Darkness","8" : "Ultimate Darkness","9" : "Ultimate Darkness","10" : "Ultimate Darkness","11" : "Ultimate Darkness","12" : "Ultimate Darkness","13" : "Ultimate Darkness","14" : "Ultimate Darkness","15" : "Ultimate Darkness","16" : "Ultimate Darkness","17" : "Ultimate Darkness","18" : "Ultimate Darkness","19" : "Ultimate Darkness","20" : "Ultimate Darkness","21" : "Ultimate Darkness","22" : "Ultimate Darkness","23" : "Ultimate Darkness","24" : "Ultimate Darkness" });
+ el.titles = new Hash({ "0" : "Disbeliever","1" : "My Burden","2" : "Ultimate Darkness","3" : "Biting Cold","4" : "The Dark One","5" : "Save Me","6" : "Speak Silence","7" : "Next To Nothing","8" : "Follow Me","9" : "The Fall","10" : "Endless Night","11" : "Sleep Sleep Sweetheart","12" : "Lifetime Alone (Unreleased)","13" : "Walk In Me (Unreleased)","14" : "Kingdom (Unreleased)","15" : "I Turn To You (Cover Version Mel C.)","16" : "Watchful Spirit's Care (Fun Recording)","17" : "Like To A Silver Bow (Fun Recording)","18" : "The Bolt Of Cupid Fell (Fun Recording)","19" : "Give Me Light (Demo Recording)","20" : "Spiral Of Mystery (Demo Recording)","21" : "Hold Me (Unreleased)","22" : "Not Alone (Unreleased)","23" : "Wisdom And Magic (Unreleased)","24" : "Paint In Black (Cover Version The Rolling Stones)" });
+ el.injectInside($('Darkseed'));
+ if (!$('Darzamat')) {
+ new Element('DIV', {
+ 'id': 'Darzamat',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Darzamat").injectInside($('root'));
+ }
+ if ($('Darzamat').className != 'node') {
+ $('Darzamat').className = 'node';
+ $('Darzamat').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Transkarpatia',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Transkarpatia");
+ el.files = new Hash({ "0" : "/Darzamat/2005 - Transkarpatia/Darzamat - 01.Sanguinarius (Intro).mp3","1" : "/Darzamat/2005 - Transkarpatia/Darzamat - 02.Vampiric Prose.mp3","2" : "/Darzamat/2005 - Transkarpatia/Darzamat - 03.Hallucinations.mp3","3" : "/Darzamat/2005 - Transkarpatia/Darzamat - 04.Inhumatus (Intro).mp3","4" : "/Darzamat/2005 - Transkarpatia/Darzamat - 05.The Burning Times.mp3","5" : "/Darzamat/2005 - Transkarpatia/Darzamat - 06.Letter From Hell.mp3","6" : "/Darzamat/2005 - Transkarpatia/Darzamat - 07.Blackward.mp3","7" : "/Darzamat/2005 - Transkarpatia/Darzamat - 08.Recurring Yell.mp3","8" : "/Darzamat/2005 - Transkarpatia/Darzamat - 09.Araneum (Intro).mp3","9" : "/Darzamat/2005 - Transkarpatia/Darzamat - 10.Labyrinth Of Anxiety.mp3","10" : "/Darzamat/2005 - Transkarpatia/Darzamat - 11.Virus.mp3","11" : "/Darzamat/2005 - Transkarpatia/Darzamat - 12.The Old Form Of Worship.mp3","12" : "/Darzamat/2005 - Transkarpatia/Darzamat - 13.Tempted By Rot.mp3","13" : "/Darzamat/2005 - Transkarpatia/Darzamat - 14.Tribute To....mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Darzamat","1" : "Darzamat","2" : "Darzamat","3" : "Darzamat","4" : "Darzamat","5" : "Darzamat","6" : "Darzamat","7" : "Darzamat","8" : "Darzamat","9" : "Darzamat","10" : "Darzamat","11" : "Darzamat","12" : "Darzamat","13" : "Darzamat" });
+ el.album = new Hash({ "0" : "Transkarpatia","1" : "Transkarpatia","2" : "Transkarpatia","3" : "Transkarpatia","4" : "Transkarpatia","5" : "Transkarpatia","6" : "Transkarpatia","7" : "Transkarpatia","8" : "Transkarpatia","9" : "Transkarpatia","10" : "Transkarpatia","11" : "Transkarpatia","12" : "Transkarpatia","13" : "Transkarpatia" });
+ el.titles = new Hash({ "0" : "Sanguinarius (Intro)","1" : "Vampiric Prose","2" : "Hallucinations","3" : "Inhumatus (Intro)","4" : "The Burning Times","5" : "Letter From Hell","6" : "Blackward","7" : "Recurring Yell","8" : "Araneum (Intro)","9" : "Labyrinth Of Anxiety","10" : "Virus","11" : "The Old Form Of Worship","12" : "Tempted By Rot","13" : "Tribute To..." });
+ el.injectInside($('Darzamat'));
+ if (!$('Deadlock')) {
+ new Element('DIV', {
+ 'id': 'Deadlock',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Deadlock").injectInside($('root'));
+ }
+ if ($('Deadlock').className != 'node') {
+ $('Deadlock').className = 'node';
+ $('Deadlock').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Wolves',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Wolves");
+ el.files = new Hash({ "0" : "/Deadlock/2007 - Wolves/01-deadlock-world_domination.mp3","1" : "/Deadlock/2007 - Wolves/02-deadlock-we_shall_all_bleed.mp3","2" : "/Deadlock/2007 - Wolves/03-deadlock-code_of_honor.mp3","3" : "/Deadlock/2007 - Wolves/04-deadlock-losers_ballet.mp3","4" : "/Deadlock/2007 - Wolves/05-deadlock-dark_cell.mp3","5" : "/Deadlock/2007 - Wolves/06-deadlock-crown_of_creation.mp3","6" : "/Deadlock/2007 - Wolves/07-deadlock-end_begins.mp3","7" : "/Deadlock/2007 - Wolves/08-deadlock-as_words_to_bullets.mp3","8" : "/Deadlock/2007 - Wolves/09-deadlock-praeludium_ii.mp3","9" : "/Deadlock/2007 - Wolves/10-deadlock-bloodpact.mp3","10" : "/Deadlock/2007 - Wolves/11-deadlock-to_where_the_skies_are_blue.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Deadlock","1" : "Deadlock","2" : "Deadlock","3" : "Deadlock","4" : "Deadlock","5" : "Deadlock","6" : "Deadlock","7" : "Deadlock","8" : "Deadlock","9" : "Deadlock","10" : "Deadlock" });
+ el.album = new Hash({ "0" : "Wolves","1" : "Wolves","2" : "Wolves","3" : "Wolves","4" : "Wolves","5" : "Wolves","6" : "Wolves","7" : "Wolves","8" : "Wolves","9" : "Wolves","10" : "Wolves" });
+ el.titles = new Hash({ "0" : "World Domination","1" : "We Shall All Bleed","2" : "Code Of Honor","3" : "Losers' Ballet","4" : "Dark Cell","5" : "Crown Of Creation","6" : "End Begins","7" : "As Words To Bullets","8" : "Praeludium II","9" : "Bloodpact","10" : "To Where The Skies Are Blue" });
+ el.injectInside($('Deadlock'));
+ if (!$('DeathlikeSilence')) {
+ new Element('DIV', {
+ 'id': 'DeathlikeSilence',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Deathlike Silence").injectInside($('root'));
+ }
+ if ($('DeathlikeSilence').className != 'node') {
+ $('DeathlikeSilence').className = 'node';
+ $('DeathlikeSilence').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007VigorMortis',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Vigor Mortis");
+ el.files = new Hash({ "0" : "/Deathlike Silence/2007 - Vigor Mortis/01-house_on_haunted_hill.mp3","1" : "/Deathlike Silence/2007 - Vigor Mortis/02-face_your_death.mp3","2" : "/Deathlike Silence/2007 - Vigor Mortis/03-six_feet_under_the_ground.mp3","3" : "/Deathlike Silence/2007 - Vigor Mortis/04-let_the_sleeping_corpses_lie.mp3","4" : "/Deathlike Silence/2007 - Vigor Mortis/05-bite_me.mp3","5" : "/Deathlike Silence/2007 - Vigor Mortis/06-before_the_dawn.mp3","6" : "/Deathlike Silence/2007 - Vigor Mortis/07-you_cannot_kill_the_boogyman.mp3","7" : "/Deathlike Silence/2007 - Vigor Mortis/08-next_to_your_grave.mp3","8" : "/Deathlike Silence/2007 - Vigor Mortis/09-one_thousand_deaths.mp3","9" : "/Deathlike Silence/2007 - Vigor Mortis/10-nosferatu.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Deathlike Silence","1" : "Deathlike Silence","2" : "Deathlike Silence","3" : "Deathlike Silence","4" : "Deathlike Silence","5" : "Deathlike Silence","6" : "Deathlike Silence","7" : "Deathlike Silence","8" : "Deathlike Silence","9" : "Deathlike Silence" });
+ el.album = new Hash({ "0" : "Vigor Mortis","1" : "Vigor Mortis","2" : "Vigor Mortis","3" : "Vigor Mortis","4" : "Vigor Mortis","5" : "Vigor Mortis","6" : "Vigor Mortis","7" : "Vigor Mortis","8" : "Vigor Mortis","9" : "Vigor Mortis" });
+ el.titles = new Hash({ "0" : "House On Haunted Hill","1" : "Face Your Death","2" : "Six Feet Under The Ground","3" : "Let The Sleeping Corpses Lie","4" : "Bite Me","5" : "Before The Dawn","6" : "You Cannot Kill The Boogyman","7" : "Next To Your Grave","8" : "One Thousand Deaths","9" : "Nosferatu" });
+ el.injectInside($('DeathlikeSilence'));
+ if (!$('Delain')) {
+ new Element('DIV', {
+ 'id': 'Delain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Delain").injectInside($('root'));
+ }
+ if ($('Delain').className != 'node') {
+ $('Delain').className = 'node';
+ $('Delain').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Lucidity',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Lucidity");
+ el.files = new Hash({ "0" : "/Delain/2006 - Lucidity/01-delain-sever-qtxmp3.mp3","1" : "/Delain/2006 - Lucidity/02-delain-frozen-qtxmp3.mp3","2" : "/Delain/2006 - Lucidity/03-delain-silhouette_of_a_dancer-qtxmp3.mp3","3" : "/Delain/2006 - Lucidity/04-delain-no_compliance-qtxmp3.mp3","4" : "/Delain/2006 - Lucidity/05-delain-see_me_in_shadow-qtxmp3.mp3","5" : "/Delain/2006 - Lucidity/06-delain-shattered-qtxmp3.mp3","6" : "/Delain/2006 - Lucidity/07-delain-the_gathering-qtxmp3.mp3","7" : "/Delain/2006 - Lucidity/08-delain-daylight_lucidity-qtxmp3.mp3","8" : "/Delain/2006 - Lucidity/09-delain-sleepwalkers_dream-qtxmp3.mp3","9" : "/Delain/2006 - Lucidity/10-delain-day_for_ghosts-qtxmp3.mp3","10" : "/Delain/2006 - Lucidity/11-delain-pristine-qtxmp3.mp3","11" : "/Delain/2006 - Lucidity/12-delain-bonus_track-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Delain","1" : "Delain","2" : "Delain","3" : "Delain","4" : "Delain","5" : "Delain","6" : "Delain","7" : "Delain","8" : "Delain","9" : "Delain","10" : "Delain","11" : "Delain" });
+ el.album = new Hash({ "0" : "Lucidity","1" : "Lucidity","2" : "Lucidity","3" : "Lucidity","4" : "Lucidity","5" : "Lucidity","6" : "Lucidity","7" : "Lucidity","8" : "Lucidity","9" : "Lucidity","10" : "Lucidity","11" : "Lucidity" });
+ el.titles = new Hash({ "0" : "Sever","1" : "Frozen","2" : "Silhouette of a dancer","3" : "No compliance","4" : "See me in shadow","5" : "Shattered","6" : "The gathering","7" : "Daylight lucidity","8" : "Sleepwalkers dream","9" : "Day for ghosts","10" : "Pristine","11" : "bonus track" });
+ el.injectInside($('Delain'));
+ if (!$('DepecheMode')) {
+ new Element('DIV', {
+ 'id': 'DepecheMode',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Depeche Mode").injectInside($('root'));
+ }
+ if ($('DepecheMode').className != 'node') {
+ $('DepecheMode').className = 'node';
+ $('DepecheMode').
+ }
+ var el = new Element('DIV', {
+ 'id': '1985TheSingles8185',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1985 - The Singles 81-85");
+ el.files = new Hash({ "0" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 01 - Dreaming Of Me.mp3","1" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 02 - New Life.mp3","2" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 03 - Just Can't Get Enough.mp3","3" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 04 - See You.mp3","4" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 05 - The Meaning Of Love.mp3","5" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 06 - Leave In Silence.mp3","6" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 07 - Get The Balance Right.MP3","7" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 08 - Everything Counts.mp3","8" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 09 - Love, In Itself.mp3","9" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 10 - People Are People.mp3","10" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 11 - Master And Servant.mp3","11" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 12 - Blasphemous Rumours.mp3","12" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 13 - Somebody.mp3","13" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 14 - Shake The Disease.mp3","14" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 15 - It's Called A Heart.mp3","15" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 16 - Photographic (some bizarre version).mp3","16" : "/Depeche Mode/1985 - The Singles 81-85/The Singles 81-85 - 17 - Just Can't Get Enough (schizo mix).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "" });
+ el.titles = new Hash({ "0" : "The Singles 81-85 - 01 - Dreaming Of Me.mp3","1" : "The Singles 81-85 - 02 - New Life.mp3","2" : "The Singles 81-85 - 03 - Just Can't Get Enough.mp3","3" : "The Singles 81-85 - 04 - See You.mp3","4" : "The Singles 81-85 - 05 - The Meaning Of Love.mp3","5" : "The Singles 81-85 - 06 - Leave In Silence.mp3","6" : "The Singles 81-85 - 07 - Get The Balance Right.MP3","7" : "The Singles 81-85 - 08 - Everything Counts.mp3","8" : "The Singles 81-85 - 09 - Love, In Itself.mp3","9" : "The Singles 81-85 - 10 - People Are People.mp3","10" : "The Singles 81-85 - 11 - Master And Servant.mp3","11" : "The Singles 81-85 - 12 - Blasphemous Rumours.mp3","12" : "The Singles 81-85 - 13 - Somebody.mp3","13" : "The Singles 81-85 - 14 - Shake The Disease.mp3","14" : "The Singles 81-85 - 15 - It's Called A Heart.mp3","15" : "The Singles 81-85 - 16 - Photographic (some bizarre version).mp3","16" : "The Singles 81-85 - 17 - Just Can't Get Enough (schizo mix).mp3" });
+ el.injectInside($('DepecheMode'));
+ if (!$('DepecheMode')) {
+ new Element('DIV', {
+ 'id': 'DepecheMode',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Depeche Mode").injectInside($('root'));
+ }
+ if ($('DepecheMode').className != 'node') {
+ $('DepecheMode').className = 'node';
+ $('DepecheMode').
+ }
+ var el = new Element('DIV', {
+ 'id': '1986BlackCelebration',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1986 - Black Celebration");
+ el.files = new Hash({ "0" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 01 - Black Celebration.mp3","1" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 02 - Fly on the Windscreen.mp3","2" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 03 - A Question of Lust.mp3","3" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 04 - Sometimes.mp3","4" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 05 - It Doesn't Matter Two.mp3","5" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 06 - A Question of Time.mp3","6" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 07 - Stripped.mp3","7" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 08 - Here is the House.mp3","8" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 09 - World Full of Nothing.mp3","9" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 10 - Dressed in Black.mp3","10" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 11 - New Dress.mp3","11" : "/Depeche Mode/1986 - Black Celebration/Depeche Mode - Black Celebration - 12 - But Not Tonight.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.titles = new Hash({ "0" : "Depeche Mode - Black Celebration - 01 - Black Celebration.mp3","1" : "Depeche Mode - Black Celebration - 02 - Fly on the Windscreen.mp3","2" : "Depeche Mode - Black Celebration - 03 - A Question of Lust.mp3","3" : "Depeche Mode - Black Celebration - 04 - Sometimes.mp3","4" : "Depeche Mode - Black Celebration - 05 - It Doesn't Matter Two.mp3","5" : "Depeche Mode - Black Celebration - 06 - A Question of Time.mp3","6" : "Depeche Mode - Black Celebration - 07 - Stripped.mp3","7" : "Depeche Mode - Black Celebration - 08 - Here is the House.mp3","8" : "Depeche Mode - Black Celebration - 09 - World Full of Nothing.mp3","9" : "Depeche Mode - Black Celebration - 10 - Dressed in Black.mp3","10" : "Depeche Mode - Black Celebration - 11 - New Dress.mp3","11" : "Depeche Mode - Black Celebration - 12 - But Not Tonight.mp3" });
+ el.injectInside($('DepecheMode'));
+ if (!$('DepecheMode')) {
+ new Element('DIV', {
+ 'id': 'DepecheMode',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Depeche Mode").injectInside($('root'));
+ }
+ if ($('DepecheMode').className != 'node') {
+ $('DepecheMode').className = 'node';
+ $('DepecheMode').
+ }
+ var el = new Element('DIV', {
+ 'id': '1987MusicfortheMasses',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1987 - Music for the Masses");
+ el.files = new Hash({ "0" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 01 - Never Let Me Down Again.mp3","1" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 02 - The Things You Said.mp3","2" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 03 - Strangelove.mp3","3" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 04 - Sacred.mp3","4" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 06 - Behind The Wheel.mp3","5" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 07 - I Want You Now.mp3","6" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 08 - To Have And To Hold.mp3","7" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 10 - Pimpf.mp3","8" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 11 - Agent Orange.mp3","9" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 12 - Never Let Me Down Again - Aggro Mix.mp3","10" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 13 - To Have And To Hold - Spanish Taster.mp3","11" : "/Depeche Mode/1987 - Music for the Masses/Depeche Mode - Music For The Masses - 14 - Pleasure Little Treasure.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.titles = new Hash({ "0" : "Depeche Mode - Music For The Masses - 01 - Never Let Me Down Again.mp3","1" : "Depeche Mode - Music For The Masses - 02 - The Things You Said.mp3","2" : "Depeche Mode - Music For The Masses - 03 - Strangelove.mp3","3" : "Depeche Mode - Music For The Masses - 04 - Sacred.mp3","4" : "Depeche Mode - Music For The Masses - 06 - Behind The Wheel.mp3","5" : "Depeche Mode - Music For The Masses - 07 - I Want You Now.mp3","6" : "Depeche Mode - Music For The Masses - 08 - To Have And To Hold.mp3","7" : "Depeche Mode - Music For The Masses - 10 - Pimpf.mp3","8" : "Depeche Mode - Music For The Masses - 11 - Agent Orange.mp3","9" : "Depeche Mode - Music For The Masses - 12 - Never Let Me Down Again - Aggro Mix.mp3","10" : "Depeche Mode - Music For The Masses - 13 - To Have And To Hold - Spanish Taster.mp3","11" : "Depeche Mode - Music For The Masses - 14 - Pleasure Little Treasure.mp3" });
+ el.injectInside($('DepecheMode'));
+ if (!$('DepecheMode')) {
+ new Element('DIV', {
+ 'id': 'DepecheMode',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Depeche Mode").injectInside($('root'));
+ }
+ if ($('DepecheMode').className != 'node') {
+ $('DepecheMode').className = 'node';
+ $('DepecheMode').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005PlayingtheAngel',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Playing the Angel");
+ el.files = new Hash({ "0" : "/Depeche Mode/2005 - Playing the Angel/01-depeche_mode-a_pain_that_im_used_to.mp3","1" : "/Depeche Mode/2005 - Playing the Angel/02-depeche_mode-john_the_revelator.mp3","2" : "/Depeche Mode/2005 - Playing the Angel/03-depeche_mode-suffer_well.mp3","3" : "/Depeche Mode/2005 - Playing the Angel/04-depeche_mode-the_sinner_in_me.mp3","4" : "/Depeche Mode/2005 - Playing the Angel/05-depeche_mode-precious.mp3","5" : "/Depeche Mode/2005 - Playing the Angel/06-depeche_mode-macro.mp3","6" : "/Depeche Mode/2005 - Playing the Angel/07-depeche_mode-i_want_it_all.mp3","7" : "/Depeche Mode/2005 - Playing the Angel/08-depeche_mode-nothings_impossible.mp3","8" : "/Depeche Mode/2005 - Playing the Angel/09-depeche_mode-introspectre.mp3","9" : "/Depeche Mode/2005 - Playing the Angel/10-depeche_mode-damaged_people.mp3","10" : "/Depeche Mode/2005 - Playing the Angel/11-depeche_mode-lilian.mp3","11" : "/Depeche Mode/2005 - Playing the Angel/12-depeche_mode-the_darkest_star.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Depeche Mode","1" : "Depeche Mode","2" : "Depeche Mode","3" : "Depeche Mode","4" : "Depeche Mode","5" : "Depeche Mode","6" : "Depeche Mode","7" : "Depeche Mode","8" : "Depeche Mode","9" : "Depeche Mode","10" : "Depeche Mode","11" : "Depeche Mode" });
+ el.album = new Hash({ "0" : "Playing the Angel","1" : "Playing the Angel","2" : "Playing the Angel","3" : "Playing the Angel","4" : "Playing the Angel","5" : "Playing the Angel","6" : "Playing the Angel","7" : "Playing the Angel","8" : "Playing the Angel","9" : "Playing the Angel","10" : "Playing the Angel","11" : "Playing the Angel" });
+ el.titles = new Hash({ "0" : "A Pain that Im Used to","1" : "John the Revelator","2" : "Suffer Well","3" : "The Sinner in Me","4" : "Precious","5" : "Macro","6" : "I Want it All","7" : "Nothings Impossible","8" : "Introspectre","9" : "Damaged People","10" : "Lilian","11" : "The Darkest Star" });
+ el.injectInside($('DepecheMode'));
+ if (!$('DieKrupps')) {
+ new Element('DIV', {
+ 'id': 'DieKrupps',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Die Krupps").injectInside($('root'));
+ }
+ if ($('DieKrupps').className != 'node') {
+ $('DieKrupps').className = 'node';
+ $('DieKrupps').
+ }
+ var el = new Element('DIV', {
+ 'id': '1993TheFinalOptionII',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1993 - The Final Option II");
+ el.files = new Hash({ "0" : "/Die Krupps/1993 - The Final Option II/01 Crossfire.mp3","1" : "/Die Krupps/1993 - The Final Option II/02 Language of reality.mp3","2" : "/Die Krupps/1993 - The Final Option II/03 Bloodsuckers.mp3","3" : "/Die Krupps/1993 - The Final Option II/04 Fatherland.mp3","4" : "/Die Krupps/1993 - The Final Option II/05 To The hilt.mp3","5" : "/Die Krupps/1993 - The Final Option II/06 Iron Man.mp3","6" : "/Die Krupps/1993 - The Final Option II/07 Inside out.mp3","7" : "/Die Krupps/1993 - The Final Option II/08 Paradise of sin.mp3","8" : "/Die Krupps/1993 - The Final Option II/09 Worst case scenario.mp3","9" : "/Die Krupps/1993 - The Final Option II/10 Shellshocked.mp3","10" : "/Die Krupps/1993 - The Final Option II/11 New Temptation.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Die Krupps","1" : "Die Krupps","2" : "Die Krupps","3" : "Die Krupps","4" : "Die Krupps","5" : "Die Krupps","6" : "Die Krupps","7" : "Die Krupps","8" : "Die Krupps","9" : "Die Krupps","10" : "Die Krupps" });
+ el.album = new Hash({ "0" : "The Final Option","1" : "The Final Option","2" : "The Final Option","3" : "The Final Option","4" : "The Final Option","5" : "The Final Option","6" : "The Final Option","7" : "The Final Option","8" : "The Final Option","9" : "The Final Option","10" : "The Final Option" });
+ el.titles = new Hash({ "0" : "01_Crossfire","1" : "02_Language of reality","2" : "03_Bloodsuckers","3" : "04_Fatherland","4" : "05_To The hilt","5" : "06_Iron Man","6" : "07_Inside out","7" : "08_Paradise of sin","8" : "09_Worst case scenario","9" : "10_Shellshocked","10" : "11_New Temptation" });
+ el.injectInside($('DieKrupps'));
+ if (!$('Elis')) {
+ new Element('DIV', {
+ 'id': 'Elis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Elis").injectInside($('root'));
+ }
+ if ($('Elis').className != 'node') {
+ $('Elis').className = 'node';
+ $('Elis').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004DarkCloudsInAPerfectSky',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Dark Clouds In A Perfect Sky");
+ el.files = new Hash({ "0" : "/Elis/2004 - Dark Clouds In A Perfect Sky/01_elis--der_letzte_tag-vic.mp3","1" : "/Elis/2004 - Dark Clouds In A Perfect Sky/02_elis--anger-vic.mp3","2" : "/Elis/2004 - Dark Clouds In A Perfect Sky/03_elis--lost_soul-vic.mp3","3" : "/Elis/2004 - Dark Clouds In A Perfect Sky/04_elis--perfect_love-vic.mp3","4" : "/Elis/2004 - Dark Clouds In A Perfect Sky/05_elis--heart_in_chains-vic.mp3","5" : "/Elis/2004 - Dark Clouds In A Perfect Sky/06_elis--die_zeit-vic.mp3","6" : "/Elis/2004 - Dark Clouds In A Perfect Sky/07_elis--black_angel-vic.mp3","7" : "/Elis/2004 - Dark Clouds In A Perfect Sky/08_elis--devil_inside_you-vic.mp3","8" : "/Elis/2004 - Dark Clouds In A Perfect Sky/09_elis--rebirth-vic.mp3","9" : "/Elis/2004 - Dark Clouds In A Perfect Sky/10_elis--are_you_missing_me-vic.mp3","10" : "/Elis/2004 - Dark Clouds In A Perfect Sky/11_elis--ballade-vic.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Elis","1" : "Elis","2" : "Elis","3" : "Elis","4" : "Elis","5" : "Elis","6" : "Elis","7" : "Elis","8" : "Elis","9" : "Elis","10" : "Elis" });
+ el.album = new Hash({ "0" : "Dark Clouds In A Perfect Sky","1" : "Dark Clouds In A Perfect Sky","2" : "Dark Clouds In A Perfect Sky","3" : "Dark Clouds In A Perfect Sky","4" : "Dark Clouds In A Perfect Sky","5" : "Dark Clouds In A Perfect Sky","6" : "Dark Clouds In A Perfect Sky","7" : "Dark Clouds In A Perfect Sky","8" : "Dark Clouds In A Perfect Sky","9" : "Dark Clouds In A Perfect Sky","10" : "Dark Clouds In A Perfect Sky" });
+ el.titles = new Hash({ "0" : "Der Letzte Tag","1" : "Anger","2" : "Lost Soul","3" : "Perfect Love","4" : "Heart In Chains","5" : "Die Zeit","6" : "Black Angel","7" : "Devil Inside You","8" : "Rebirth","9" : "Are You Missing Me","10" : "Ballade" });
+ el.injectInside($('Elis'));
+ if (!$('Entwine')) {
+ new Element('DIV', {
+ 'id': 'Entwine',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Entwine").injectInside($('root'));
+ }
+ if ($('Entwine').className != 'node') {
+ $('Entwine').className = 'node';
+ $('Entwine').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002TimeOfDespair',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Time Of Despair");
+ el.files = new Hash({ "0" : "/Entwine/2002 - Time Of Despair/Entwine - Burden.mp3","1" : "/Entwine/2002 - Time Of Despair/Entwine - Falling Apart.mp3","2" : "/Entwine/2002 - Time Of Despair/Entwine - Nothing Left To Say.mp3","3" : "/Entwine/2002 - Time Of Despair/Entwine - Safe In A Dream.mp3","4" : "/Entwine/2002 - Time Of Despair/Entwine - Stream Of Life.mp3","5" : "/Entwine/2002 - Time Of Despair/Entwine - Tears Are Falling.mp3","6" : "/Entwine/2002 - Time Of Despair/Entwine - The Pit.mp3","7" : "/Entwine/2002 - Time Of Despair/Entwine - Time Of Despair.mp3","8" : "/Entwine/2002 - Time Of Despair/Entwine - Tonight (bonus).mp3","9" : "/Entwine/2002 - Time Of Despair/Entwine - Until The End.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "entwine","1" : "entwine","2" : "entwine","3" : "entwine","4" : "entwine","5" : "entwine","6" : "","7" : "entwine","8" : "entwine","9" : "entwine" });
+ el.album = new Hash({ "0" : "time of despair","1" : "time of despair","2" : "time of despair","3" : "time of despair","4" : "time of despair","5" : "time of despair","6" : "","7" : "time of despair","8" : "time of despair","9" : "time of despair" });
+ el.titles = new Hash({ "0" : "burden","1" : "falling apart","2" : "nothing left to say","3" : "safe in a dream","4" : "stream of life","5" : "tears are falling (bonus","6" : "Entwine - The Pit.mp3","7" : "time of despair","8" : "tonight (bonus)","9" : "until the end" });
+ el.injectInside($('Entwine'));
+ if (!$('Entwine')) {
+ new Element('DIV', {
+ 'id': 'Entwine',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Entwine").injectInside($('root'));
+ }
+ if ($('Entwine').className != 'node') {
+ $('Entwine').className = 'node';
+ $('Entwine').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004DiEversity',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - DiEversity");
+ el.files = new Hash({ "0" : "/Entwine/2004 - DiEversity/01. Entwine - 2.4.943.mp3","1" : "/Entwine/2004 - DiEversity/02. Entwine - Bitter Sweet.mp3","2" : "/Entwine/2004 - DiEversity/03. Entwine - Someone To Blame.mp3","3" : "/Entwine/2004 - DiEversity/04. Entwine - Bleeding For The Cure.mp3","4" : "/Entwine/2004 - DiEversity/05. Entwine - Still Remains.mp3","5" : "/Entwine/2004 - DiEversity/06. Entwine - Frozen By The Sun.mp3","6" : "/Entwine/2004 - DiEversity/07. Entwine - Six Feet Down Below.mp3","7" : "/Entwine/2004 - DiEversity/08. Entwine - Refill My Soul.mp3","8" : "/Entwine/2004 - DiEversity/09. Entwine - Everything For You.mp3","9" : "/Entwine/2004 - DiEversity/10. Entwine - Nothing's Forever.mp3","10" : "/Entwine/2004 - DiEversity/11. Entwine - Lost Within.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Entwine","1" : "Entwine","2" : "Entwine","3" : "Entwine","4" : "Entwine","5" : "Entwine","6" : "Entwine","7" : "Entwine","8" : "Entwine","9" : "Entwine","10" : "Entwine" });
+ el.album = new Hash({ "0" : "DiEversity","1" : "DiEversity","2" : "DiEversity","3" : "DiEversity","4" : "DiEversity","5" : "DiEversity","6" : "DiEversity","7" : "Gothic Melancholy Vol 9","8" : "DiEversity","9" : "DiEversity","10" : "Gothic Melancholy Vol 2" });
+ el.titles = new Hash({ "0" : "Intro","1" : "Bitter Sweet","2" : "Someone To Blame","3" : "Bleeding For The Cure","4" : "Still Remains","5" : "Frozen By The Sun","6" : "Six Feet Down Below","7" : "Refill My Soul","8" : "Everything For You","9" : "Nothing's Forever","10" : "Lost Within" });
+ el.injectInside($('Entwine'));
+ if (!$('Entwine')) {
+ new Element('DIV', {
+ 'id': 'Entwine',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Entwine").injectInside($('root'));
+ }
+ if ($('Entwine').className != 'node') {
+ $('Entwine').className = 'node';
+ $('Entwine').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006FatalDesign',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Fatal Design");
+ el.files = new Hash({ "0" : "/Entwine/2006 - Fatal Design/01_entwine-fatal_design-fwyh.mp3","1" : "/Entwine/2006 - Fatal Design/02_entwine-chameleon_halo-fwyh.mp3","2" : "/Entwine/2006 - Fatal Design/03_entwine-out_of_you-fwyh.mp3","3" : "/Entwine/2006 - Fatal Design/04_entwine-surrender-fwyh.mp3","4" : "/Entwine/2006 - Fatal Design/05_entwine-oblivion-fwyh.mp3","5" : "/Entwine/2006 - Fatal Design/06_entwine-twisted-fwyh.mp3","6" : "/Entwine/2006 - Fatal Design/07_entwine-insomniac-fwyh.mp3","7" : "/Entwine/2006 - Fatal Design/08_entwine-my_serenity-fwyh.mp3","8" : "/Entwine/2006 - Fatal Design/09_entwine-break_me-fwyh.mp3","9" : "/Entwine/2006 - Fatal Design/10_entwine-curtained_life-fwyh.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Entwine","1" : "Entwine","2" : "Entwine","3" : "Entwine","4" : "Entwine","5" : "Entwine","6" : "Entwine","7" : "Entwine","8" : "Entwine","9" : "Entwine" });
+ el.album = new Hash({ "0" : "Fatal Design","1" : "Fatal Design","2" : "Fatal Design","3" : "Fatal Design","4" : "Fatal Design","5" : "Fatal Design","6" : "Fatal Design","7" : "Fatal Design","8" : "Fatal Design","9" : "Fatal Design" });
+ el.titles = new Hash({ "0" : "Fatal Design","1" : "Chameleon Halo","2" : "Out Of You","3" : "Surrender","4" : "Oblivion","5" : "Twisted","6" : "Insomniac","7" : "My Serenity","8" : "Break Me","9" : "Curtained Life" });
+ el.injectInside($('Entwine'));
+ if (!$('Evanescence')) {
+ new Element('DIV', {
+ 'id': 'Evanescence',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Evanescence").injectInside($('root'));
+ }
+ if ($('Evanescence').className != 'node') {
+ $('Evanescence').className = 'node';
+ $('Evanescence').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003Fallen',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Fallen");
+ el.files = new Hash({ "0" : "/Evanescence/2003 - Fallen/01 - Evanescence - Going Under.mp3","1" : "/Evanescence/2003 - Fallen/02 - Evanescence - Bring Me To Life.mp3","2" : "/Evanescence/2003 - Fallen/03 - Evanescence - Everybodys Fool.mp3","3" : "/Evanescence/2003 - Fallen/04 - Evanescence - My Immortal.mp3","4" : "/Evanescence/2003 - Fallen/05 - Evanescence - Haunted.mp3","5" : "/Evanescence/2003 - Fallen/06 - Evanescence - Tourniquet.mp3","6" : "/Evanescence/2003 - Fallen/07 - Evanescence - Imaginary.mp3","7" : "/Evanescence/2003 - Fallen/08 - Evanescence - Taking Over Me.mp3","8" : "/Evanescence/2003 - Fallen/09 - Evanescence - Hello.mp3","9" : "/Evanescence/2003 - Fallen/10 - Evanescence - My Last Breath.mp3","10" : "/Evanescence/2003 - Fallen/11 - Evanescence - Whisper.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Evanescence","1" : "Evanescence","2" : "Evanescence","3" : "Evanescence","4" : "Evanescence","5" : "Evanescence","6" : "Evanescence","7" : "Evanescence","8" : "Evanescence","9" : "Evanescence","10" : "Evanescence" });
+ el.album = new Hash({ "0" : "Fallen (Retail)","1" : "Fallen (Retail)","2" : "Fallen (Retail)","3" : "Fallen (Retail)","4" : "Fallen (Retail)","5" : "Fallen (Retail)","6" : "Fallen (Retail)","7" : "Fallen (Retail)","8" : "Fallen (Retail)","9" : "Fallen (Retail)","10" : "Fallen (Retail)" });
+ el.titles = new Hash({ "0" : "Going Under","1" : "Bring Me To Life","2" : "Everybody's Fool","3" : "My Immortal","4" : "Haunted","5" : "Tourniquet","6" : "Imaginary","7" : "Taking Over Me","8" : "Hello","9" : "My Last Breath","10" : "Whisper" });
+ el.injectInside($('Evanescence'));
+ if (!$('Evanescence')) {
+ new Element('DIV', {
+ 'id': 'Evanescence',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Evanescence").injectInside($('root'));
+ }
+ if ($('Evanescence').className != 'node') {
+ $('Evanescence').className = 'node';
+ $('Evanescence').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006TheOpenDoor',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - The Open Door");
+ el.files = new Hash({ "0" : "/Evanescence/2006 - The Open Door/Evanescence - 01 - Sweet Sacrifice.mp3","1" : "/Evanescence/2006 - The Open Door/Evanescence - 02 - Call Me When You're Sober.mp3","2" : "/Evanescence/2006 - The Open Door/Evanescence - 03 - Weight of the World.mp3","3" : "/Evanescence/2006 - The Open Door/Evanescence - 04 - Lithium.mp3","4" : "/Evanescence/2006 - The Open Door/Evanescence - 05 - Cloud Nine.mp3","5" : "/Evanescence/2006 - The Open Door/Evanescence - 06 - Snow White Queen.mp3","6" : "/Evanescence/2006 - The Open Door/Evanescence - 07 - Lacrymosa.mp3","7" : "/Evanescence/2006 - The Open Door/Evanescence - 08 - Like You.mp3","8" : "/Evanescence/2006 - The Open Door/Evanescence - 09 - Lose Control.mp3","9" : "/Evanescence/2006 - The Open Door/Evanescence - 10 - The Only One.mp3","10" : "/Evanescence/2006 - The Open Door/Evanescence - 11 - Your Star.mp3","11" : "/Evanescence/2006 - The Open Door/Evanescence - 12 - All That I'm Living For.mp3","12" : "/Evanescence/2006 - The Open Door/Evanescence - 13 - Good Enough.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.titles = new Hash({ "0" : "Evanescence - 01 - Sweet Sacrifice.mp3","1" : "Evanescence - 02 - Call Me When You're Sober.mp3","2" : "Evanescence - 03 - Weight of the World.mp3","3" : "Evanescence - 04 - Lithium.mp3","4" : "Evanescence - 05 - Cloud Nine.mp3","5" : "Evanescence - 06 - Snow White Queen.mp3","6" : "Evanescence - 07 - Lacrymosa.mp3","7" : "Evanescence - 08 - Like You.mp3","8" : "Evanescence - 09 - Lose Control.mp3","9" : "Evanescence - 10 - The Only One.mp3","10" : "Evanescence - 11 - Your Star.mp3","11" : "Evanescence - 12 - All That I'm Living For.mp3","12" : "Evanescence - 13 - Good Enough.mp3" });
+ el.injectInside($('Evanescence'));
+ if (!$('EyesOfFire')) {
+ new Element('DIV', {
+ 'id': 'EyesOfFire',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Eyes Of Fire").injectInside($('root'));
+ }
+ if ($('EyesOfFire').className != 'node') {
+ $('EyesOfFire').className = 'node';
+ $('EyesOfFire').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004AshestoEmbers',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Ashes to Embers");
+ el.files = new Hash({ "0" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 01 - the end result of falling....mp3","1" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 02 - empty.mp3","2" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 03 - fly away.mp3","3" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 04 - hopeless.mp3","4" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 05 - down.mp3","5" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 06 - fear.mp3","6" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 07 - breath.mp3","7" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 08 - one more.mp3","8" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 09 - anyone.mp3","9" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 10 - shelter.mp3","10" : "/Eyes Of Fire/2004 - Ashes to Embers/eyes of fire - 2004 - ashes to embers - 11 - last goodbye.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Eyes Of Fire","1" : "Eyes Of Fire","2" : "Eyes Of Fire","3" : "Eyes Of Fire","4" : "Eyes Of Fire","5" : "Eyes Of Fire","6" : "Eyes Of Fire","7" : "Eyes Of Fire","8" : "Eyes Of Fire","9" : "Eyes Of Fire","10" : "Eyes Of Fire" });
+ el.album = new Hash({ "0" : "Ashes to Embers","1" : "Ashes to Embers","2" : "Ashes to Embers","3" : "Ashes to Embers","4" : "Ashes to Embers","5" : "Ashes to Embers","6" : "Ashes to Embers","7" : "Ashes to Embers","8" : "Ashes to Embers","9" : "Ashes to Embers","10" : "Ashes to Embers" });
+ el.titles = new Hash({ "0" : "The End Result of Falling...","1" : "Empty","2" : "Fly Away","3" : "Hopeless","4" : "Down","5" : "Fear","6" : "Breath","7" : "One More","8" : "Anyone","9" : "Shelter","10" : "Last Goodbye" });
+ el.injectInside($('EyesOfFire'));
+ if (!$('EyesOfFire')) {
+ new Element('DIV', {
+ 'id': 'EyesOfFire',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Eyes Of Fire").injectInside($('root'));
+ }
+ if ($('EyesOfFire').className != 'node') {
+ $('EyesOfFire').className = 'node';
+ $('EyesOfFire').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Prisons2006',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Prisons (2006)");
+ el.files = new Hash({ "0" : "/Eyes Of Fire/Prisons (2006)/01 - Blood (This Consumes You).mp3","1" : "/Eyes Of Fire/Prisons (2006)/02 - Gone Forever.mp3","2" : "/Eyes Of Fire/Prisons (2006)/03 - It All Dies Today.mp3","3" : "/Eyes Of Fire/Prisons (2006)/04 - True Love.mp3","4" : "/Eyes Of Fire/Prisons (2006)/05 - Dead to the World.mp3","5" : "/Eyes Of Fire/Prisons (2006)/06 - Falling Apart.mp3","6" : "/Eyes Of Fire/Prisons (2006)/07 - Salvation.mp3","7" : "/Eyes Of Fire/Prisons (2006)/08 - All Said and Done.mp3","8" : "/Eyes Of Fire/Prisons (2006)/09 - Fight Me.mp3","9" : "/Eyes Of Fire/Prisons (2006)/10 - Fire Inside.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Eyes Of Fire","1" : "Eyes Of Fire","2" : "Eyes Of Fire","3" : "Eyes Of Fire","4" : "Eyes Of Fire","5" : "Eyes Of Fire","6" : "Eyes Of Fire","7" : "Eyes Of Fire","8" : "Eyes Of Fire","9" : "Eyes Of Fire" });
+ el.album = new Hash({ "0" : "Prisons","1" : "Prisons","2" : "Prisons","3" : "Prisons","4" : "Prisons","5" : "Prisons","6" : "Prisons","7" : "Prisons","8" : "Prisons","9" : "Prisons" });
+ el.titles = new Hash({ "0" : "Blood (This Consumes You)","1" : "Gone Forever","2" : "It All Dies Today","3" : "True Love","4" : "Dead To The World","5" : "Falling Apart","6" : "Salvation","7" : "All Said And Done","8" : "Fight Me","9" : "Fire Inside" });
+ el.injectInside($('EyesOfFire'));
+ if (!$('FaithNoMore')) {
+ new Element('DIV', {
+ 'id': 'FaithNoMore',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Faith No More").injectInside($('root'));
+ }
+ if ($('FaithNoMore').className != 'node') {
+ $('FaithNoMore').className = 'node';
+ $('FaithNoMore').
+ }
+ var el = new Element('DIV', {
+ 'id': '1995KingForADay',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1995 - King For A Day");
+ el.files = new Hash({ "0" : "/Faith No More/1995 - King For A Day/01 - Get Out.mp3","1" : "/Faith No More/1995 - King For A Day/02 - Ricochet.mp3","2" : "/Faith No More/1995 - King For A Day/03 - Evidence.mp3","3" : "/Faith No More/1995 - King For A Day/04 - The Gentle Art of Making Enemies.mp3","4" : "/Faith No More/1995 - King For A Day/05 - Star A.D..mp3","5" : "/Faith No More/1995 - King For A Day/06 - Cuckoo For Caca.mp3","6" : "/Faith No More/1995 - King For A Day/07 - Caralho Voador.mp3","7" : "/Faith No More/1995 - King For A Day/08 - Ugly in the Morning.mp3","8" : "/Faith No More/1995 - King For A Day/09 - Digging the Grave.mp3","9" : "/Faith No More/1995 - King For A Day/10 - Take this Bottle.mp3","10" : "/Faith No More/1995 - King For A Day/11 - King for a Day.mp3","11" : "/Faith No More/1995 - King For A Day/12 - What a Day.mp3","12" : "/Faith No More/1995 - King For A Day/13 - The Last to Know.mp3","13" : "/Faith No More/1995 - King For A Day/14 - Just a Man.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.artist = new Hash({ "0" : "Faith No More","1" : "Faith No More","2" : "Faith No More","3" : "Faith No More","4" : "Faith No More","5" : "Faith No More","6" : "Faith No More","7" : "Faith No More","8" : "Faith No More","9" : "Faith No More","10" : "Faith No More","11" : "Faith No More","12" : "Faith No More","13" : "Faith No More" });
+ el.album = new Hash({ "0" : "King for a Day Fool for a Life","1" : "King for a Day Fool for a Life","2" : "King for a Day Fool for a Life","3" : "King for a Day Fool for a Life","4" : "King for a Day Fool for a Life","5" : "King for a Day Fool for a Life","6" : "King for a Day Fool for a Life","7" : "King for a Day Fool for a Life","8" : "King for a Day Fool for a Life","9" : "King for a Day Fool for a Life","10" : "King for a Day Fool for a Life","11" : "King for a Day Fool for a Life","12" : "King for a Day Fool for a Life","13" : "King for a Day Fool for a Life" });
+ el.titles = new Hash({ "0" : "Get Out","1" : "Ricochet","2" : "Evidence","3" : "The Gentle Art of Making Enemi","4" : "Star A.D.","5" : "Cuckoo For Caca","6" : "Caralho Voador","7" : "Ugly in the Morning","8" : "Digging the Grave","9" : "Take this Bottle","10" : "King for a Day","11" : "What a Day","12" : "The Last to Know","13" : "Just a Man" });
+ el.injectInside($('FaithNoMore'));
+ if (!$('FarmerBoys')) {
+ new Element('DIV', {
+ 'id': 'FarmerBoys',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Farmer Boys").injectInside($('root'));
+ }
+ if ($('FarmerBoys').className != 'node') {
+ $('FarmerBoys').className = 'node';
+ $('FarmerBoys').
+ }
+ var el = new Element('DIV', {
+ 'id': '1995Countrified',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1995 =Countrified=");
+ el.files = new Hash({ "0" : "/Farmer Boys/1995 =Countrified=/01 Farm sweet farm.mp3","1" : "/Farmer Boys/1995 =Countrified=/02 Chew the cud.mp3","2" : "/Farmer Boys/1995 =Countrified=/03 Relieve in tension.mp3","3" : "/Farmer Boys/1995 =Countrified=/04 When a chicken cries for love.mp3","4" : "/Farmer Boys/1995 =Countrified=/05 In a distance to god.mp3","5" : "/Farmer Boys/1995 =Countrified=/06 Two, three, farm.mp3","6" : "/Farmer Boys/1995 =Countrified=/07 From pig to man.mp3","7" : "/Farmer Boys/1995 =Countrified=/08 Call me a hog.mp3","8" : "/Farmer Boys/1995 =Countrified=/09 Never let me down again.mp3","9" : "/Farmer Boys/1995 =Countrified=/10 Countrified.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Farmer Boys","1" : "Farmer Boys","2" : "Farmer Boys","3" : "Farmer Boys","4" : "Farmer Boys","5" : "Farmer Boys","6" : "Farmer Boys","7" : "Farmer Boys","8" : "Farmer Boys","9" : "Farmer Boys" });
+ el.album = new Hash({ "0" : "Countrified","1" : "Countrified","2" : "Countrified","3" : "Countrified","4" : "Countrified","5" : "Countrified","6" : "Countrified","7" : "Countrified","8" : "Countrified","9" : "Countrified" });
+ el.titles = new Hash({ "0" : "Farm Sweet Farm","1" : "Chew The Cud","2" : "Relieve In Tension","3" : "When A Chicken Cries For Love","4" : "In A Distance To God","5" : "Two, Three, Farm","6" : "From Pig To Man","7" : "Call me a hog","8" : "Never Let Me Down Again","9" : "Countrified" });
+ el.injectInside($('FarmerBoys'));
+ if (!$('FarmerBoys')) {
+ new Element('DIV', {
+ 'id': 'FarmerBoys',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Farmer Boys").injectInside($('root'));
+ }
+ if ($('FarmerBoys').className != 'node') {
+ $('FarmerBoys').className = 'node';
+ $('FarmerBoys').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997TillTheCowsComeHome',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 =Till The Cows Come Home=");
+ el.files = new Hash({ "0" : "/Farmer Boys/1997 =Till The Cows Come Home=/01 - Prized.mp3","1" : "/Farmer Boys/1997 =Till The Cows Come Home=/02 - When Pigs Fly.mp3","2" : "/Farmer Boys/1997 =Till The Cows Come Home=/03 - Barnburner.mp3","3" : "/Farmer Boys/1997 =Till The Cows Come Home=/04 - Boar.mp3","4" : "/Farmer Boys/1997 =Till The Cows Come Home=/05 - Pig Nick.mp3","5" : "/Farmer Boys/1997 =Till The Cows Come Home=/06 - Till The Cows Come Home.mp3","6" : "/Farmer Boys/1997 =Till The Cows Come Home=/07 - Pain Is Party.mp3","7" : "/Farmer Boys/1997 =Till The Cows Come Home=/08 - Sunburn.mp3","8" : "/Farmer Boys/1997 =Till The Cows Come Home=/09 - A Dream Within A Dream.mp3","9" : "/Farmer Boys/1997 =Till The Cows Come Home=/10 - Murder Me.mp3","10" : "/Farmer Boys/1997 =Till The Cows Come Home=/11 - Hight To Die.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Farmer Boys","1" : "Farmer Boys","2" : "Farmer Boys","3" : "Farmer Boys","4" : "Farmer Boys","5" : "Farmer Boys","6" : "Farmer Boys","7" : "Farmer Boys","8" : "Farmer Boys","9" : "Farmer Boys","10" : "Farmer Boys" });
+ el.album = new Hash({ "0" : "Till The Cows Come Home","1" : "Till The Cows Come Home","2" : "Till The Cows Come Home","3" : "Till The Cows Come Home","4" : "Till The Cows Come Home","5" : "Till The Cows Come Home","6" : "Till The Cows Come Home","7" : "Till The Cows Come Home","8" : "Till The Cows Come Home","9" : "Till The Cows Come Home","10" : "Till The Cows Come Home" });
+ el.titles = new Hash({ "0" : "Prized","1" : "When Pigs Fly","2" : "Barnburner","3" : "Boar","4" : "Pig Nick","5" : "Till The Cows Come Home","6" : "Pain Is Party","7" : "Sunburn","8" : "A Dream Within A Dream","9" : "Murder Me","10" : "Hight To Die" });
+ el.injectInside($('FarmerBoys'));
+ if (!$('FarmerBoys')) {
+ new Element('DIV', {
+ 'id': 'FarmerBoys',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Farmer Boys").injectInside($('root'));
+ }
+ if ($('FarmerBoys').className != 'node') {
+ $('FarmerBoys').className = 'node';
+ $('FarmerBoys').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000TheWorldIsOurs',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 =The World Is Ours=");
+ el.files = new Hash({ "0" : "/Farmer Boys/2000 =The World Is Ours=/01 - Here Comes The Pain.mp3","1" : "/Farmer Boys/2000 =The World Is Ours=/02 - The Good Life.mp3","2" : "/Farmer Boys/2000 =The World Is Ours=/03 - End Of All Days.mp3","3" : "/Farmer Boys/2000 =The World Is Ours=/04 - We Sow The Storm.mp3","4" : "/Farmer Boys/2000 =The World Is Ours=/05 - If You Ever Leave Me Standing.mp3","5" : "/Farmer Boys/2000 =The World Is Ours=/06 - A New Breed Of Evil.mp3","6" : "/Farmer Boys/2000 =The World Is Ours=/07 - While God Was Sleeping.mp3","7" : "/Farmer Boys/2000 =The World Is Ours=/08 - Turn The World To Ice.mp3","8" : "/Farmer Boys/2000 =The World Is Ours=/09 - Like A Dart In Your Face.mp3","9" : "/Farmer Boys/2000 =The World Is Ours=/10 - Farm Two Thousand.mp3","10" : "/Farmer Boys/2000 =The World Is Ours=/11 - The World Is Ours.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Farmer Boys","1" : "Farmer Boys","2" : "Farmer Boys","3" : "Farmer Boys","4" : "Farmer Boys","5" : "Farmer Boys","6" : "Farmer Boys","7" : "Farmer Boys","8" : "Farmer Boys","9" : "Farmer Boys","10" : "Farmer Boys" });
+ el.album = new Hash({ "0" : "The World Is Ours","1" : "The World Is Ours","2" : "The World Is Ours","3" : "The World Is Ours","4" : "The World Is Ours","5" : "The World Is Ours","6" : "The World Is Ours","7" : "The World Is Ours","8" : "The World Is Ours","9" : "The World Is Ours","10" : "The World Is Ours" });
+ el.titles = new Hash({ "0" : "Here Comes The Pain","1" : "The Good Life","2" : "End Of All Days","3" : "We Sow The Storm","4" : "If You Ever Leave Me Standing","5" : "A New Breed Of Evil","6" : "While God Was Sleeping","7" : "Turn The World To Ice","8" : "Like A Dart In Your Face","9" : "Farm Two Thousand","10" : "The World Is Ours" });
+ el.injectInside($('FarmerBoys'));
+ if (!$('FarmerBoys')) {
+ new Element('DIV', {
+ 'id': 'FarmerBoys',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Farmer Boys").injectInside($('root'));
+ }
+ if ($('FarmerBoys').className != 'node') {
+ $('FarmerBoys').className = 'node';
+ $('FarmerBoys').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004TheOtherSideLimitedEdition',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 =The Other Side Limited Edition=");
+ el.files = new Hash({ "0" : "/Farmer Boys/2004 =The Other Side Limited Edition=/01-for_the_world_to_sing-amok.mp3","1" : "/Farmer Boys/2004 =The Other Side Limited Edition=/02-like_jesus_wept-amok.mp3","2" : "/Farmer Boys/2004 =The Other Side Limited Edition=/03-once_and_for_all-amok.mp3","3" : "/Farmer Boys/2004 =The Other Side Limited Edition=/04-where_the_sun_never_shines-amok.mp3","4" : "/Farmer Boys/2004 =The Other Side Limited Edition=/06-in_my_darkest_hour-amok.mp3","5" : "/Farmer Boys/2004 =The Other Side Limited Edition=/07-stay_like_this_forever-amok.mp3","6" : "/Farmer Boys/2004 =The Other Side Limited Edition=/08-the_other_side-amok.mp3","7" : "/Farmer Boys/2004 =The Other Side Limited Edition=/09-what_a_feeling_like-amok.mp3","8" : "/Farmer Boys/2004 =The Other Side Limited Edition=/10-trail_of_tears-amok.mp3","9" : "/Farmer Boys/2004 =The Other Side Limited Edition=/11-home_is_where_the_stars_are-amok.mp3","10" : "/Farmer Boys/2004 =The Other Side Limited Edition=/12-get_crucified-amok.mp3","11" : "/Farmer Boys/2004 =The Other Side Limited Edition=/13-requiem-amok.mp3","12" : "/Farmer Boys/2004 =The Other Side Limited Edition=/14-the_day_we_died-amok.mp3","13" : "/Farmer Boys/2004 =The Other Side Limited Edition=/15-immortal-amok.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.artist = new Hash({ "0" : "Farmer Boys","1" : "Farmer Boys","2" : "Farmer Boys","3" : "Farmer Boys","4" : "Farmer Boys","5" : "Farmer Boys","6" : "Farmer Boys","7" : "Farmer Boys","8" : "Farmer Boys","9" : "Farmer Boys","10" : "Farmer Boys","11" : "Farmer Boys","12" : "Farmer Boys","13" : "Farmer Boys" });
+ el.album = new Hash({ "0" : "The Other Side","1" : "The Other Side","2" : "The Other Side","3" : "The Other Side","4" : "The Other Side","5" : "The Other Side","6" : "The Other Side","7" : "The Other Side","8" : "The Other Side","9" : "The Other Side","10" : "The Other Side","11" : "The Other Side","12" : "The Other Side","13" : "The Other Side" });
+ el.titles = new Hash({ "0" : "For The World To Sing","1" : "Like Jesus Wept","2" : "Once And For All","3" : "Where The Sun Never Shines","4" : "In My Darkest Hour","5" : "Stay Like This Forever","6" : "The Other Side","7" : "What A Feeling Like","8" : "Trail Of Tears","9" : "Home Is Where The Stars Are","10" : "Get Crucified","11" : "Requiem","12" : "The Day We Died","13" : "Immortal" });
+ el.injectInside($('FarmerBoys'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ if (!$('2005AdventChildrenOST')) {
+ new Element('DIV', {
+ 'id': '2005AdventChildrenOST',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2005 - Advent Children OST").injectInside($('FinalFantasyVII'));
+ }
+ if ($('2005AdventChildrenOST').className != 'node') {
+ $('2005AdventChildrenOST').className = 'node';
+ $('2005AdventChildrenOST').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CD1',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("CD1");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/101-nobuo_uematsu-opening-rda.mp3","1" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/102-nobuo_uematsu-the_promised_land-rda.mp3","2" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/103-nobuo_uematsu-beyond_the_wasteland-rda.mp3","3" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/104-nobuo_uematsu-sign-rda.mp3","4" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/105-nobuo_uematsu-tifas_theme_(piano_version)-rda.mp3","5" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/106-nobuo_uematsu-for_the_reunion-rda.mp3","6" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/107-nobuo_uematsu-tatakau_monotachi_(piano_version)-rda.mp3","7" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/108-nobuo_uematsu-water-rda.mp3","8" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/109-nobuo_uematsu-materia-rda.mp3","9" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/110-nobuo_uematsu-black_water-rda.mp3","10" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/111-nobuo_uematsu-aeriths_theme_(piano_version)-rda.mp3","11" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/112-nobuo_uematsu-battle_in_the_forgotten_city-rda.mp3","12" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/113-nobuo_uematsu-violator-rda.mp3","13" : "/Final Fantasy VII/2005 - Advent Children OST/CD1/114-nobuo_uematsu-kita_no_daikudo_(ffvii_ac_version)-rda.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu","12" : "Nobuo Uematsu","13" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "FFVII: Advent Children - OST","1" : "FFVII: Advent Children - OST","2" : "FFVII: Advent Children - OST","3" : "FFVII: Advent Children - OST","4" : "FFVII: Advent Children - OST","5" : "FFVII: Advent Children - OST","6" : "FFVII: Advent Children - OST","7" : "FFVII: Advent Children - OST","8" : "FFVII: Advent Children - OST","9" : "FFVII: Advent Children - OST","10" : "FFVII: Advent Children - OST","11" : "FFVII: Advent Children - OST","12" : "FFVII: Advent Children - OST","13" : "FFVII: Advent Children - OST" });
+ el.titles = new Hash({ "0" : "Opening","1" : "The Promised Land","2" : "Beyond The Wasteland","3" : "Sign","4" : "Tifa's Theme (Piano Version)","5" : "For the Reunion","6" : "Tatakau Monotachi (Piano Versi","7" : "Water","8" : "Materia","9" : "Black Water","10" : "Aerith's Theme (Piano Version)","11" : "Battle in the Forgotten City","12" : "Violator","13" : "Kita no Daikudo (FFVII AC Vers" });
+ el.injectInside($('2005AdventChildrenOST'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ if (!$('2005AdventChildrenOST')) {
+ new Element('DIV', {
+ 'id': '2005AdventChildrenOST',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2005 - Advent Children OST").injectInside($('FinalFantasyVII'));
+ }
+ if ($('2005AdventChildrenOST').className != 'node') {
+ $('2005AdventChildrenOST').className = 'node';
+ $('2005AdventChildrenOST').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CD2',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("CD2");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/201-nobuo_uematsu-divinity_i-rda.mp3","1" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/202-nobuo_uematsu-tatakau_monotachi_(ffvii_ac_version)-rda.mp3","2" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/203-nobuo_uematsu-sara_ni_tatakau_monotachi_(ffvii_ac_version)-rda.mp3","3" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/204-nobuo_uematsu-divinity_ii-rda.mp3","4" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/205-nobuo_uematsu-encounter-rda.mp3","5" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/206-nobuo_uematsu-the_chase_of_highway-rda.mp3","6" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/207-nobuo_uematsu-savior-rda.mp3","7" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/208-nobuo_uematsu-jenova_(ffvii_ac_version)-rda.mp3","8" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/209-nobuo_uematsu-advent_one_winged_angel-rda.mp3","9" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/210-nobuo_uematsu-cloud_smiles-rda.mp3","10" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/211-nobuo_uematsu-end_credits-rda.mp3","11" : "/Final Fantasy VII/2005 - Advent Children OST/CD2/212-nobuo_uematsu-calling-rda.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "FFVII: Advent Children - OST","1" : "FFVII: Advent Children - OST","2" : "FFVII: Advent Children - OST","3" : "FFVII: Advent Children - OST","4" : "FFVII: Advent Children - OST","5" : "FFVII: Advent Children - OST","6" : "FFVII: Advent Children - OST","7" : "FFVII: Advent Children - OST","8" : "FFVII: Advent Children - OST","9" : "FFVII: Advent Children - OST","10" : "FFVII: Advent Children - OST","11" : "FFVII: Advent Children - OST" });
+ el.titles = new Hash({ "0" : "Divinity I","1" : "Tatakau Monotachi (FFVII AC Ve","2" : "Sara ni Tatakau Monotachi (FFV","3" : "Divinity II","4" : "Encounter","5" : "The Chase of Highway","6" : "Savior","7" : "J-E-N-O-V-A (FFVII AC Version)","8" : "Advent: One Winged Angel","9" : "Cloud Smiles","10" : "End Credits","11" : "Calling" });
+ el.injectInside($('2005AdventChildrenOST'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cd1',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cd1");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 01 - Prelude.mp3","1" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 02 - Opening Theme - Bombing Mission.mp3","2" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 03 - Mako Reactor.mp3","3" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 04 - Anxious Heart.mp3","4" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 05 - Tifa's Theme.mp3","5" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 06 - Barret's Theme.mp3","6" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 07 - Hurry!.mp3","7" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 08 - Lurking in the Darkness.mp3","8" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 09 - Shinra Corporation.mp3","9" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 10 - Fighting.mp3","10" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 11 - Fanfare.mp3","11" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 12 - Flowers Blooming in the Church.mp3","12" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 13 - Turk's Theme.mp3","13" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 14 - Underneath the Rotting Pizza.mp3","14" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 15 - Oppressed People.mp3","15" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 16 - Honeybee Manor.mp3","16" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 17 - Who Are You-.mp3","17" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 18 - Don of the Slums.mp3","18" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 19 - Infiltrating Shinra Tower.mp3","19" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 20 - Still More Fighting.mp3","20" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 21 - Red XIII's Theme.mp3","21" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 22 - Crazy Motorcycle.mp3","22" : "/Final Fantasy VII/cd1/Final Fantasy VII - 1 - 23 - Holding My Thoughts In My Heart.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu","12" : "Nobuo Uematsu","13" : "Nobuo Uematsu","14" : "Nobuo Uematsu","15" : "Nobuo Uematsu","16" : "Nobuo Uematsu","17" : "Nobuo Uematsu","18" : "Nobuo Uematsu","19" : "Nobuo Uematsu","20" : "Nobuo Uematsu","21" : "Nobuo Uematsu","22" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "Final Fantasy VII","1" : "Final Fantasy VII","2" : "Final Fantasy VII","3" : "Final Fantasy VII","4" : "Final Fantasy VII","5" : "Final Fantasy VII","6" : "Final Fantasy VII","7" : "Final Fantasy VII","8" : "Final Fantasy VII","9" : "Final Fantasy VII","10" : "Final Fantasy VII","11" : "Final Fantasy VII","12" : "Final Fantasy VII","13" : "Final Fantasy VII","14" : "Final Fantasy VII","15" : "Final Fantasy VII","16" : "Final Fantasy VII","17" : "Final Fantasy VII","18" : "Final Fantasy VII","19" : "Final Fantasy VII","20" : "Final Fantasy VII","21" : "Final Fantasy VII","22" : "Final Fantasy VII" });
+ el.titles = new Hash({ "0" : "Prelude","1" : "Opening Theme - Bombing Mission","2" : "Mako Reactor","3" : "Anxious Heart","4" : "Tifa's Theme","5" : "Barret's Theme","6" : "Hurry!","7" : "Lurking in the Darkness","8" : "Shinra Corporation","9" : "Fighting","10" : "Fanfare","11" : "Flowers Blooming in the Church","12" : "Turk's Theme","13" : "Underneath the Rotting Pizza","14" : "Oppressed People","15" : "Honeybee Manor","16" : "Who Are You-","17" : "Don of the Slums","18" : "Infiltrating Shinra Tower","19" : "Still More Fighting","20" : "Red XIII's Theme","21" : "Crazy Motorcycle","22" : "Holding My Thoughts In My Hear" });
+ el.injectInside($('FinalFantasyVII'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cd2',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cd2");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 01 - FF VII Main Theme.mp3","1" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 02 - Ahead on our Way.mp3","2" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 03 - Good Night, Until Tomorrow.mp3","3" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 04 - On that Day, 5 Years Ago.mp3","4" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 05 - Farm Boy.mp3","5" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 06 - Waltz de Chocobo.mp3","6" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 07 - Electric de Chocobo.mp3","7" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 08 - Cinco de Chocobo.mp3","8" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 09 - Chasing the Black-Caped Man.mp3","9" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 10 - Fortress of the Condor.mp3","10" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 11 - Rufus' Welcoming Ceremony.mp3","11" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 12 - It's Difficult to Stand on Both Feet, Isn't It-.mp3","12" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 13 - Trail of Blood.mp3","13" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 14 - J-E-N-O-V-A.mp3","14" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 15 - Continue-.mp3","15" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 16 - Costa del Sol.mp3","16" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 17 - Mark of the Traitor.mp3","17" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 18 - Mining Town.mp3","18" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 19 - Gold Saucer.mp3","19" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 20 - Cait Sith's Theme.mp3","20" : "/Final Fantasy VII/cd2/Final Fantasy VII - 2 - 21 - Sandy Badlands.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu","12" : "Nobuo Uematsu","13" : "Nobuo Uematsu","14" : "Nobuo Uematsu","15" : "Nobuo Uematsu","16" : "Nobuo Uematsu","17" : "Nobuo Uematsu","18" : "Nobuo Uematsu","19" : "Nobuo Uematsu","20" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "Final Fantasy VII","1" : "Final Fantasy VII","2" : "Final Fantasy VII","3" : "Final Fantasy VII","4" : "Final Fantasy VII","5" : "Final Fantasy VII","6" : "Final Fantasy VII","7" : "Final Fantasy VII","8" : "Final Fantasy VII","9" : "Final Fantasy VII","10" : "Final Fantasy VII","11" : "Final Fantasy VII","12" : "Final Fantasy VII","13" : "Final Fantasy VII","14" : "Final Fantasy VII","15" : "Final Fantasy VII","16" : "Final Fantasy VII","17" : "Final Fantasy VII","18" : "Final Fantasy VII","19" : "Final Fantasy VII","20" : "Final Fantasy VII" });
+ el.titles = new Hash({ "0" : "FF VII Main Theme","1" : "Ahead on our Way","2" : "Good Night, Until Tomorrow","3" : "On that Day, 5 Years Ago","4" : "Farm Boy","5" : "Waltz de Chocobo","6" : "Electric de Chocobo","7" : "Cinco de Chocobo","8" : "Chasing the Black-Caped Man","9" : "Fortress of the Condor","10" : "Rufus' Welcoming Ceremony","11" : "It's Difficult to Stand on Bot","12" : "Trail of Blood","13" : "J-E-N-O-V-A","14" : "Continue-","15" : "Costa del Sol","16" : "Mark of the Traitor","17" : "Mining Town","18" : "Gold Saucer","19" : "Cait Sith's Theme","20" : "Sandy Badlands" });
+ el.injectInside($('FinalFantasyVII'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cd3',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cd3");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 01 - Valley of the Fallen Star.mp3","1" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 02 - The Flow of Life.mp3","2" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 03 - The Great Warrior.mp3","3" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 04 - Descendant of Shinobi - Yuffie's Theme.mp3","4" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 05 - Those Chosen by the Planet.mp3","5" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 06 - The Nightmare's Beginning.mp3","6" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 07 - Cid's Theme.mp3","7" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 08 - Steal the Tiny Bronco!.mp3","8" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 09 - Wutai Ruins.mp3","9" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 10 - Stolen Materia.mp3","10" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 11 - Racing Chocobos - Place your Bets.mp3","11" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 12 - Fiddle de Chocobo.mp3","12" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 13 - A Great Success.mp3","13" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 14 - Tango of Tears.mp3","14" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 15 - Debut.mp3","15" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 16 - Interrupted by Fireworks.mp3","16" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 17 - The Forested Temple.mp3","17" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 18 - You Can Hear the Cry of the Planet.mp3","18" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 19 - Aerith's Theme.mp3","19" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 20 - Buried in the Snow.mp3","20" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 21 - The Great Northern Cave.mp3","21" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 22 - Reunion.mp3","22" : "/Final Fantasy VII/cd3/Final Fantasy VII - 3 - 23 - Who am I-.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu","12" : "Nobuo Uematsu","13" : "Nobuo Uematsu","14" : "Nobuo Uematsu","15" : "Nobuo Uematsu","16" : "Nobuo Uematsu","17" : "Nobuo Uematsu","18" : "Nobuo Uematsu","19" : "Nobuo Uematsu","20" : "Nobuo Uematsu","21" : "Nobuo Uematsu","22" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "Final Fantasy VII","1" : "Final Fantasy VII","2" : "Final Fantasy VII","3" : "Final Fantasy VII","4" : "Final Fantasy VII","5" : "Final Fantasy VII","6" : "Final Fantasy VII","7" : "Final Fantasy VII","8" : "Final Fantasy VII","9" : "Final Fantasy VII","10" : "Final Fantasy VII","11" : "Final Fantasy VII","12" : "Final Fantasy VII","13" : "Final Fantasy VII","14" : "Final Fantasy VII","15" : "Final Fantasy VII","16" : "Final Fantasy VII","17" : "Final Fantasy VII","18" : "Final Fantasy VII","19" : "Final Fantasy VII","20" : "Final Fantasy VII","21" : "Final Fantasy VII","22" : "Final Fantasy VII" });
+ el.titles = new Hash({ "0" : "Valley of the Fallen Star","1" : "The Flow of Life","2" : "The Great Warrior","3" : "Descendant of Shinobi - Yuffie","4" : "Those Chosen by the Planet","5" : "The Nightmare's Beginning","6" : "Cid's Theme","7" : "Steal the Tiny Bronco!","8" : "Wutai Ruins","9" : "Stolen Materia","10" : "Racing Chocobos - Place your B","11" : "Fiddle de Chocobo","12" : "A Great Success","13" : "Tango of Tears","14" : "Debut","15" : "Interrupted by Fireworks","16" : "The Forested Temple","17" : "You Can Hear the Cry of the Pl","18" : "Aerith's Theme","19" : "Buried in the Snow","20" : "The Great Northern Cave","21" : "Reunion","22" : "Who am I-" });
+ el.injectInside($('FinalFantasyVII'));
+ if (!$('FinalFantasyVII')) {
+ new Element('DIV', {
+ 'id': 'FinalFantasyVII',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Final Fantasy VII").injectInside($('root'));
+ }
+ if ($('FinalFantasyVII').className != 'node') {
+ $('FinalFantasyVII').className = 'node';
+ $('FinalFantasyVII').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cd4',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cd4");
+ el.files = new Hash({ "0" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 01 - A Full Scale Attack.mp3","1" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 02 - Weapon Raid.mp3","2" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 03 - Highwind Takes to the Skies.mp3","3" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 04 - A Secret, Sleeping in the Deep Sea.mp3","4" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 05 - Parochial Town.mp3","5" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 06 - Off the Edge of Despair.mp3","6" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 07 - On the Other Side of the Mountain.mp3","7" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 08 - Hurry Faster!.mp3","8" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 09 - Sending a Dream into the Universe.mp3","9" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 10 - The Countdown Begins.mp3","10" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 11 - If You Open Your Heart....mp3","11" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 12 - The Makou Cannon is Fired - Shinra Explodes.mp3","12" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 13 - Judgement Day.mp3","13" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 14 - JENOVA Absolute.mp3","14" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 15 - The Birth of God.mp3","15" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 16 - A One-Winged Angel.mp3","16" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 17 - World Crisis.mp3","17" : "/Final Fantasy VII/cd4/Final Fantasy VII - 4 - 18 - Staff Roll.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18" });
+ el.artist = new Hash({ "0" : "Nobuo Uematsu","1" : "Nobuo Uematsu","2" : "Nobuo Uematsu","3" : "Nobuo Uematsu","4" : "Nobuo Uematsu","5" : "Nobuo Uematsu","6" : "Nobuo Uematsu","7" : "Nobuo Uematsu","8" : "Nobuo Uematsu","9" : "Nobuo Uematsu","10" : "Nobuo Uematsu","11" : "Nobuo Uematsu","12" : "Nobuo Uematsu","13" : "Nobuo Uematsu","14" : "Nobuo Uematsu","15" : "Nobuo Uematsu","16" : "Nobuo Uematsu","17" : "Nobuo Uematsu" });
+ el.album = new Hash({ "0" : "Final Fantasy VII","1" : "Final Fantasy VII","2" : "Final Fantasy VII","3" : "Final Fantasy VII","4" : "Final Fantasy VII","5" : "Final Fantasy VII","6" : "Final Fantasy VII","7" : "Final Fantasy VII","8" : "Final Fantasy VII","9" : "Final Fantasy VII","10" : "Final Fantasy VII","11" : "Final Fantasy VII","12" : "Final Fantasy VII","13" : "Final Fantasy VII","14" : "Final Fantasy VII","15" : "Final Fantasy VII","16" : "Final Fantasy VII","17" : "Final Fantasy VII" });
+ el.titles = new Hash({ "0" : "A Full Scale Attack","1" : "Weapon Raid","2" : "Highwind Takes to the Skies","3" : "A Secret, Sleeping in the Deep","4" : "Parochial Town","5" : "Off the Edge of Despair","6" : "On the Other Side of the Mount","7" : "Hurry Faster!","8" : "Sending a Dream into the Unive","9" : "The Countdown Begins","10" : "If You Open Your Heart...","11" : "The Makou Cannon is Fired - Sh","12" : "Judgement Day","13" : "JENOVA Absolute","14" : "The Birth of God","15" : "A One-Winged Angel","16" : "World Crisis","17" : "Staff Roll" });
+ el.injectInside($('FinalFantasyVII'));
+ if (!$('FlowingTears')) {
+ new Element('DIV', {
+ 'id': 'FlowingTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Flowing Tears").injectInside($('root'));
+ }
+ if ($('FlowingTears').className != 'node') {
+ $('FlowingTears').className = 'node';
+ $('FlowingTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004Razorbliss',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Razorbliss");
+ el.files = new Hash({ "0" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 01.Razorbliss.mp3","1" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 02.Believe.mp3","2" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 03.Virago.mp3","3" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 04.Undying.mp3","4" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 05.Radium Angel.mp3","5" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 06.Firedream.mp3","6" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 07.Ballad Of A Lonely God.mp3","7" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 08.Snakes Of Grey.mp3","8" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 09.Mine Is The Ocean.mp3","9" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 10.Maladine.mp3","10" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 11.Unspoken.mp3","11" : "/Flowing Tears/2004 - Razorbliss/Flowing Tears - 2004 - 12.Pitch Black Water.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Flowing Tears","1" : "Flowing Tears","2" : "Flowing Tears","3" : "Flowing Tears","4" : "Flowing Tears","5" : "Flowing Tears","6" : "Flowing Tears","7" : "Flowing Tears","8" : "Flowing Tears","9" : "Flowing Tears","10" : "Flowing Tears","11" : "Flowing Tears" });
+ el.album = new Hash({ "0" : "Razorbliss (2004)","1" : "Razorbliss (2004)","2" : "Razorbliss (2004)","3" : "Razorbliss (2004)","4" : "Razorbliss (2004)","5" : "Razorbliss (2004)","6" : "Razorbliss (2004)","7" : "Razorbliss (2004)","8" : "Razorbliss (2004)","9" : "Razorbliss (2004)","10" : "Razorbliss (2004)","11" : "Razorbliss (2004)" });
+ el.titles = new Hash({ "0" : "Razorbliss","1" : "Believe","2" : "Virago","3" : "Undying","4" : "Radium Angel","5" : "Firedream","6" : "Ballad Of A Lonely God","7" : "Snakes Of Grey","8" : "Mine Is The Ocean","9" : "Maladine","10" : "Unspoken","11" : "Pitch Black Water" });
+ el.injectInside($('FlowingTears'));
+ if (!$('FrontlineAssembly')) {
+ new Element('DIV', {
+ 'id': 'FrontlineAssembly',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Frontline Assembly").injectInside($('root'));
+ }
+ if ($('FrontlineAssembly').className != 'node') {
+ $('FrontlineAssembly').className = 'node';
+ $('FrontlineAssembly').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006ArtificialSoldier',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Artificial Soldier");
+ el.files = new Hash({ "0" : "/Frontline Assembly/2006 - Artificial Soldier/01_frontline_assembly-unleashed-fwyh.mp3","1" : "/Frontline Assembly/2006 - Artificial Soldier/02_frontline_assembly-lowlife-fwyh.mp3","2" : "/Frontline Assembly/2006 - Artificial Soldier/03_frontline_assembly-beneath_the_rubble-fwyh.mp3","3" : "/Frontline Assembly/2006 - Artificial Soldier/04_frontline_assembly-decsention-fwyh.mp3","4" : "/Frontline Assembly/2006 - Artificial Soldier/05_frontline_assembly-buried_alive-fwyh.mp3","5" : "/Frontline Assembly/2006 - Artificial Soldier/06_frontline_assembly-dopamine-fwyh.mp3","6" : "/Frontline Assembly/2006 - Artificial Soldier/07_frontline_assembly-social_enemy-fwyh.mp3","7" : "/Frontline Assembly/2006 - Artificial Soldier/08_frontline_assembly-future_fail-fwyh.mp3","8" : "/Frontline Assembly/2006 - Artificial Soldier/09_frontline_assembly-the_storm-fwyh.mp3","9" : "/Frontline Assembly/2006 - Artificial Soldier/10_frontline_assembly-humanity_(world_war_3)-fwyh.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Frontline Assembly","1" : "Frontline Assembly","2" : "Frontline Assembly","3" : "Frontline Assembly","4" : "Frontline Assembly","5" : "Frontline Assembly","6" : "Frontline Assembly","7" : "Frontline Assembly","8" : "Frontline Assembly","9" : "Frontline Assembly" });
+ el.album = new Hash({ "0" : "Artificial Soldier","1" : "Artificial Soldier","2" : "Artificial Soldier","3" : "Artificial Soldier","4" : "Artificial Soldier","5" : "Artificial Soldier","6" : "Artificial Soldier","7" : "Artificial Soldier","8" : "Artificial Soldier","9" : "Artificial Soldier" });
+ el.titles = new Hash({ "0" : "Unleashed","1" : "Lowlife","2" : "Beneath The Rubble","3" : "Decsention","4" : "Buried Alive","5" : "Dopamine","6" : "Social Enemy","7" : "Future Fail","8" : "The Storm","9" : "Humanity (World War 3)" });
+ el.injectInside($('FrontlineAssembly'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth1')) {
+ new Element('DIV', {
+ 'id': 'Goth1',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 1").injectInside($('GothicPacks'));
+ }
+ if ($('Goth1').className != 'node') {
+ $('Goth1').className = 'node';
+ $('Goth1').
+ }
+ if (!$('7thMoonAlterAlma')) {
+ new Element('DIV', {
+ 'id': '7thMoonAlterAlma',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("7th Moon- Alter Alma").injectInside($('Goth1'));
+ }
+ if ($('7thMoonAlterAlma').className != 'node') {
+ $('7thMoonAlterAlma').className = 'node';
+ $('7thMoonAlterAlma').
+ }
+ var el = new Element('DIV', {
+ 'id': 'AlterAlma',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Alter Alma");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 01 - Love Sweet Death.mp3","1" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 02 - The Eternal Flight.mp3","2" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 03 - I'm the King Again.mp3","3" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 04 - Land of Rain.mp3","4" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 05 - The Shrine of the Unknown.mp3","5" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 06 - The Mermaid Chant.mp3","6" : "/Gothic Packs/Goth 1/7th Moon- Alter Alma/Alter Alma/7th Moon - 07 - Man Lives Apart.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7" });
+ el.artist = new Hash({ "0" : "7th Moon","1" : "7th Moon","2" : "7th Moon","3" : "7th Moon","4" : "7th Moon","5" : "7th Moon","6" : "7th Moon" });
+ el.album = new Hash({ "0" : "Alter Alma","1" : "Alter Alma","2" : "Alter Alma","3" : "Alter Alma","4" : "Alter Alma","5" : "Alter Alma","6" : "Alter Alma" });
+ el.titles = new Hash({ "0" : "Love Sweet Death","1" : "The Eternal Flight","2" : "I'm the King Again","3" : "Land of Rain","4" : "The Shrine of the Unknown","5" : "The Mermaid Chant","6" : "Man Lives Apart" });
+ el.injectInside($('7thMoonAlterAlma'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth1')) {
+ new Element('DIV', {
+ 'id': 'Goth1',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 1").injectInside($('GothicPacks'));
+ }
+ if ($('Goth1').className != 'node') {
+ $('Goth1').className = 'node';
+ $('Goth1').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CatafalqueUnique',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Catafalque -Unique");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_01_-_Catafalque_(Tur)_-_The_Soothsayer.mp3","1" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_02_-_Catafalque_(Tur)_-_Hallowed_Lands.mp3","2" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_03_-_Catafalque_(Tur)_-_Archangel%60s_Touch.mp3","3" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_04_-_Catafalque_(Tur)_-_Dreamweaver.mp3","4" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_05_-_Catafalque_(Tur)_-_Lust_and_Innocence.mp3","5" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_06_-_Catafalque_(Tur)_-_Bloodia_(A_Raven_In_The_Night).mp3","6" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_07_-_Catafalque_(Tur)_-_L.O.V.E_(Legacy_Of_Virgin_Eve).mp3","7" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_08_-_Catafalque_(Tur)_-_Sharper_Then_The_Blade.mp3","8" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_09_-_Catafalque_(Tur)_-_Gomorrah_(Eyes_Of_Wrath).mp3","9" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_10_-_Catafalque_(Tur)_-_Shadow_My_Secret_Soul.mp3","10" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_11_-_Catafalque_(Tur)_-_The_Wells_Of_(My)_Heart.mp3","11" : "/Gothic Packs/Goth 1/Catafalque -Unique/CD1_-_12_-_Catafalque_(Tur)_-_Nightfall_Serenade.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Catafalque (Tur)","1" : "Catafalque (Tur)","2" : "Catafalque (Tur)","3" : "Catafalque (Tur)","4" : "Catafalque (Tur)","5" : "Catafalque (Tur)","6" : "Catafalque (Tur)","7" : "Catafalque (Tur)","8" : "Catafalque (Tur)","9" : "Catafalque (Tur)","10" : "Catafalque (Tur)","11" : "Catafalque (Tur)" });
+ el.album = new Hash({ "0" : "Unique","1" : "Unique","2" : "Unique","3" : "Unique","4" : "Unique","5" : "Unique","6" : "Unique","7" : "Unique","8" : "Unique","9" : "Unique","10" : "Unique","11" : "Unique" });
+ el.titles = new Hash({ "0" : "The Soothsayer","1" : "Hallowed Lands","2" : "Archangel`s Touch","3" : "Dreamweaver","4" : "Lust and Innocence","5" : "Bloodia (A Raven In The Night)","6" : "L.O.V.E (Legacy Of Virgin Eve)","7" : "Sharper Then The Blade","8" : "Gomorrah (Eyes Of Wrath)","9" : "Shadow My Secret Soul","10" : "The Wells Of (My) Heart","11" : "Nightfall Serenade" });
+ el.injectInside($('Goth1'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth1')) {
+ new Element('DIV', {
+ 'id': 'Goth1',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 1").injectInside($('GothicPacks'));
+ }
+ if ($('Goth1').className != 'node') {
+ $('Goth1').className = 'node';
+ $('Goth1').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Darzamat',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Darzamat");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_01_-_Into_The_Abyss_Of_Forgotten_Woods.mp3","1" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_02_-_The_Longest_Journey.mp3","2" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_03_-_Nameless.mp3","3" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_04_-_Beauty.mp3","4" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_05_-_Time.mp3","5" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_06_-_Moon_Has_Imprisoned_Me_In_Her_Shine.mp3","6" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_07_-_When_the_Dreams_Died.mp3","7" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_08_-_Elegy.mp3","8" : "/Gothic Packs/Goth 1/Darzamat/Darzamat_-_09_-_Soporific.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "" });
+ el.artist = new Hash({ "0" : "Darzamat","1" : "Darzamat","2" : "Darzamat","3" : "Darzamat","4" : "Darzamat","5" : "Darzamat","6" : "Darzamat","7" : "Darzamat","8" : "Darzamat" });
+ el.album = new Hash({ "0" : "Oniriad","1" : "Oniriad","2" : "Oniriad","3" : "Oniriad","4" : "Oniriad","5" : "Oniriad","6" : "Oniriad","7" : "Oniriad","8" : "Oniriad" });
+ el.titles = new Hash({ "0" : "Into The Abyss Of Forgotten Woods","1" : "The Longest Journey","2" : "Nameless","3" : "Beauty","4" : "Time","5" : "Moon Has Imprisoned Me In Her Shine","6" : "When the Dreams Died","7" : "Elegy","8" : "Soporific" });
+ el.injectInside($('Goth1'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth1')) {
+ new Element('DIV', {
+ 'id': 'Goth1',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 1").injectInside($('GothicPacks'));
+ }
+ if ($('Goth1').className != 'node') {
+ $('Goth1').className = 'node';
+ $('Goth1').
+ }
+ var el = new Element('DIV', {
+ 'id': 'LakeofSorrow',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Lake of Sorrow");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_01_My Love.mp3","1" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_02_The Kiss.mp3","2" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_03_Worthy Of You.mp3","3" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_04_Lake Of Sorrow.mp3","4" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_05_Until The Dark.mp3","5" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_06_All Alone.mp3","6" : "/Gothic Packs/Goth 1/Lake of Sorrow/The Sins Of Thy Beloved_Lake of Sorrow_07_Silent Pain.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "" });
+ el.artist = new Hash({ "0" : "The Sins Of Thy Beloved","1" : "The Sins Of Thy Beloved","2" : "The Sins Of Thy Beloved","3" : "The Sins Of Thy Beloved","4" : "The Sins Of Thy Beloved","5" : "The Sins Of Thy Beloved","6" : "The Sins Of Thy Beloved" });
+ el.album = new Hash({ "0" : "Lake of Sorrow","1" : "Lake of Sorrow","2" : "Lake of Sorrow","3" : "Lake of Sorrow","4" : "Lake of Sorrow","5" : "Lake of Sorrow","6" : "Lake of Sorrow" });
+ el.titles = new Hash({ "0" : "My Love","1" : "The Kiss","2" : "Worthy Of You","3" : "Lake Of Sorrow","4" : "Until The Dark","5" : "All Alone","6" : "Silent Pain" });
+ el.injectInside($('Goth1'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth1')) {
+ new Element('DIV', {
+ 'id': 'Goth1',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 1").injectInside($('GothicPacks'));
+ }
+ if ($('Goth1').className != 'node') {
+ $('Goth1').className = 'node';
+ $('Goth1').
+ }
+ var el = new Element('DIV', {
+ 'id': 'OrphanageInside',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Orphanage - Inside");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 1/Orphanage - Inside/01 - Track.MP3","1" : "/Gothic Packs/Goth 1/Orphanage - Inside/02 - Track.MP3","2" : "/Gothic Packs/Goth 1/Orphanage - Inside/03 - Track.MP3","3" : "/Gothic Packs/Goth 1/Orphanage - Inside/04 - Track.MP3","4" : "/Gothic Packs/Goth 1/Orphanage - Inside/05 - Track.MP3","5" : "/Gothic Packs/Goth 1/Orphanage - Inside/06 - Track.MP3","6" : "/Gothic Packs/Goth 1/Orphanage - Inside/07 - Track.MP3","7" : "/Gothic Packs/Goth 1/Orphanage - Inside/08 - Track.MP3","8" : "/Gothic Packs/Goth 1/Orphanage - Inside/09 - Track.MP3","9" : "/Gothic Packs/Goth 1/Orphanage - Inside/10 - Track.MP3","10" : "/Gothic Packs/Goth 1/Orphanage - Inside/11 - Track.MP3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "01","1" : "02","2" : "03","3" : "04","4" : "05","5" : "06","6" : "07","7" : "08","8" : "09","9" : "10","10" : "11" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.titles = new Hash({ "0" : "Track","1" : "Track","2" : "Track","3" : "Track","4" : "Track","5" : "Track","6" : "Track","7" : "Track","8" : "Track","9" : "Track","10" : "Track" });
+ el.injectInside($('Goth1'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth2')) {
+ new Element('DIV', {
+ 'id': 'Goth2',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 2").injectInside($('GothicPacks'));
+ }
+ if ($('Goth2').className != 'node') {
+ $('Goth2').className = 'node';
+ $('Goth2').
+ }
+ var el = new Element('DIV', {
+ 'id': 'AlicesInferno',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Alice's Inferno");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 2/Alice's Inferno/01 - Forever Slave - Lunatic Asylum.mp3","1" : "/Gothic Packs/Goth 2/Alice's Inferno/02 - Forever Slave - Reminiscences.mp3","2" : "/Gothic Packs/Goth 2/Alice's Inferno/03 - Forever Slave - In The Forest.mp3","3" : "/Gothic Packs/Goth 2/Alice's Inferno/04 - Forever Slave - Equilibrium.mp3","4" : "/Gothic Packs/Goth 2/Alice's Inferno/05 - Forever Slave - The Circle Of Tenebra.mp3","5" : "/Gothic Packs/Goth 2/Alice's Inferno/06 - Forever Slave - Dreams And Dust.mp3","6" : "/Gothic Packs/Goth 2/Alice's Inferno/07 - Forever Slave - Aquelarre.mp3","7" : "/Gothic Packs/Goth 2/Alice's Inferno/08 - Forever Slave - Across The Mirror.mp3","8" : "/Gothic Packs/Goth 2/Alice's Inferno/09 - Forever Slave - Tristeza.mp3","9" : "/Gothic Packs/Goth 2/Alice's Inferno/10 - Forever Slave - The Letter.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Forever Slave","1" : "Forever Slave","2" : "Forever Slave","3" : "Forever Slave","4" : "Forever Slave","5" : "Forever Slave","6" : "Forever Slave","7" : "Forever Slave","8" : "Forever Slave","9" : "Forever Slave" });
+ el.album = new Hash({ "0" : "Alice's Inferno","1" : "Alice's Inferno","2" : "Alice's Inferno","3" : "Alice's Inferno","4" : "Alice's Inferno","5" : "Alice's Inferno","6" : "Alice's Inferno","7" : "Alice's Inferno","8" : "Alice's Inferno","9" : "Alice's Inferno" });
+ el.titles = new Hash({ "0" : "Lunatic Asylum","1" : "Reminiscences","2" : "In The Forest","3" : "Equilibrium","4" : "The Circle Of Tenebra","5" : "Dreams And Dust","6" : "Aquelarre","7" : "Across The Mirror","8" : "Tristeza","9" : "The Letter" });
+ el.injectInside($('Goth2'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth2')) {
+ new Element('DIV', {
+ 'id': 'Goth2',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 2").injectInside($('GothicPacks'));
+ }
+ if ($('Goth2').className != 'node') {
+ $('Goth2').className = 'node';
+ $('Goth2').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Cold',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Cold");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 2/Cold/01 - The Blue Season - Track 01.mp3","1" : "/Gothic Packs/Goth 2/Cold/02 - The Blue Season - Track 02.mp3","2" : "/Gothic Packs/Goth 2/Cold/03 - The Blue Season - Track 03.mp3","3" : "/Gothic Packs/Goth 2/Cold/04 - The Blue Season - Track 04.mp3","4" : "/Gothic Packs/Goth 2/Cold/05 - The Blue Season - Track 05.mp3","5" : "/Gothic Packs/Goth 2/Cold/06 - The Blue Season - Track 06.mp3","6" : "/Gothic Packs/Goth 2/Cold/07 - The Blue Season - Track 07.mp3","7" : "/Gothic Packs/Goth 2/Cold/08 - The Blue Season - Track 08.mp3","8" : "/Gothic Packs/Goth 2/Cold/09 - The Blue Season - Track 09.mp3","9" : "/Gothic Packs/Goth 2/Cold/10 - The Blue Season - Track 10.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "The Blue Season","1" : "The Blue Season","2" : "The Blue Season","3" : "The Blue Season","4" : "The Blue Season","5" : "The Blue Season","6" : "The Blue Season","7" : "The Blue Season","8" : "The Blue Season","9" : "The Blue Season" });
+ el.album = new Hash({ "0" : "Cold","1" : "Cold","2" : "Cold","3" : "Cold","4" : "Cold","5" : "Cold","6" : "Cold","7" : "Cold","8" : "Cold","9" : "Cold" });
+ el.titles = new Hash({ "0" : "Track 01","1" : "Track 02","2" : "Track 03","3" : "Track 04","4" : "Track 05","5" : "Track 06","6" : "Track 07","7" : "Track 08","8" : "Track 09","9" : "Track 10" });
+ el.injectInside($('Goth2'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth2')) {
+ new Element('DIV', {
+ 'id': 'Goth2',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 2").injectInside($('GothicPacks'));
+ }
+ if ($('Goth2').className != 'node') {
+ $('Goth2').className = 'node';
+ $('Goth2').
+ }
+ var el = new Element('DIV', {
+ 'id': 'SpinMoonMagic',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Spin Moon Magic");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 2/Spin Moon Magic/01 - The Dreamside - Into A Fency.mp3","1" : "/Gothic Packs/Goth 2/Spin Moon Magic/02 - The Dreamside - Forsaken.mp3","2" : "/Gothic Packs/Goth 2/Spin Moon Magic/03 - The Dreamside - The Feast Is Set.mp3","3" : "/Gothic Packs/Goth 2/Spin Moon Magic/04 - The Dreamside - Open Your Eyes.mp3","4" : "/Gothic Packs/Goth 2/Spin Moon Magic/05 - The Dreamside - Gates Of Dawn.mp3","5" : "/Gothic Packs/Goth 2/Spin Moon Magic/06 - The Dreamside - Somewhere Before.mp3","6" : "/Gothic Packs/Goth 2/Spin Moon Magic/07 - The Dreamside - Spin Moon Magic.mp3","7" : "/Gothic Packs/Goth 2/Spin Moon Magic/08 - The Dreamside - Dreaming All Of You.mp3","8" : "/Gothic Packs/Goth 2/Spin Moon Magic/09 - The Dreamside - Song Of The Sirenes.mp3","9" : "/Gothic Packs/Goth 2/Spin Moon Magic/10 - The Dreamside - Nocturnal.mp3","10" : "/Gothic Packs/Goth 2/Spin Moon Magic/11 - The Dreamside - Joyfire.mp3","11" : "/Gothic Packs/Goth 2/Spin Moon Magic/12 - The Dreamside - Slay Your Dragons.mp3","12" : "/Gothic Packs/Goth 2/Spin Moon Magic/13 - The Dreamside - Die Hoffnung.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "The Dreamside","1" : "The Dreamside","2" : "The Dreamside","3" : "The Dreamside","4" : "The Dreamside","5" : "The Dreamside","6" : "The Dreamside","7" : "The Dreamside","8" : "The Dreamside","9" : "The Dreamside","10" : "The Dreamside","11" : "The Dreamside","12" : "The Dreamside" });
+ el.album = new Hash({ "0" : "Spin Moon Magic","1" : "Spin Moon Magic","2" : "Spin Moon Magic","3" : "Spin Moon Magic","4" : "Spin Moon Magic","5" : "Spin Moon Magic","6" : "Spin Moon Magic","7" : "Spin Moon Magic","8" : "Spin Moon Magic","9" : "Spin Moon Magic","10" : "Spin Moon Magic","11" : "Spin Moon Magic","12" : "Spin Moon Magic" });
+ el.titles = new Hash({ "0" : "Into A Fency","1" : "Forsaken","2" : "The Feast Is Set","3" : "Open Your Eyes","4" : "Gates Of Dawn","5" : "Somewhere Before","6" : "Spin Moon Magic","7" : "Dreaming All Of You","8" : "Song Of The Sirenes","9" : "Nocturnal","10" : "Joyfire","11" : "Slay Your Dragons","12" : "Die Hoffnung" });
+ el.injectInside($('Goth2'));
+ if (!$('GothicPacks')) {
+ new Element('DIV', {
+ 'id': 'GothicPacks',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Gothic Packs").injectInside($('root'));
+ }
+ if ($('GothicPacks').className != 'node') {
+ $('GothicPacks').className = 'node';
+ $('GothicPacks').
+ }
+ if (!$('Goth2')) {
+ new Element('DIV', {
+ 'id': 'Goth2',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Goth 2").injectInside($('GothicPacks'));
+ }
+ if ($('Goth2').className != 'node') {
+ $('Goth2').className = 'node';
+ $('Goth2').
+ }
+ var el = new Element('DIV', {
+ 'id': 'SunterraGracefulTunes',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Sunterra - Graceful Tunes");
+ el.files = new Hash({ "0" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_01_-_Sunterra_-_Confusion.mp3","1" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_02_-_Sunterra_-_Graceful_Tunes.mp3","2" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_03_-_Sunterra_-_Hidden.mp3","3" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_04_-_Sunterra_-_The_Spirit_Of_Light.mp3","4" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_05_-_Sunterra_-_Somewhere.mp3","5" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_06_-_Sunterra_-_Quid_Est_Libertas.mp3","6" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_07_-_Sunterra_-_Veil_Of_Darkness.mp3","7" : "/Gothic Packs/Goth 2/Sunterra - Graceful Tunes/CD1_-_08_-_Sunterra_-_Charon%60s_Pond.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "" });
+ el.artist = new Hash({ "0" : "Sunterra","1" : "Sunterra","2" : "Sunterra","3" : "Sunterra","4" : "Sunterra","5" : "Sunterra","6" : "Sunterra","7" : "Sunterra" });
+ el.album = new Hash({ "0" : "Graceful Tunes","1" : "Graceful Tunes","2" : "Graceful Tunes","3" : "Graceful Tunes","4" : "Graceful Tunes","5" : "Graceful Tunes","6" : "Graceful Tunes","7" : "Graceful Tunes" });
+ el.titles = new Hash({ "0" : "Confusion","1" : "Graceful Tunes","2" : "Hidden","3" : "The Spirit Of Light","4" : "Somewhere","5" : "Quid Est Libertas","6" : "Veil Of Darkness","7" : "Charon`s Pond" });
+ el.injectInside($('Goth2'));
+ if (!$('GuanoApes')) {
+ new Element('DIV', {
+ 'id': 'GuanoApes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Guano Apes").injectInside($('root'));
+ }
+ if ($('GuanoApes').className != 'node') {
+ $('GuanoApes').className = 'node';
+ $('GuanoApes').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003WalkingOnAThinLine',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Walking On A Thin Line");
+ el.files = new Hash({ "0" : "/Guano Apes/2003 - Walking On A Thin Line/01 Guano Apes - You Cant Stop Me.mp3","1" : "/Guano Apes/2003 - Walking On A Thin Line/02 Guano Apes - Dick.mp3","2" : "/Guano Apes/2003 - Walking On A Thin Line/03 Guano Apes - Kiss the Dawn.mp3","3" : "/Guano Apes/2003 - Walking On A Thin Line/04 Guano Apes - Pretty in Scarlet.mp3","4" : "/Guano Apes/2003 - Walking On A Thin Line/05 Guano Apes - Diokhan.mp3","5" : "/Guano Apes/2003 - Walking On A Thin Line/06 Guano Apes - Electric Nights.mp3","6" : "/Guano Apes/2003 - Walking On A Thin Line/07 Guano Apes - Quietly.mp3","7" : "/Guano Apes/2003 - Walking On A Thin Line/08 Guano Apes - High.mp3","8" : "/Guano Apes/2003 - Walking On A Thin Line/09 Guano Apes - Sing that Song.mp3","9" : "/Guano Apes/2003 - Walking On A Thin Line/10 Guano Apes - Scratch the Pitch.mp3","10" : "/Guano Apes/2003 - Walking On A Thin Line/11 Guano Apes - Plastic Mouth.mp3","11" : "/Guano Apes/2003 - Walking On A Thin Line/12 Guano Apes - Counting the Days.mp3","12" : "/Guano Apes/2003 - Walking On A Thin Line/13 Guano Apes - Storm.mp3","13" : "/Guano Apes/2003 - Walking On A Thin Line/14 Guano Apes - Sugar Skin.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Guano Apes","1" : "Guano Apes","2" : "Guano Apes","3" : "Guano Apes","4" : "Guano Apes","5" : "Guano Apes","6" : "Guano Apes","7" : "Guano Apes","8" : "Guano Apes","9" : "Guano Apes","10" : "Guano Apes","11" : "Guano Apes","12" : "Guano Apes","13" : "Guano Apes" });
+ el.album = new Hash({ "0" : "Walking on A Thin Line","1" : "Walking on A Thin Line","2" : "Walking on A Thin Line","3" : "Walking on A Thin Line","4" : "Walking on A Thin Line","5" : "Walking on A Thin Line","6" : "Walking on A Thin Line","7" : "Walking on A Thin Line","8" : "Walking on A Thin Line","9" : "Walking on A Thin Line","10" : "Walking on A Thin Line","11" : "Walking on A Thin Line","12" : "Walking on A Thin Line","13" : "Walking on A Thin Line" });
+ el.titles = new Hash({ "0" : "You Cant Stop Me","1" : "Dick","2" : "Kiss the Dawn","3" : "Pretty in Scarlet","4" : "Diokhan","5" : "Electric Nights","6" : "Quietly","7" : "High","8" : "Sing that Song","9" : "Scratch the Pitch","10" : "Plastic Mouth","11" : "Counting the Days","12" : "Storm","13" : "Sugar Skin" });
+ el.injectInside($('GuanoApes'));
+ if (!$('HIM')) {
+ new Element('DIV', {
+ 'id': 'HIM',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("HIM").injectInside($('root'));
+ }
+ if ($('HIM').className != 'node') {
+ $('HIM').className = 'node';
+ $('HIM').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997GreatestLovesongsVol666',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Greatest Lovesongs Vol. 666");
+ el.files = new Hash({ "0" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(01)For You (Intro).mp3","1" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(02)Your Sweet Six Six Six.mp3","2" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(03)Wicked Game.mp3","3" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(04)The Heartless.mp3","4" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(05)Our Diabolikal Rapture.mp3","5" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(06)It's All Tears (Drown In This Love).mp3","6" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(07)When Love And Death Embrace.mp3","7" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(08)The Beginning Of The End.mp3","8" : "/HIM/1997 - Greatest Lovesongs Vol. 666/HIM-(09)(Don't Fear) The Reaper.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "HIM","1" : "HIM","2" : "HIM","3" : "HIM","4" : "HIM","5" : "HIM","6" : "HIM","7" : "HIM","8" : "HIM" });
+ el.album = new Hash({ "0" : "Greatest lovesongs vol. 666","1" : "Greatest lovesongs vol. 666","2" : "Greatest lovesongs vol. 666","3" : "Greatest lovesongs vol. 666","4" : "Greatest lovesongs vol. 666","5" : "Greatest lovesongs vol. 666","6" : "Greatest lovesongs vol. 666","7" : "Greatest lovesongs vol. 666","8" : "Greatest lovesongs vol. 666" });
+ el.titles = new Hash({ "0" : "For You (Intro)","1" : "Your Sweet Six Six Six","2" : "Wicked Game","3" : "The Heartless","4" : "Our Diabolikal Rapture","5" : "It's All Tears (Drown In This Love)","6" : "When Love And Death Embrace","7" : "The Beginning Of The End","8" : "(Don't Fear) The Reaper" });
+ el.injectInside($('HIM'));
+ if (!$('HIM')) {
+ new Element('DIV', {
+ 'id': 'HIM',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("HIM").injectInside($('root'));
+ }
+ if ($('HIM').className != 'node') {
+ $('HIM').className = 'node';
+ $('HIM').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005DarkLight',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Dark Light");
+ el.files = new Hash({ "0" : "/HIM/2005 - Dark Light/01-h.i.m-vampire_heart.mp3","1" : "/HIM/2005 - Dark Light/02-h.i.m-rip_out_the_wings_of_a_butterfly.mp3","2" : "/HIM/2005 - Dark Light/03-h.i.m-under_the_rose.mp3","3" : "/HIM/2005 - Dark Light/04-h.i.m-killing_loneliness.mp3","4" : "/HIM/2005 - Dark Light/05-h.i.m-dark_light.mp3","5" : "/HIM/2005 - Dark Light/06-h.i.m-behind_the_crimson_door.mp3","6" : "/HIM/2005 - Dark Light/07-h.i.m-the_face_of_god.mp3","7" : "/HIM/2005 - Dark Light/08-h.i.m-drunk_on_shadows.mp3","8" : "/HIM/2005 - Dark Light/09-h.i.m-play_dead.mp3","9" : "/HIM/2005 - Dark Light/10-h.i.m-in_the_nightside_of_eden.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "H.I.M","1" : "H.I.M","2" : "H.I.M","3" : "H.I.M","4" : "H.I.M","5" : "H.I.M","6" : "H.I.M","7" : "H.I.M","8" : "H.I.M","9" : "H.I.M" });
+ el.album = new Hash({ "0" : "Dark Light","1" : "Dark Light","2" : "Dark Light","3" : "Dark Light","4" : "Dark Light","5" : "Dark Light","6" : "Dark Light","7" : "Dark Light","8" : "Dark Light","9" : "Dark Light" });
+ el.titles = new Hash({ "0" : "Vampire Heart","1" : "Rip Out The Wings Of A Butterfly","2" : "Under The Rose","3" : "Killing Loneliness","4" : "Dark Light","5" : "Behind The Crimson Door","6" : "The Face Of God","7" : "Drunk On Shadows","8" : "Play Dead","9" : "In The Nightside Of Eden" });
+ el.injectInside($('HIM'));
+ if (!$('Hipodil')) {
+ new Element('DIV', {
+ 'id': 'Hipodil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Hipodil").injectInside($('root'));
+ }
+ if ($('Hipodil').className != 'node') {
+ $('Hipodil').className = 'node';
+ $('Hipodil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000HoraOtNaroda',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Hora Ot Naroda");
+ el.files = new Hash({ "0" : "/Hipodil/2000 - Hora Ot Naroda/1 Mozart.mp3","1" : "/Hipodil/2000 - Hora Ot Naroda/10 Ne biva.mp3","2" : "/Hipodil/2000 - Hora Ot Naroda/11 Konnikut bez glava.mp3","3" : "/Hipodil/2000 - Hora Ot Naroda/12 Az sum Batman, az sum Zoro.mp3","4" : "/Hipodil/2000 - Hora Ot Naroda/13 Nedovolstvo.mp3","5" : "/Hipodil/2000 - Hora Ot Naroda/14 Gagarin.mp3","6" : "/Hipodil/2000 - Hora Ot Naroda/2 Partizani.mp3","7" : "/Hipodil/2000 - Hora Ot Naroda/3 Zidaromazaci.mp3","8" : "/Hipodil/2000 - Hora Ot Naroda/4 4ove4e.mp3","9" : "/Hipodil/2000 - Hora Ot Naroda/5 Na susha.mp3","10" : "/Hipodil/2000 - Hora Ot Naroda/6 Hora ot naroda.mp3","11" : "/Hipodil/2000 - Hora Ot Naroda/7 Balada za turshiata.mp3","12" : "/Hipodil/2000 - Hora Ot Naroda/8 Seksualen mahmurluk.mp3","13" : "/Hipodil/2000 - Hora Ot Naroda/9 Drugo niama.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "10","2" : "11","3" : "12","4" : "13","5" : "14","6" : "2","7" : "3","8" : "4","9" : "5","10" : "6","11" : "7","12" : "8","13" : "9" });
+ el.artist = new Hash({ "0" : "Hipodil","1" : "Hipodil","2" : "Hipodil","3" : "Hipodil","4" : "Hipodil","5" : "Hipodil","6" : "Hipodil","7" : "Hipodil","8" : "Hipodil","9" : "Hipodil","10" : "Hipodil","11" : "Hipodil","12" : "Hipodil","13" : "Hipodil" });
+ el.album = new Hash({ "0" : "Hora Ot Naroda","1" : "Hora Ot Naroda","2" : "Hora Ot Naroda","3" : "Hora Ot Naroda","4" : "Hora Ot Naroda","5" : "Hora Ot Naroda","6" : "Hora Ot Naroda","7" : "Hora Ot Naroda","8" : "Hora Ot Naroda","9" : "Hora Ot Naroda","10" : "Hora Ot Naroda","11" : "Hora Ot Naroda","12" : "Hora Ot Naroda","13" : "Hora Ot Naroda" });
+ el.titles = new Hash({ "0" : "Mozart","1" : "Ne biva","2" : "Konnikut bez glava","3" : "Az sum Batman, az sum Zoro","4" : "Nedovolstvo","5" : "Gagarin","6" : "Partizani","7" : "Zidaromazaci","8" : "4ove4e","9" : "Na susha","10" : "Hora ot naroda","11" : "Balada za turshiata","12" : "Seksualen mahmurluk","13" : "Drugo niama" });
+ el.injectInside($('Hipodil'));
+ if (!$('InRemembrance')) {
+ new Element('DIV', {
+ 'id': 'InRemembrance',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("In Remembrance").injectInside($('root'));
+ }
+ if ($('InRemembrance').className != 'node') {
+ $('InRemembrance').className = 'node';
+ $('InRemembrance').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007WellAlwaysHaveTheMemories',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - We'll Always Have The Memories");
+ el.files = new Hash({ "0" : "/In Remembrance/2007 - We'll Always Have The Memories/01-in_remembrance-dead_ends.mp3","1" : "/In Remembrance/2007 - We'll Always Have The Memories/02-in_remembrance-tell_them_im_sorry.mp3","2" : "/In Remembrance/2007 - We'll Always Have The Memories/03-in_remembrance-for_what_its_worth.mp3","3" : "/In Remembrance/2007 - We'll Always Have The Memories/04-in_remembrance-goin_nowhere.mp3","4" : "/In Remembrance/2007 - We'll Always Have The Memories/05-in_remembrance-the_damned.mp3","5" : "/In Remembrance/2007 - We'll Always Have The Memories/06-in_remembrance-thown_away.mp3","6" : "/In Remembrance/2007 - We'll Always Have The Memories/07-in_remembrance-king_of_hearts.mp3","7" : "/In Remembrance/2007 - We'll Always Have The Memories/08-in_remembrance-well_always_have_the_memories.mp3","8" : "/In Remembrance/2007 - We'll Always Have The Memories/09-in_remembrance-satisfaction_of_knowing.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "In Remembrance","1" : "In Remembrance","2" : "In Remembrance","3" : "In Remembrance","4" : "In Remembrance","5" : "In Remembrance","6" : "In Remembrance","7" : "In Remembrance","8" : "In Remembrance" });
+ el.album = new Hash({ "0" : "We'll Always Have The Memories","1" : "We'll Always Have The Memories","2" : "We'll Always Have The Memories","3" : "We'll Always Have The Memories","4" : "We'll Always Have The Memories","5" : "We'll Always Have The Memories","6" : "We'll Always Have The Memories","7" : "We'll Always Have The Memories","8" : "We'll Always Have The Memories" });
+ el.titles = new Hash({ "0" : "Dead Ends","1" : "Tell Them I'm Sorry","2" : "For What It's Worth","3" : "Goin' Nowhere","4" : "The Damned","5" : "Thown Away","6" : "King Of Hearts","7" : "We'll Always Have The Memories","8" : "Satisfaction Of Knowing" });
+ el.injectInside($('InRemembrance'));
+ if (!$('Katatonia')) {
+ new Element('DIV', {
+ 'id': 'Katatonia',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Katatonia").injectInside($('root'));
+ }
+ if ($('Katatonia').className != 'node') {
+ $('Katatonia').className = 'node';
+ $('Katatonia').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006TheGreatColdDistance',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - The Great Cold Distance");
+ el.files = new Hash({ "0" : "/Katatonia/2006 - The Great Cold Distance/01 Leaders.mp3","1" : "/Katatonia/2006 - The Great Cold Distance/02 Deliberation.mp3","2" : "/Katatonia/2006 - The Great Cold Distance/03 Soil's Song.mp3","3" : "/Katatonia/2006 - The Great Cold Distance/04 My Twin.mp3","4" : "/Katatonia/2006 - The Great Cold Distance/05 Consternation.mp3","5" : "/Katatonia/2006 - The Great Cold Distance/06 Follower.mp3","6" : "/Katatonia/2006 - The Great Cold Distance/07 Rusted.mp3","7" : "/Katatonia/2006 - The Great Cold Distance/08 Increase.mp3","8" : "/Katatonia/2006 - The Great Cold Distance/09 July.mp3","9" : "/Katatonia/2006 - The Great Cold Distance/10 In The White.mp3","10" : "/Katatonia/2006 - The Great Cold Distance/11 The Itch.mp3","11" : "/Katatonia/2006 - The Great Cold Distance/12 Journey Through Pressure.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Katatonia","1" : "Katatonia","2" : "Katatonia","3" : "Katatonia","4" : "Katatonia","5" : "Katatonia","6" : "Katatonia","7" : "Katatonia","8" : "Katatonia","9" : "Katatonia","10" : "Katatonia","11" : "Katatonia" });
+ el.album = new Hash({ "0" : "The Great Cold Distance","1" : "The Great Cold Distance","2" : "The Great Cold Distance","3" : "The Great Cold Distance","4" : "The Great Cold Distance","5" : "The Great Cold Distance","6" : "The Great Cold Distance","7" : "The Great Cold Distance","8" : "The Great Cold Distance","9" : "The Great Cold Distance","10" : "The Great Cold Distance","11" : "The Great Cold Distance" });
+ el.titles = new Hash({ "0" : "Leaders","1" : "Deliberation","2" : "Soil`s Song","3" : "My Twin","4" : "Consternation","5" : "Follower","6" : "Rusted","7" : "Increase","8" : "July","9" : "In The White","10" : "The Itch","11" : "Journey Through Pressure" });
+ el.injectInside($('Katatonia'));
+ if (!$('kidneythieves')) {
+ new Element('DIV', {
+ 'id': 'kidneythieves',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("kidney thieves").injectInside($('root'));
+ }
+ if ($('kidneythieves').className != 'node') {
+ $('kidneythieves').className = 'node';
+ $('kidneythieves').
+ }
+ var el = new Element('DIV', {
+ 'id': 'phiintheskyok',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("phi in the sky-ok");
+ el.files = new Hash({ "0" : "/kidney thieves/phi in the sky-ok/01 - Black Bullet.mp3","1" : "/kidney thieves/phi in the sky-ok/02 - placebo.mp3","2" : "/kidney thieves/phi in the sky-ok/03 - Zerospace.mp3","3" : "/kidney thieves/phi in the sky-ok/04 -zerospace_(q-burns_abstract_message).mp3","4" : "/kidney thieves/phi in the sky-ok/05 - spank(kmfdm).mp3","5" : "/kidney thieves/phi in the sky-ok/06 - zerospace_(dj_merritt).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "" });
+ el.artist = new Hash({ "0" : "Kidneythieves","1" : "kidneythieves","2" : "Kidneythieves","3" : "kidneythieves","4" : "kidneythieves","5" : "kidneythieves" });
+ el.album = new Hash({ "0" : "phi in the sky","1" : "phi in the sky","2" : "phi in the sky","3" : "phi in the sky","4" : "phi in the sky","5" : "phi in the sky" });
+ el.titles = new Hash({ "0" : "Black Bullet","1" : "placebo (terminalhead)","2" : "Zerospace","3" : "zerospace (q-burns abstract me","4" : "spank (kmfdm)","5" : "zerospace (dj merritt)" });
+ el.injectInside($('kidneythieves'));
+ if (!$('kidneythieves')) {
+ new Element('DIV', {
+ 'id': 'kidneythieves',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("kidney thieves").injectInside($('root'));
+ }
+ if ($('kidneythieves').className != 'node') {
+ $('kidneythieves').className = 'node';
+ $('kidneythieves').
+ }
+ var el = new Element('DIV', {
+ 'id': 'tricksterok',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("trickster-ok");
+ el.files = new Hash({ "0" : "/kidney thieves/trickster-ok/01 - kidneythieves - taxicab messiah.mp3","1" : "/kidney thieves/trickster-ok/02 - kidneythieves - s+m (a love song).mp3","2" : "/kidney thieves/trickster-ok/03 - kidneythieves - swanmate.mp3","3" : "/kidney thieves/trickster-ok/04 - kidneythieves - feathers.mp3","4" : "/kidney thieves/trickster-ok/05 - kidneythieves - trickster.mp3","5" : "/kidney thieves/trickster-ok/06 - kidneythieves - creature.mp3","6" : "/kidney thieves/trickster-ok/07 - kidneythieves - k.mp3","7" : "/kidney thieves/trickster-ok/08 - kidneythieves - pretty.mp3","8" : "/kidney thieves/trickster-ok/09 - kidneythieves - layers.mp3","9" : "/kidney thieves/trickster-ok/10 - kidneythieves - pleasant.mp3","10" : "/kidney thieves/trickster-ok/11 - kidneythieves - mustard seed.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "kidneythieves","1" : "kidneythieves","2" : "kidneythieves","3" : "kidneythieves","4" : "kidneythieves","5" : "kidneythieves","6" : "kidneythieves","7" : "kidneythieves","8" : "kidneythieves","9" : "kidneythieves","10" : "kidneythieves" });
+ el.album = new Hash({ "0" : "trickster","1" : "trickster","2" : "trickster","3" : "trickster","4" : "trickster","5" : "trickster","6" : "trickster","7" : "trickster","8" : "trickster","9" : "trickster","10" : "trickster" });
+ el.titles = new Hash({ "0" : "taxicab messiah","1" : "s+m (a love song)","2" : "swanmate","3" : "feathers","4" : "trickster","5" : "creature","6" : "07 - k","7" : "pretty","8" : "layers","9" : "pleasant","10" : "mustard seed" });
+ el.injectInside($('kidneythieves'));
+ if (!$('kidneythieves')) {
+ new Element('DIV', {
+ 'id': 'kidneythieves',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("kidney thieves").injectInside($('root'));
+ }
+ if ($('kidneythieves').className != 'node') {
+ $('kidneythieves').className = 'node';
+ $('kidneythieves').
+ }
+ var el = new Element('DIV', {
+ 'id': 'zerospaceok',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("zerospace-ok");
+ el.files = new Hash({ "0" : "/kidney thieves/zerospace-ok/01 - Before I'm Dead.mp3","1" : "/kidney thieves/zerospace-ok/02 - Zerospace.mp3","2" : "/kidney thieves/zerospace-ok/03 - Arsenal.mp3","3" : "/kidney thieves/zerospace-ok/04 - Molten.mp3","4" : "/kidney thieves/zerospace-ok/05 - Black Bullet.mp3","5" : "/kidney thieves/zerospace-ok/06 - Dyskrasia.mp3","6" : "/kidney thieves/zerospace-ok/07 - Spank.mp3","7" : "/kidney thieves/zerospace-ok/08 - Glitter Girl.mp3","8" : "/kidney thieves/zerospace-ok/09 - Serene Dream.mp3","9" : "/kidney thieves/zerospace-ok/10 - Amnzero.mp3","10" : "/kidney thieves/zerospace-ok/11 - Crazy.mp3","11" : "/kidney thieves/zerospace-ok/12 - Placebo.mp3","12" : "/kidney thieves/zerospace-ok/13 - take a train (awakening)-.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "Kidneythieves","1" : "Kidneythieves","2" : "Kidneythieves","3" : "Kidneythieves","4" : "Kidneythieves","5" : "Kidneythieves","6" : "Kidneythieves","7" : "Kidneythieves","8" : "Kidneythieves","9" : "Kidneythieves","10" : "Kidneythieves","11" : "Kidneythieves","12" : "Kidneythieves" });
+ el.album = new Hash({ "0" : "Zerospace","1" : "Zerospace","2" : "Zerospace","3" : "Zerospace","4" : "Zerospace","5" : "Zerospace","6" : "Zerospace","7" : "Zerospace","8" : "Zerospace","9" : "Zerospace","10" : "Zerospace","11" : "Zerospace","12" : "Zerospace" });
+ el.titles = new Hash({ "0" : "Before I'm Dead","1" : "Zerospace","2" : "Arsenal","3" : "Molten","4" : "Black Bullet","5" : "Dyskrasia","6" : "Spank","7" : "Glitter Girl","8" : "Serene Dream","9" : "Amnzero","10" : "Crazy","11" : "Placebo","12" : "Amnzero" });
+ el.injectInside($('kidneythieves'));
+ if (!$('Kittie')) {
+ new Element('DIV', {
+ 'id': 'Kittie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Kittie").injectInside($('root'));
+ }
+ if ($('Kittie').className != 'node') {
+ $('Kittie').className = 'node';
+ $('Kittie').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Oracle',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Oracle");
+ el.files = new Hash({ "0" : "/Kittie/Oracle/Kittie - 01 - Oracle.mp3","1" : "/Kittie/Oracle/Kittie - 02 - Mouthful Of Poison.mp3","2" : "/Kittie/Oracle/Kittie - 03 - In Winter.mp3","3" : "/Kittie/Oracle/Kittie - 04 - Severed.mp3","4" : "/Kittie/Oracle/Kittie - 05 - Run Like Hell.mp3","5" : "/Kittie/Oracle/Kittie - 06 - Pain.mp3","6" : "/Kittie/Oracle/Kittie - 07 - Wolves.mp3","7" : "/Kittie/Oracle/Kittie - 08 - What I Always Wanted.mp3","8" : "/Kittie/Oracle/Kittie - 09 - Safe.mp3","9" : "/Kittie/Oracle/Kittie - 10 - No Name.mp3","10" : "/Kittie/Oracle/Kittie - 11 - Pink Lemonade.mp3","11" : "/Kittie/Oracle/Kittie - 12 - What I Always Wanted (Live).mp3","12" : "/Kittie/Oracle/Kittie - 13 - Pain (Live).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Kittie","1" : "Kittie","2" : "Kittie","3" : "Kittie","4" : "Kittie","5" : "Kittie","6" : "Kittie","7" : "Kittie","8" : "Kittie","9" : "Kittie","10" : "Kittie","11" : "Kittie","12" : "Kittie" });
+ el.album = new Hash({ "0" : "Oracle","1" : "Oracle","2" : "Oracle","3" : "Oracle","4" : "Oracle","5" : "Oracle","6" : "Oracle","7" : "Oracle","8" : "Oracle","9" : "Oracle","10" : "Oracle","11" : "Oracle","12" : "Oracle" });
+ el.titles = new Hash({ "0" : "Oracle","1" : "Mouthful Of Poison","2" : "In Winter","3" : "Severed","4" : "Run Like Hell","5" : "Pain","6" : "Wolves","7" : "What I Always Wanted","8" : "Safe","9" : "No Name","10" : "Pink Lemonade","11" : "What I Always Wanted (Live)","12" : "Pain (Live)" });
+ el.injectInside($('Kittie'));
+ if (!$('Kittie')) {
+ new Element('DIV', {
+ 'id': 'Kittie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Kittie").injectInside($('root'));
+ }
+ if ($('Kittie').className != 'node') {
+ $('Kittie').className = 'node';
+ $('Kittie').
+ }
+ var el = new Element('DIV', {
+ 'id': 'PaperdollEP',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Paperdoll EP");
+ el.files = new Hash({ "0" : "/Kittie/Paperdoll EP/Kittie - 01 - Paperdoll (Remix).mp3","1" : "/Kittie/Paperdoll EP/Kittie - 02 - Spit [Live].mp3","2" : "/Kittie/Paperdoll EP/Kittie - 03 - Brackish [Live].mp3","3" : "/Kittie/Paperdoll EP/Kittie - 04 - Suck [Live].mp3","4" : "/Kittie/Paperdoll EP/Kittie - 05 - Do You Think I'm A Whore [Live].mp3","5" : "/Kittie/Paperdoll EP/Kittie - 06 - Raven [Live].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6" });
+ el.artist = new Hash({ "0" : "Kittie","1" : "Kittie","2" : "Kittie","3" : "Kittie","4" : "Kittie","5" : "Kittie" });
+ el.album = new Hash({ "0" : "Paperdoll EP","1" : "Paperdoll EP","2" : "Paperdoll EP","3" : "Paperdoll EP","4" : "Paperdoll EP","5" : "Paperdoll EP" });
+ el.titles = new Hash({ "0" : "Paperdoll (Remix)","1" : "Spit [Live]","2" : "Brackish [Live]","3" : "Suck [Live]","4" : "Do You Think I'm A Whore [Live]","5" : "Raven [Live]" });
+ el.injectInside($('Kittie'));
+ if (!$('Kittie')) {
+ new Element('DIV', {
+ 'id': 'Kittie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Kittie").injectInside($('root'));
+ }
+ if ($('Kittie').className != 'node') {
+ $('Kittie').className = 'node';
+ $('Kittie').
+ }
+ var el = new Element('DIV', {
+ 'id': 'SafeEP',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Safe EP");
+ el.files = new Hash({ "0" : "/Kittie/Safe EP/Kittie - 01 - Safe [KMFDM Inc. Remix].mp3","1" : "/Kittie/Safe EP/Kittie - 02 - Safe [Radio Edit].mp3","2" : "/Kittie/Safe EP/Kittie - 03 - No Name [Live].mp3","3" : "/Kittie/Safe EP/Kittie - 04 - Severed [Live].mp3","4" : "/Kittie/Safe EP/Kittie - 05 - What I Always Wanted [Live].mp3","5" : "/Kittie/Safe EP/Kittie - 06 - In Winter [Live].mp3","6" : "/Kittie/Safe EP/Kittie - 07 - Pain [Live].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7" });
+ el.artist = new Hash({ "0" : "Kittie","1" : "Kittie","2" : "Kittie","3" : "Kittie","4" : "Kittie","5" : "Kittie","6" : "Kittie" });
+ el.album = new Hash({ "0" : "Safe EP","1" : "Safe EP","2" : "Safe EP","3" : "Safe EP","4" : "Safe EP","5" : "Safe EP","6" : "Safe EP" });
+ el.titles = new Hash({ "0" : "Safe [KMFDM Inc. Remix]","1" : "Safe [Radio Edit]","2" : "No Name [Live]","3" : "Severed [Live]","4" : "What I Always Wanted [Live]","5" : "In Winter [Live]","6" : "Pain [Live]" });
+ el.injectInside($('Kittie'));
+ if (!$('Kittie')) {
+ new Element('DIV', {
+ 'id': 'Kittie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Kittie").injectInside($('root'));
+ }
+ if ($('Kittie').className != 'node') {
+ $('Kittie').className = 'node';
+ $('Kittie').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Spit',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Spit");
+ el.files = new Hash({ "0" : "/Kittie/Spit/Kittie - 01 - Spit.mp3","1" : "/Kittie/Spit/Kittie - 02 - Charolette.mp3","2" : "/Kittie/Spit/Kittie - 03 - Suck.mp3","3" : "/Kittie/Spit/Kittie - 04 - Do You Think I'm A Whore.mp3","4" : "/Kittie/Spit/Kittie - 05 - Brackish.mp3","5" : "/Kittie/Spit/Kittie - 06 - Johnny.mp3","6" : "/Kittie/Spit/Kittie - 07 - Trippin'.mp3","7" : "/Kittie/Spit/Kittie - 08 - Raven.mp3","8" : "/Kittie/Spit/Kittie - 09 - Get Off (You Can Eat A Dick).mp3","9" : "/Kittie/Spit/Kittie - 10 - Choke.mp3","10" : "/Kittie/Spit/Kittie - 11 - Paperdoll.mp3","11" : "/Kittie/Spit/Kittie - 12 - Immortal.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "","8" : "9","9" : "10","10" : "11","11" : "" });
+ el.artist = new Hash({ "0" : "Kittie","1" : "Kittie","2" : "Kittie","3" : "Kittie","4" : "Kittie","5" : "Kittie","6" : "Kittie","7" : "Kittie","8" : "Kittie","9" : "Kittie","10" : "Kittie","11" : "Kittie" });
+ el.album = new Hash({ "0" : "Spit","1" : "Spit","2" : "Spit","3" : "Spit","4" : "Spit","5" : "Spit","6" : "Spit","7" : "Spit","8" : "Spit","9" : "Spit","10" : "Spit","11" : "Spit" });
+ el.titles = new Hash({ "0" : "Spit","1" : "Charolette","2" : "Suck","3" : "Do You Think I'm A Whore","4" : "Brackish","5" : "Johnny","6" : "Trippin'","7" : "Raven","8" : "Get Off (You Can Eat A Dick)","9" : "Choke","10" : "Paperdoll","11" : "Immortal" });
+ el.injectInside($('Kittie'));
+ if (!$('Kittie')) {
+ new Element('DIV', {
+ 'id': 'Kittie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Kittie").injectInside($('root'));
+ }
+ if ($('Kittie').className != 'node') {
+ $('Kittie').className = 'node';
+ $('Kittie').
+ }
+ var el = new Element('DIV', {
+ 'id': 'UntiltheEnd',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Until the End");
+ el.files = new Hash({ "0" : "/Kittie/Until the End/Kittie - 01 - Look So Pretty.mp3","1" : "/Kittie/Until the End/Kittie - 02 - Career Suicide.mp3","2" : "/Kittie/Until the End/Kittie - 03 - Until the End.mp3","3" : "/Kittie/Until the End/Kittie - 04 - Red Flag.mp3","4" : "/Kittie/Until the End/Kittie - 05 - Sugar.mp3","5" : "/Kittie/Until the End/Kittie - 06 - In Dreams.mp3","6" : "/Kittie/Until the End/Kittie - 07 - Into the Darkness.mp3","7" : "/Kittie/Until the End/Kittie - 08 - Burning Bridges.mp3","8" : "/Kittie/Until the End/Kittie - 09 - Loveless.mp3","9" : "/Kittie/Until the End/Kittie - 10 - Daughters Down.mp3","10" : "/Kittie/Until the End/Kittie - 11 - Into the Darkness (Vocal Remix).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Kittie","1" : "Kittie","2" : "Kittie","3" : "Kittie","4" : "Kittie","5" : "Kittie","6" : "Kittie","7" : "Kittie","8" : "Kittie","9" : "Kittie","10" : "Kittie" });
+ el.album = new Hash({ "0" : "Until the End","1" : "Until the End","2" : "Until the End","3" : "Until the End","4" : "Until the End","5" : "Until the End","6" : "Until the End","7" : "Until the End","8" : "Until the End","9" : "Until the End","10" : "Until the End" });
+ el.titles = new Hash({ "0" : "Look So Pretty","1" : "Career Suicide","2" : "Until the End","3" : "Red Flag","4" : "Sugar","5" : "In Dreams","6" : "Into the Darkness","7" : "Burning Bridges","8" : "Loveless","9" : "Daughters Down","10" : "Into the Darkness (Vocal Remix)" });
+ el.injectInside($('Kittie'));
+ if (!$('KMFDM')) {
+ new Element('DIV', {
+ 'id': 'KMFDM',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("KMFDM").injectInside($('root'));
+ }
+ if ($('KMFDM').className != 'node') {
+ $('KMFDM').className = 'node';
+ $('KMFDM').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999Adios',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Adios");
+ el.files = new Hash({ "0" : "/KMFDM/1999 - Adios/KMFDM - 01 - Adios.mp3","1" : "/KMFDM/1999 - Adios/KMFDM - 02 - Sycophant.mp3","2" : "/KMFDM/1999 - Adios/KMFDM - 03 - DIY.mp3","3" : "/KMFDM/1999 - Adios/KMFDM - 04 - Today.mp3","4" : "/KMFDM/1999 - Adios/KMFDM - 05 - Witness.mp3","5" : "/KMFDM/1999 - Adios/KMFDM - 06 - RUOK.mp3","6" : "/KMFDM/1999 - Adios/KMFDM - 07 - That`s All.mp3","7" : "/KMFDM/1999 - Adios/KMFDM - 08 - Full Worm Garden.mp3","8" : "/KMFDM/1999 - Adios/KMFDM - 09 - Rubicon.mp3","9" : "/KMFDM/1999 - Adios/KMFDM - 10 - Bereit.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "KMFDM","1" : "KMFDM","2" : "KMFDM","3" : "KMFDM","4" : "KMFDM","5" : "KMFDM","6" : "KMFDM","7" : "KMFDM","8" : "KMFDM","9" : "KMFDM" });
+ el.album = new Hash({ "0" : "Adios","1" : "Adios","2" : "Adios","3" : "Adios","4" : "Adios","5" : "Adios","6" : "Adios","7" : "Adios","8" : "Adios","9" : "Adios" });
+ el.titles = new Hash({ "0" : "01 - Adios","1" : "02 - Sycophant","2" : "03 - DIY","3" : "04 - Today","4" : "05 - Witness","5" : "06 - RUOK","6" : "07 - That`s All","7" : "08 - Full Worm Garden","8" : "09 - Rubicon","9" : "10 - Bereit" });
+ el.injectInside($('KMFDM'));
+ if (!$('KMFDM')) {
+ new Element('DIV', {
+ 'id': 'KMFDM',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("KMFDM").injectInside($('root'));
+ }
+ if ($('KMFDM').className != 'node') {
+ $('KMFDM').className = 'node';
+ $('KMFDM').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005HauRuck',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Hau Ruck");
+ el.files = new Hash({ "0" : "/KMFDM/2005 - Hau Ruck/01-free_your_hate-cta.mp3","1" : "/KMFDM/2005 - Hau Ruck/02-hau_ruck-cta.mp3","2" : "/KMFDM/2005 - Hau Ruck/03-youre_no_good-cta.mp3","3" : "/KMFDM/2005 - Hau Ruck/04-new_american_century-cta.mp3","4" : "/KMFDM/2005 - Hau Ruck/05-real_thing-cta.mp3","5" : "/KMFDM/2005 - Hau Ruck/06-every_days_a_good_day-cta.mp3","6" : "/KMFDM/2005 - Hau Ruck/07-mini_mini_mini-cta.mp3","7" : "/KMFDM/2005 - Hau Ruck/08-professional_killer-cta.mp3","8" : "/KMFDM/2005 - Hau Ruck/09-feed_our_fame-cta.mp3","9" : "/KMFDM/2005 - Hau Ruck/10-ready_to_blow-cta.mp3","10" : "/KMFDM/2005 - Hau Ruck/11-auf_wiedersehn-cta.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "KMFDM","1" : "KMFDM","2" : "KMFDM","3" : "KMFDM","4" : "KMFDM","5" : "KMFDM","6" : "KMFDM","7" : "KMFDM","8" : "KMFDM","9" : "KMFDM","10" : "KMFDM" });
+ el.album = new Hash({ "0" : "Hau Ruck","1" : "Hau Ruck","2" : "Hau Ruck","3" : "Hau Ruck","4" : "Hau Ruck","5" : "Hau Ruck","6" : "Hau Ruck","7" : "Hau Ruck","8" : "Hau Ruck","9" : "Hau Ruck","10" : "Hau Ruck" });
+ el.titles = new Hash({ "0" : "Free Your Hate","1" : "Hau Ruck","2" : "You're No Good","3" : "New American Century","4" : "Real Thing","5" : "Every Day's A Good Day","6" : "Mini Mini Mini","7" : "Professional Killer","8" : "Feed Our Fame","9" : "Ready to Blow","10" : "Auf Wiederseh'n" });
+ el.injectInside($('KMFDM'));
+ if (!$('Lacrimosa')) {
+ new Element('DIV', {
+ 'id': 'Lacrimosa',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lacrimosa").injectInside($('root'));
+ }
+ if ($('Lacrimosa').className != 'node') {
+ $('Lacrimosa').className = 'node';
+ $('Lacrimosa').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Lichtgestalt',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Lichtgestalt");
+ el.files = new Hash({ "0" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 01 - Saphire.mp3","1" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 02 - Kelch Der Liebe.mp3","2" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 03 - Lichtgestalt.mp3","3" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 04 - Nachtschatten.mp3","4" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 05 - My Last Goodbye.mp3","5" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 06 - The Party is Over.mp3","6" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 07 - Letzte Ausfahrt Leben.mp3","7" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 08 - Hohelied Der Liebe.mp3","8" : "/Lacrimosa/2005 - Lichtgestalt/Lacrimosa - 09 - Bonus Track.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "Lacrimosa","1" : "Lacrimosa","2" : "Lacrimosa","3" : "Lacrimosa","4" : "Lacrimosa","5" : "Lacrimosa","6" : "Lacrimosa","7" : "Lacrimosa","8" : "Lacrimosa" });
+ el.album = new Hash({ "0" : "Lichtgestalt","1" : "Lichtgestalt","2" : "Lichtgestalt","3" : "Lichtgestalt","4" : "Lichtgestalt","5" : "Lichtgestalt","6" : "Lichtgestalt","7" : "Lichtgestalt","8" : "Lichtgestalt" });
+ el.titles = new Hash({ "0" : "Saphire","1" : "Kelch Der Liebe","2" : "Lichtgestalt","3" : "Nachtschatten","4" : "My Last Goodbye","5" : "The Party Is Over","6" : "Letzte Ausfahrt: Leben","7" : "Hohelied Der Liebe","8" : "Bonus Track" });
+ el.injectInside($('Lacrimosa'));
+ if (!$('LacunaCoil')) {
+ new Element('DIV', {
+ 'id': 'LacunaCoil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lacuna Coil").injectInside($('root'));
+ }
+ if ($('LacunaCoil').className != 'node') {
+ $('LacunaCoil').className = 'node';
+ $('LacunaCoil').
+ }
+ var el = new Element('DIV', {
+ 'id': '1998LacunaCoil',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1998 - Lacuna Coil");
+ el.files = new Hash({ "0" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (01) No Need To Explain.mp3","1" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (02) The Secret.mp3","2" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (03) This Is My Dream.mp3","3" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (04) Soul Into Hades.mp3","4" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (05) Falling.mp3","5" : "/Lacuna Coil/1998 - Lacuna Coil/Lacuna Coil'98 - (06) Un Fantasma Fra Noi.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "" });
+ el.artist = new Hash({ "0" : "Lacuna Coil","1" : "Lacuna Coil","2" : "Lacuna Coil","3" : "Lacuna Coil","4" : "Lacuna Coil","5" : "Lacuna Coil" });
+ el.album = new Hash({ "0" : "Lacuna Coil","1" : "Lacuna Coil","2" : "Lacuna Coil","3" : "Lacuna Coil","4" : "Lacuna Coil","5" : "Lacuna Coil" });
+ el.titles = new Hash({ "0" : "1. No Need To Explain","1" : "2. The Secret...","2" : "3. This Is My Dream","3" : "4. Soul Into Hades","4" : "5. Falling","5" : "6. Un Fantasma Tra Noi" });
+ el.injectInside($('LacunaCoil'));
+ if (!$('LacunaCoil')) {
+ new Element('DIV', {
+ 'id': 'LacunaCoil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lacuna Coil").injectInside($('root'));
+ }
+ if ($('LacunaCoil').className != 'node') {
+ $('LacunaCoil').className = 'node';
+ $('LacunaCoil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000UnleashedMemories',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Unleashed Memories");
+ el.files = new Hash({ "0" : "/Lacuna Coil/2000 - Unleashed Memories/01-Heir_of_a_Dying_Day-BERC.mp3","1" : "/Lacuna Coil/2000 - Unleashed Memories/02-To_Live_is_to_Hide-BERC.mp3","2" : "/Lacuna Coil/2000 - Unleashed Memories/03-Purify-BERC.mp3","3" : "/Lacuna Coil/2000 - Unleashed Memories/04-Senzafine-BERC.mp3","4" : "/Lacuna Coil/2000 - Unleashed Memories/05-When_a_Dead_Man_Walks-BERC.mp3","5" : "/Lacuna Coil/2000 - Unleashed Memories/06-1.19-BERC.mp3","6" : "/Lacuna Coil/2000 - Unleashed Memories/07-Cold_Heritage-BERC.mp3","7" : "/Lacuna Coil/2000 - Unleashed Memories/08-Distant_Sun-BERC.mp3","8" : "/Lacuna Coil/2000 - Unleashed Memories/09-A_Current_Obsession-BERC.mp3","9" : "/Lacuna Coil/2000 - Unleashed Memories/10-Wave_of_Anguish-BERC.mp3","10" : "/Lacuna Coil/2000 - Unleashed Memories/11-Halflife_(Bonus_Track)-BERC.mp3","11" : "/Lacuna Coil/2000 - Unleashed Memories/12-Trance_Awake_(Bonus_Track)-BERC.mp3","12" : "/Lacuna Coil/2000 - Unleashed Memories/13-Senzafine_(Bonus_Track)-BERC.mp3","13" : "/Lacuna Coil/2000 - Unleashed Memories/14-Hyperfast_(Bonus_Track)-BERC.mp3","14" : "/Lacuna Coil/2000 - Unleashed Memories/15-Stars_(Bonus_Track)-BERC.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "Lacuna Coil","1" : "Lacuna Coil","2" : "Lacuna Coil","3" : "Lacuna Coil","4" : "Lacuna Coil","5" : "Lacuna Coil","6" : "Lacuna Coil","7" : "Lacuna Coil","8" : "Lacuna Coil","9" : "Lacuna Coil","10" : "Lacuna Coil","11" : "Lacuna Coil","12" : "Lacuna Coil","13" : "Lacuna Coil","14" : "Lacuna Coil" });
+ el.album = new Hash({ "0" : "Unleashed Memories","1" : "Unleashed Memories","2" : "Unleashed Memories","3" : "Unleashed Memories","4" : "Unleashed Memories","5" : "Unleashed Memories","6" : "Unleashed Memories","7" : "Unleashed Memories","8" : "Unleashed Memories","9" : "Unleashed Memories","10" : "Unleashed Memories","11" : "Unleashed Memories","12" : "Unleashed Memories","13" : "Unleashed Memories","14" : "Unleashed Memories" });
+ el.titles = new Hash({ "0" : "Heir of a Dying Day","1" : "To Live is to Hide","2" : "Purify","3" : "Senzafine","4" : "When a Dead Man Walks","5" : "1.19","6" : "Cold Heritage","7" : "Distant Sun","8" : "A Current Obsession","9" : "Wave of Anguish","10" : "Halflife (Bonus Track)","11" : "Trance Awake (Bonus Track)","12" : "Senzafine (Bonus Track)","13" : "Hyperfast (Bonus Track)","14" : "Stars (Bonus Track)" });
+ el.injectInside($('LacunaCoil'));
+ if (!$('LacunaCoil')) {
+ new Element('DIV', {
+ 'id': 'LacunaCoil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lacuna Coil").injectInside($('root'));
+ }
+ if ($('LacunaCoil').className != 'node') {
+ $('LacunaCoil').className = 'node';
+ $('LacunaCoil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004Comalies',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Comalies");
+ el.files = new Hash({ "0" : "/Lacuna Coil/2004 - Comalies/cd1 - 01 - Swamped.mp3","1" : "/Lacuna Coil/2004 - Comalies/cd1 - 02 - Heavens A Lie.mp3","2" : "/Lacuna Coil/2004 - Comalies/cd1 - 03 - Daylight Dancer.mp3","3" : "/Lacuna Coil/2004 - Comalies/cd1 - 04 - Humane.mp3","4" : "/Lacuna Coil/2004 - Comalies/cd1 - 05 - Self Deception.mp3","5" : "/Lacuna Coil/2004 - Comalies/cd1 - 06 - Aeon.mp3","6" : "/Lacuna Coil/2004 - Comalies/cd1 - 07 - Tight Rope.mp3","7" : "/Lacuna Coil/2004 - Comalies/cd1 - 08 - The Ghost Woman And The Hunter.mp3","8" : "/Lacuna Coil/2004 - Comalies/cd1 - 09 - Unspoken.mp3","9" : "/Lacuna Coil/2004 - Comalies/cd1 - 10 - Entwined.mp3","10" : "/Lacuna Coil/2004 - Comalies/cd1 - 11 - The Prophet Said.mp3","11" : "/Lacuna Coil/2004 - Comalies/cd1 - 12 - Angels Punishment.mp3","12" : "/Lacuna Coil/2004 - Comalies/cd1 - 13 - Comalies.mp3","13" : "/Lacuna Coil/2004 - Comalies/cd2 - 02 - Swamped (Radiomix).mp3","14" : "/Lacuna Coil/2004 - Comalies/cd2 - 03 - Heavens a Lie (Studio Acoustic).mp3","15" : "/Lacuna Coil/2004 - Comalies/cd2 - 04 - Swamped (Studio Acoustic).mp3","16" : "/Lacuna Coil/2004 - Comalies/cd2 - 05 - Senzafine (Studio Acoustic).mp3","17" : "/Lacuna Coil/2004 - Comalies/cd2 - 06 - Unspoken (Studio Acoustic).mp3","18" : "/Lacuna Coil/2004 - Comalies/cd2 - 07 - Heavens'a Lie (Live Radio Acoustic).mp3","19" : "/Lacuna Coil/2004 - Comalies/cd2 - 08 - Senzafine (Live Radio Acoustic).mp3","20" : "/Lacuna Coil/2004 - Comalies/cd2 - 09 - Acon (Live Radio Acoustic).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "","17" : "","18" : "","19" : "","20" : "" });
+ el.artist = new Hash({ "0" : "Lacuna Coil","1" : "Lacuna Coil","2" : "Lacuna Coil","3" : "Lacuna Coil","4" : "Lacuna Coil","5" : "Lacuna Coil","6" : "Lacuna Coil","7" : "Lacuna Coil","8" : "Lacuna Coil","9" : "Lacuna Coil","10" : "Lacuna Coil","11" : "Lacuna Coil","12" : "Lacuna Coil","13" : "Lacuna Coil","14" : "Lacuna Coil","15" : "Lacuna Coil","16" : "Lacuna Coil","17" : "Lacuna Coil","18" : "Lacuna Coil","19" : "Lacuna Coil","20" : "Lacuna Coil" });
+ el.album = new Hash({ "0" : "Comalies (Limited Deluxe Editition)","1" : "Comalies (Limited Deluxe Editition)","2" : "Comalies (Limited Deluxe Editition)","3" : "Comalies (Limited Deluxe Editition)","4" : "Comalies (Limited Deluxe Editition)","5" : "Comalies (Limited Deluxe Editition)","6" : "Comalies (Limited Deluxe Editition)","7" : "Comalies (Limited Deluxe Editition)","8" : "Comalies (Limited Deluxe Editition)","9" : "Comalies (Limited Deluxe Editition)","10" : "Comalies (Limited Deluxe Editition)","11" : "Comalies (Limited Deluxe Editition)","12" : "Comalies (Limited Deluxe Editition)","13" : "Comalies (Limited Deluxe Editition)","14" : "Comalies (Limited Deluxe Editition)","15" : "Comalies (Limited Deluxe Editition)","16" : "Comalies (Limited Deluxe Editition)","17" : "Comalies (Limited Deluxe Editition)","18" : "Comalies (Limited Deluxe Editition)","19" : "Comalies (Limited Deluxe Editition)","20" : "Comalies (Limited Deluxe Editition)" });
+ el.titles = new Hash({ "0" : "Swamped","1" : "Heaven's A Lie","2" : "Daylight Dancer","3" : "Humane","4" : "Self Deception","5" : "Aeon","6" : "Tight Rope","7" : "The Ghost Woman And The Hunter","8" : "Unspoken","9" : "Entwined","10" : "The Prophet Said","11" : "Angel's Punishment","12" : "Comalies","13" : "Swamped (Radiomix)","14" : "Heaven's A Lie (Studio Acoustic)","15" : "Swamped (Studio Acoustic)","16" : "Senzafine (Studio Acoustic)","17" : "Unspoken (Studio Acoustic)","18" : "Heaven's A Lie (Live Radio Acoustic)","19" : "Senzafine (Live Radio Acoustic)","20" : "Acon (Live Radio Acoustic)" });
+ el.injectInside($('LacunaCoil'));
+ if (!$('LacunaCoil')) {
+ new Element('DIV', {
+ 'id': 'LacunaCoil',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lacuna Coil").injectInside($('root'));
+ }
+ if ($('LacunaCoil').className != 'node') {
+ $('LacunaCoil').className = 'node';
+ $('LacunaCoil').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Karmacode',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Karmacode");
+ el.files = new Hash({ "0" : "/Lacuna Coil/2006 - Karmacode/01-lacuna_coil-fragile.mp3","1" : "/Lacuna Coil/2006 - Karmacode/02-lacuna_coil-to_the_edge.mp3","2" : "/Lacuna Coil/2006 - Karmacode/03-lacuna_coil-our_truth.mp3","3" : "/Lacuna Coil/2006 - Karmacode/04-lacuna_coil-within_me.mp3","4" : "/Lacuna Coil/2006 - Karmacode/05-lacuna_coil-devoted.mp3","5" : "/Lacuna Coil/2006 - Karmacode/06-lacuna_coil-you_create.mp3","6" : "/Lacuna Coil/2006 - Karmacode/07-lacuna_coil-what_i_see.mp3","7" : "/Lacuna Coil/2006 - Karmacode/08-lacuna_coil-fragments_of_faith.mp3","8" : "/Lacuna Coil/2006 - Karmacode/09-lacuna_coil-closer.mp3","9" : "/Lacuna Coil/2006 - Karmacode/10-lacuna_coil-in_visible_light.mp3","10" : "/Lacuna Coil/2006 - Karmacode/11-lacuna_coil-the_game.mp3","11" : "/Lacuna Coil/2006 - Karmacode/12-lacuna_coil-without_fear.mp3","12" : "/Lacuna Coil/2006 - Karmacode/13-lacuna_coil-enjoy_the_silence.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Lacuna Coil","1" : "Lacuna Coil","2" : "Lacuna Coil","3" : "Lacuna Coil","4" : "Lacuna Coil","5" : "Lacuna Coil","6" : "Lacuna Coil","7" : "Lacuna Coil","8" : "Lacuna Coil","9" : "Lacuna Coil","10" : "Lacuna Coil","11" : "Lacuna Coil","12" : "Lacuna Coil" });
+ el.album = new Hash({ "0" : "Karmacode","1" : "Karmacode","2" : "Karmacode","3" : "Karmacode","4" : "Karmacode","5" : "Karmacode","6" : "Karmacode","7" : "Karmacode","8" : "Karmacode","9" : "Karmacode","10" : "Karmacode","11" : "Karmacode","12" : "Karmacode" });
+ el.titles = new Hash({ "0" : "Fragile","1" : "To The Edge","2" : "Our Truth","3" : "Within Me","4" : "Devoted","5" : "You Create","6" : "What I See","7" : "Fragments Of Faith","8" : "Closer","9" : "In Visible Light","10" : "The Game","11" : "Without Fear","12" : "Enjoy The Silence" });
+ el.injectInside($('LacunaCoil'));
+ if (!$('LakeOfTears')) {
+ new Element('DIV', {
+ 'id': 'LakeOfTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lake Of Tears").injectInside($('root'));
+ }
+ if ($('LakeOfTears').className != 'node') {
+ $('LakeOfTears').className = 'node';
+ $('LakeOfTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004Blackbrickroad',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Blackbrickroad");
+ el.files = new Hash({ "0" : "/Lake Of Tears/2004 - Blackbrickroad/01-the_greymem-fff.mp3","1" : "/Lake Of Tears/2004 - Blackbrickroad/02-making_evenings-fff.mp3","2" : "/Lake Of Tears/2004 - Blackbrickroad/03-black_brick_road-fff.mp3","3" : "/Lake Of Tears/2004 - Blackbrickroad/04-dystopia-fff.mp3","4" : "/Lake Of Tears/2004 - Blackbrickroad/05-the_organ-fff.mp3","5" : "/Lake Of Tears/2004 - Blackbrickroad/06-a_trip_with_the_moon-fff.mp3","6" : "/Lake Of Tears/2004 - Blackbrickroad/07-sister_sinister-fff.mp3","7" : "/Lake Of Tears/2004 - Blackbrickroad/08-rainy_day_away-fff.mp3","8" : "/Lake Of Tears/2004 - Blackbrickroad/09-crazyman-fff.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "" });
+ el.artist = new Hash({ "0" : "Lake of Tears","1" : "Lake of Tears","2" : "Lake of Tears","3" : "Lake of Tears","4" : "Lake of Tears","5" : "Lake of Tears","6" : "Lake of Tears","7" : "Lake of Tears","8" : "Lake of Tears" });
+ el.album = new Hash({ "0" : "Blackbrickroad","1" : "Blackbrickroad","2" : "Blackbrickroad","3" : "Blackbrickroad","4" : "Blackbrickroad","5" : "Blackbrickroad","6" : "Blackbrickroad","7" : "Blackbrickroad","8" : "Blackbrickroad" });
+ el.titles = new Hash({ "0" : "The Greymem","1" : "Making Evenings","2" : "Black Brick Road","3" : "Dystopia","4" : "The Organ","5" : "A Trip with the Moon","6" : "Sister Sinister","7" : "Rainy Day Away","8" : "Crazyman" });
+ el.injectInside($('LakeOfTears'));
+ if (!$('LakeOfTears')) {
+ new Element('DIV', {
+ 'id': 'LakeOfTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lake Of Tears").injectInside($('root'));
+ }
+ if ($('LakeOfTears').className != 'node') {
+ $('LakeOfTears').className = 'node';
+ $('LakeOfTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007MoonsAndMushrooms',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Moons And Mushrooms");
+ el.files = new Hash({ "0" : "/Lake Of Tears/2007 - Moons And Mushrooms/01_last_purple_sky-cmg.mp3","1" : "/Lake Of Tears/2007 - Moons And Mushrooms/02_island_earth-cmg.mp3","2" : "/Lake Of Tears/2007 - Moons And Mushrooms/03_you_better_breathe_while_theres_still_time-cmg.mp3","3" : "/Lake Of Tears/2007 - Moons And Mushrooms/04_waiting_counting-cmg.mp3","4" : "/Lake Of Tears/2007 - Moons And Mushrooms/05_like_a_leaf-cmg.mp3","5" : "/Lake Of Tears/2007 - Moons And Mushrooms/06_children_of_the_grey-cmg.mp3","6" : "/Lake Of Tears/2007 - Moons And Mushrooms/07_head_on_phantom-cmg.mp3","7" : "/Lake Of Tears/2007 - Moons And Mushrooms/08_planet_of_the_penguins-cmg.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8" });
+ el.artist = new Hash({ "0" : "Lake Of Tears","1" : "Lake Of Tears","2" : "Lake Of Tears","3" : "Lake Of Tears","4" : "Lake Of Tears","5" : "Lake Of Tears","6" : "Lake Of Tears","7" : "Lake Of Tears" });
+ el.album = new Hash({ "0" : "Moons And Mushrooms","1" : "Moons And Mushrooms","2" : "Moons And Mushrooms","3" : "Moons And Mushrooms","4" : "Moons And Mushrooms","5" : "Moons And Mushrooms","6" : "Moons And Mushrooms","7" : "Moons And Mushrooms" });
+ el.titles = new Hash({ "0" : "Last Purple Sky","1" : "Island Earth","2" : "You Better Breathe While There's Still Time","3" : "Waiting Counting","4" : "Like A Leaf","5" : "Children Of The Grey","6" : "Head On Phantom","7" : "Planet Of The Penguins" });
+ el.injectInside($('LakeOfTears'));
+ if (!$('LambofGod')) {
+ new Element('DIV', {
+ 'id': 'LambofGod',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lamb of God").injectInside($('root'));
+ }
+ if ($('LambofGod').className != 'node') {
+ $('LambofGod').className = 'node';
+ $('LambofGod').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006NewAmericanGospelReissue',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - New American Gospel - (Reissue)");
+ el.files = new Hash({ "0" : "/Lamb of God/2006 - New American Gospel - (Reissue)/01-lamb_of_god-black_label-butt.mp3","1" : "/Lamb of God/2006 - New American Gospel - (Reissue)/02-lamb_of_god-a_warning-butt.mp3","2" : "/Lamb of God/2006 - New American Gospel - (Reissue)/03-lamb_of_god-in_the_absence_of_the_sacred-butt.mp3","3" : "/Lamb of God/2006 - New American Gospel - (Reissue)/04-lamb_of_god-letter_to_the_unborn-butt.mp3","4" : "/Lamb of God/2006 - New American Gospel - (Reissue)/05-lamb_of_god-the_black_dahlia-butt.mp3","5" : "/Lamb of God/2006 - New American Gospel - (Reissue)/06-lamb_of_god-terror_and_hubris_in_the_house_of_frank_pollard-butt.mp3","6" : "/Lamb of God/2006 - New American Gospel - (Reissue)/07-lamb_of_god-the_subtle_arts_of_murder_and_persuasion-butt.mp3","7" : "/Lamb of God/2006 - New American Gospel - (Reissue)/08-lamb_of_god-pariah-butt.mp3","8" : "/Lamb of God/2006 - New American Gospel - (Reissue)/09-lamb_of_god-confessional-butt.mp3","9" : "/Lamb of God/2006 - New American Gospel - (Reissue)/10-lamb_of_god-o.d.h.g.a.b.f.e.-butt.mp3","10" : "/Lamb of God/2006 - New American Gospel - (Reissue)/11-lamb_of_god-nippon_(japanese_release_track)-butt.mp3","11" : "/Lamb of God/2006 - New American Gospel - (Reissue)/12-lamb_of_god-new_willenium_(the_black_dahlia)_(1999_demo)-butt.mp3","12" : "/Lamb of God/2006 - New American Gospel - (Reissue)/13-lamb_of_god-half-lid_(a_warning)_(1999_demo)-butt.mp3","13" : "/Lamb of God/2006 - New American Gospel - (Reissue)/14-lamb_of_god-flux_(pariah)_(1999_demo)-butt.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Lamb of God","1" : "Lamb of God","2" : "Lamb of God","3" : "Lamb of God","4" : "Lamb of God","5" : "Lamb of God","6" : "Lamb of God","7" : "Lamb of God","8" : "Lamb of God","9" : "Lamb of God","10" : "Lamb of God","11" : "Lamb of God","12" : "Lamb of God","13" : "Lamb of God" });
+ el.album = new Hash({ "0" : "New American Gospel","1" : "New American Gospel","2" : "New American Gospel","3" : "New American Gospel","4" : "New American Gospel","5" : "New American Gospel","6" : "New American Gospel","7" : "New American Gospel","8" : "New American Gospel","9" : "New American Gospel","10" : "New American Gospel","11" : "New American Gospel","12" : "New American Gospel","13" : "New American Gospel" });
+ el.titles = new Hash({ "0" : "Black Label","1" : "A Warning","2" : "In the Absence of the Sacred","3" : "Letter to the Unborn","4" : "The Black Dahlia","5" : "Terror and Hubris in the House of Frank Pollard","6" : "The Subtle Arts of Murder and Persuasion","7" : "Pariah","8" : "Confessional","9" : "O.D.H.G.A.B.F.E.","10" : "Nippon (Japanese Release Track)","11" : "New Willenium (the Black Dahlia) (1999 Demo)","12" : "Half-Lid (A Warning) (1999 Demo)","13" : "Flux (Pariah) (1999 Demo)" });
+ el.injectInside($('LambofGod'));
+ if (!$('LambofGod')) {
+ new Element('DIV', {
+ 'id': 'LambofGod',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lamb of God").injectInside($('root'));
+ }
+ if ($('LambofGod').className != 'node') {
+ $('LambofGod').className = 'node';
+ $('LambofGod').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Sacrament',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Sacrament");
+ el.files = new Hash({ "0" : "/Lamb of God/2006 - Sacrament/001-lamb_of_god-walk_with_me_in_hell.mp3","1" : "/Lamb of God/2006 - Sacrament/002-lamb_of_god-again_we_rise.mp3","2" : "/Lamb of God/2006 - Sacrament/003-lamb_of_god-redneck.mp3","3" : "/Lamb of God/2006 - Sacrament/004-lamb_of_god-pathetic.mp3","4" : "/Lamb of God/2006 - Sacrament/005-lamb_of_god-foot_to_the_throat.mp3","5" : "/Lamb of God/2006 - Sacrament/006-lamb_of_god-descending.mp3","6" : "/Lamb of God/2006 - Sacrament/007-lamb_of_god-blacken_the_cursed_sun.mp3","7" : "/Lamb of God/2006 - Sacrament/008-lamb_of_god-forgotten_(lost_angels).mp3","8" : "/Lamb of God/2006 - Sacrament/009-lamb_of_god-requiem.mp3","9" : "/Lamb of God/2006 - Sacrament/010-lamb_of_god-more_time_to_kill.mp3","10" : "/Lamb of God/2006 - Sacrament/011-lamb_of_god-beating_on_deaths_door.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Lamb of God","1" : "Lamb of God","2" : "Lamb of God","3" : "Lamb of God","4" : "Lamb of God","5" : "Lamb of God","6" : "Lamb of God","7" : "Lamb of God","8" : "Lamb of God","9" : "Lamb of God","10" : "Lamb of God" });
+ el.album = new Hash({ "0" : "Sacrament","1" : "Sacrament","2" : "Sacrament","3" : "Sacrament","4" : "Sacrament","5" : "Sacrament","6" : "Sacrament","7" : "Sacrament","8" : "Sacrament","9" : "Sacrament","10" : "Sacrament" });
+ el.titles = new Hash({ "0" : "Walk With Me In Hell","1" : "Again We Rise","2" : "Redneck","3" : "Pathetic","4" : "Foot To The Throat","5" : "Descending","6" : "Blacken The Cursed Sun","7" : "Forgotten (Lost Angels)","8" : "Requiem","9" : "More Time To Kill","10" : "Beating On Death's Door" });
+ el.injectInside($('LambofGod'));
+ if (!$('LifeofAgony')) {
+ new Element('DIV', {
+ 'id': 'LifeofAgony',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Life of Agony").injectInside($('root'));
+ }
+ if ($('LifeofAgony').className != 'node') {
+ $('LifeofAgony').className = 'node';
+ $('LifeofAgony').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005BrokenValley',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Broken Valley");
+ el.files = new Hash({ "0" : "/Life of Agony/2005 - Broken Valley/01-life_of_agony-love_to_let_you_down.mp3","1" : "/Life of Agony/2005 - Broken Valley/02-life_of_agony-last_cigarette.mp3","2" : "/Life of Agony/2005 - Broken Valley/03-life_of_agony-wicked_ways.mp3","3" : "/Life of Agony/2005 - Broken Valley/04-life_of_agony-dont_bother.mp3","4" : "/Life of Agony/2005 - Broken Valley/05-life_of_agony-strung_out.mp3","5" : "/Life of Agony/2005 - Broken Valley/06-life_of_agony-junk_sick.mp3","6" : "/Life of Agony/2005 - Broken Valley/07-life_of_agony-the_calm_that_disturbs_you.mp3","7" : "/Life of Agony/2005 - Broken Valley/08-life_of_agony-no_one_survives.mp3","8" : "/Life of Agony/2005 - Broken Valley/09-life_of_agony-justified.mp3","9" : "/Life of Agony/2005 - Broken Valley/10-life_of_agony-the_day_he_died.mp3","10" : "/Life of Agony/2005 - Broken Valley/11-life_of_agony-broken_valley.mp3","11" : "/Life of Agony/2005 - Broken Valley/12-life_of_agony-room_244.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Life Of Agony","1" : "Life Of Agony","2" : "Life Of Agony","3" : "Life Of Agony","4" : "Life Of Agony","5" : "Life Of Agony","6" : "Life Of Agony","7" : "Life Of Agony","8" : "Life Of Agony","9" : "Life Of Agony","10" : "Life Of Agony","11" : "Life Of Agony" });
+ el.album = new Hash({ "0" : "Broken Valley","1" : "Broken Valley","2" : "Broken Valley","3" : "Broken Valley","4" : "Broken Valley","5" : "Broken Valley","6" : "Broken Valley","7" : "Broken Valley","8" : "Broken Valley","9" : "Broken Valley","10" : "Broken Valley","11" : "Broken Valley" });
+ el.titles = new Hash({ "0" : "Love To Let You Down","1" : "Last Cigarette","2" : "Wicked Ways","3" : "Don't Bother","4" : "Strung Out","5" : "Junk Sick","6" : "The Calm That Disturbs You","7" : "No One Survives","8" : "Justified","9" : "The Day He Died","10" : "Broken Valley","11" : "Room 244" });
+ el.injectInside($('LifeofAgony'));
+ if (!$('Liquido')) {
+ new Element('DIV', {
+ 'id': 'Liquido',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Liquido").injectInside($('root'));
+ }
+ if ($('Liquido').className != 'node') {
+ $('Liquido').className = 'node';
+ $('Liquido').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999Liquido',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Liquido");
+ el.files = new Hash({ "0" : "/Liquido/1999 - Liquido/01.LIQUIDO - I WON NOT TRY.mp3","1" : "/Liquido/1999 - Liquido/02.LIQUIDO - SWING IT.mp3","2" : "/Liquido/1999 - Liquido/03.LIQUIDO - DOUBLEDECKER.mp3","3" : "/Liquido/1999 - Liquido/04.LIQUIDO - CLICKLESLEY.mp3","4" : "/Liquido/1999 - Liquido/05.LIQUIDO - WAKE ME UP.mp3","5" : "/Liquido/1999 - Liquido/06.LIQUIDO - I WILL HAVE IT ALL TODAY.mp3","6" : "/Liquido/1999 - Liquido/07.LIQUIDO - NARCOTIC.mp3","7" : "/Liquido/1999 - Liquido/08.LIQUIDO - WHAT YOU KEEP INSIDE.mp3","8" : "/Liquido/1999 - Liquido/09.LIQUIDO - CLOWN.mp3","9" : "/Liquido/1999 - Liquido/10.LIQUIDO - TICKET TO ANYWHERE.mp3","10" : "/Liquido/1999 - Liquido/11.LIQUIDO - SATURDAY ROCKS.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.titles = new Hash({ "0" : "LIQUIDO - I WON NOT TRY","1" : "LIQUIDO - SWING IT","2" : "LIQUIDO - DOUBLEDECKER","3" : "LIQUIDO - CLICKLESLEY","4" : "LIQUIDO - WAKE ME UP","5" : "LIQUIDO - I WILL HAVE IT ALL T","6" : "LIQUIDO - NARCOTIC","7" : "LIQUIDO - WHAT YOU KEEP INSIDE","8" : "LIQUIDO - CLOWN","9" : "LIQUIDO - TICKET TO ANYWHERE","10" : "LIQUIDO - SATURDAY ROCKS" });
+ el.injectInside($('Liquido'));
+ if (!$('Liquido')) {
+ new Element('DIV', {
+ 'id': 'Liquido',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Liquido").injectInside($('root'));
+ }
+ if ($('Liquido').className != 'node') {
+ $('Liquido').className = 'node';
+ $('Liquido').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000AttheRocks',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - At the Rocks");
+ el.files = new Hash({ "0" : "/Liquido/2000 - At the Rocks/01.LIQUIDO - THE JOKE IS ON YOU.mp3","1" : "/Liquido/2000 - At the Rocks/02.LIQUIDO - PARKDRIVE 31.mp3","2" : "/Liquido/2000 - At the Rocks/03.LIQUIDO - CATCH ME.mp3","3" : "/Liquido/2000 - At the Rocks/04.LIQUIDO - TIRED.mp3","4" : "/Liquido/2000 - At the Rocks/05.LIQUIDO - THE OPERA.mp3","5" : "/Liquido/2000 - At the Rocks/06.LIQUIDO - MADE IN CALIFORNIA.mp3","6" : "/Liquido/2000 - At the Rocks/07.LIQUIDO - PLAY SOME ROCK.mp3","7" : "/Liquido/2000 - At the Rocks/08.LIQUIDO - ON THE RADIO.mp3","8" : "/Liquido/2000 - At the Rocks/09.LIQUIDO - SUZANNE (IS A LIAR).mp3","9" : "/Liquido/2000 - At the Rocks/10.LIQUIDO - FINALLY FINE.mp3","10" : "/Liquido/2000 - At the Rocks/11.LIQUIDO - CURTAINFALL.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.titles = new Hash({ "0" : "LIQUIDO - THE JOKE IS ON YOU","1" : "LIQUIDO - PARKDRIVE 31","2" : "LIQUIDO - CATCH ME","3" : "LIQUIDO - TIRED","4" : "LIQUIDO - THE OPERA","5" : "LIQUIDO - MADE IN CALIFORNIA","6" : "LIQUIDO - PLAY SOME ROCK","7" : "LIQUIDO - ON THE RADIO","8" : "LIQUIDO - SUZANNE (IS A LIAR)","9" : "LIQUIDO - FINALLY FINE","10" : "LIQUIDO - CURTAINFALL" });
+ el.injectInside($('Liquido'));
+ if (!$('LostinTears')) {
+ new Element('DIV', {
+ 'id': 'LostinTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lost in Tears").injectInside($('root'));
+ }
+ if ($('LostinTears').className != 'node') {
+ $('LostinTears').className = 'node';
+ $('LostinTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002DialoguewithMirrorandGod',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Dialogue with Mirror and God");
+ el.files = new Hash({ "0" : "/Lost in Tears/2002 - Dialogue with Mirror and God/01_lost_in_tears-intro-amrc.mp3","1" : "/Lost in Tears/2002 - Dialogue with Mirror and God/02_lost_in_tears-without_you-amrc.mp3","2" : "/Lost in Tears/2002 - Dialogue with Mirror and God/03_lost_in_tears-night_descends-amrc.mp3","3" : "/Lost in Tears/2002 - Dialogue with Mirror and God/04_lost_in_tears-dialogue_with_mirror_and_god-amrc.mp3","4" : "/Lost in Tears/2002 - Dialogue with Mirror and God/05_lost_in_tears-x76-amrc.mp3","5" : "/Lost in Tears/2002 - Dialogue with Mirror and God/06_lost_in_tears-terribly_concerned-amrc.mp3","6" : "/Lost in Tears/2002 - Dialogue with Mirror and God/07_lost_in_tears-the_bleeding-amrc.mp3","7" : "/Lost in Tears/2002 - Dialogue with Mirror and God/08_lost_in_tears-beauty_form_the_past-amrc.mp3","8" : "/Lost in Tears/2002 - Dialogue with Mirror and God/09_lost_in_tears-siren-amrc.mp3","9" : "/Lost in Tears/2002 - Dialogue with Mirror and God/10_lost_in_tears-vanity-amrc.mp3","10" : "/Lost in Tears/2002 - Dialogue with Mirror and God/11_lost_in_tears-soul_in_flames-amrc.mp3","11" : "/Lost in Tears/2002 - Dialogue with Mirror and God/12_lost_in_tears-so_cold-amrc.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "Lost In Tears","1" : "Lost In Tears","2" : "Lost In Tears","3" : "Lost In Tears","4" : "Lost In Tears","5" : "Lost In Tears","6" : "Lost In Tears","7" : "Lost In Tears","8" : "Lost In Tears","9" : "Lost In Tears","10" : "Lost In Tears","11" : "Lost In Tears" });
+ el.album = new Hash({ "0" : "Dialogue With Mirror And God","1" : "Dialogue With Mirror And God","2" : "Dialogue With Mirror And God","3" : "Dialogue With Mirror And God","4" : "Dialogue With Mirror And God","5" : "Dialogue With Mirror And God","6" : "Dialogue With Mirror And God","7" : "Dialogue With Mirror And God","8" : "Dialogue With Mirror And God","9" : "Dialogue With Mirror And God","10" : "Dialogue With Mirror And God","11" : "Dialogue With Mirror And God" });
+ el.titles = new Hash({ "0" : "Intro","1" : "Without You","2" : "Night Descends","3" : "Dialogue with Mirror and God","4" : "X76","5" : "Terribly Concerned","6" : "The Bleeding","7" : "Beauty Form the Past","8" : "Siren","9" : "Vanity","10" : "Soul in Flames","11" : "So Cold" });
+ el.injectInside($('LostinTears'));
+ if (!$('LostinTears')) {
+ new Element('DIV', {
+ 'id': 'LostinTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lost in Tears").injectInside($('root'));
+ }
+ if ($('LostinTears').className != 'node') {
+ $('LostinTears').className = 'node';
+ $('LostinTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005ToNoAvail',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - To No Avail");
+ el.files = new Hash({ "0" : "/Lost in Tears/2005 - To No Avail/01-lost_in_tears_-_on_the_way-mint.mp3","1" : "/Lost in Tears/2005 - To No Avail/02-lost_in_tears_-_break_me_down-mint.mp3","2" : "/Lost in Tears/2005 - To No Avail/03-lost_in_tears_-_metamorphosis-mint.mp3","3" : "/Lost in Tears/2005 - To No Avail/04-lost_in_tears_-_betrayed-mint.mp3","4" : "/Lost in Tears/2005 - To No Avail/05-lost_in_tears_-_loss-mint.mp3","5" : "/Lost in Tears/2005 - To No Avail/06-lost_in_tears_-_assurance-mint.mp3","6" : "/Lost in Tears/2005 - To No Avail/07-lost_in_tears_-_she_died-mint.mp3","7" : "/Lost in Tears/2005 - To No Avail/08-lost_in_tears_-_nothing_more_nothing_less-mint.mp3","8" : "/Lost in Tears/2005 - To No Avail/09-lost_in_tears_-_shooting_star-mint.mp3","9" : "/Lost in Tears/2005 - To No Avail/10-lost_in_tears_-_felicity-mint.mp3","10" : "/Lost in Tears/2005 - To No Avail/11-lost_in_tears_-_summer_rain-mint.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Lost In Tears","1" : "Lost In Tears","2" : "Lost In Tears","3" : "Lost In Tears","4" : "Lost In Tears","5" : "Lost In Tears","6" : "Lost In Tears","7" : "Lost In Tears","8" : "Lost In Tears","9" : "Lost In Tears","10" : "Lost In Tears" });
+ el.album = new Hash({ "0" : "To No Avail","1" : "To No Avail","2" : "To No Avail","3" : "To No Avail","4" : "To No Avail","5" : "To No Avail","6" : "To No Avail","7" : "To No Avail","8" : "To No Avail","9" : "To No Avail","10" : "To No Avail" });
+ el.titles = new Hash({ "0" : "On The Way","1" : "Break Me Down","2" : "Metamorphosis","3" : "Betrayed","4" : "Loss","5" : "Assurance","6" : "She Died","7" : "Nothing More Nothing Less","8" : "Shooting Star","9" : "Felicity","10" : "Summer Rain" });
+ el.injectInside($('LostinTears'));
+ if (!$('LostProphets')) {
+ new Element('DIV', {
+ 'id': 'LostProphets',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lost Prophets").injectInside($('root'));
+ }
+ if ($('LostProphets').className != 'node') {
+ $('LostProphets').className = 'node';
+ $('LostProphets').
+ }
+ var el = new Element('DIV', {
+ 'id': '2001TheFakeSoundOfProgress',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2001 - The Fake Sound Of Progress");
+ el.files = new Hash({ "0" : "/Lost Prophets/2001 - The Fake Sound Of Progress/01 - Shinobi vs. Dragon Ninja.mp3","1" : "/Lost Prophets/2001 - The Fake Sound Of Progress/02 - The Fake Sound of Progress.mp3","2" : "/Lost Prophets/2001 - The Fake Sound Of Progress/03 - Five Is A Four Letter Word.mp3","3" : "/Lost Prophets/2001 - The Fake Sound Of Progress/04 - ...And She Told Me To Leave.mp3","4" : "/Lost Prophets/2001 - The Fake Sound Of Progress/05 - Kobrakai.mp3","5" : "/Lost Prophets/2001 - The Fake Sound Of Progress/06 - The Handsome Life of Swing.mp3","6" : "/Lost Prophets/2001 - The Fake Sound Of Progress/07 - A Thousand Apologies.mp3","7" : "/Lost Prophets/2001 - The Fake Sound Of Progress/08 - Still Laughing.mp3","8" : "/Lost Prophets/2001 - The Fake Sound Of Progress/09 - For Sure.mp3","9" : "/Lost Prophets/2001 - The Fake Sound Of Progress/10 - Awkward.mp3","10" : "/Lost Prophets/2001 - The Fake Sound Of Progress/11 - Ode To Summer.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Lostprophets","1" : "Lostprophets","2" : "Lostprophets","3" : "Lostprophets","4" : "Lostprophets","5" : "Lostprophets","6" : "Lostprophets","7" : "Lostprophets","8" : "Lostprophets","9" : "Lostprophets","10" : "Lostprophets" });
+ el.album = new Hash({ "0" : "The Fake Sound of Progress","1" : "The Fake Sound of Progress","2" : "The Fake Sound of Progress","3" : "The Fake Sound of Progress","4" : "The Fake Sound of Progress","5" : "The Fake Sound of Progress","6" : "The Fake Sound of Progress","7" : "The Fake Sound of Progress","8" : "The Fake Sound of Progress","9" : "The Fake Sound of Progress","10" : "The Fake Sound of Progress" });
+ el.titles = new Hash({ "0" : "Shinobi vs. Dragon Ninja","1" : "The Fake Sound of Progress","2" : "Five Is A Four Letter Word","3" : "...And She Told Me To Leave","4" : "Kobrakai","5" : "The Handsome Life of Swing","6" : "A Thousand Apologies","7" : "Still Laughing","8" : "For Sure","9" : "Awkward","10" : "Ode To Summer" });
+ el.injectInside($('LostProphets'));
+ if (!$('LostProphets')) {
+ new Element('DIV', {
+ 'id': 'LostProphets',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lost Prophets").injectInside($('root'));
+ }
+ if ($('LostProphets').className != 'node') {
+ $('LostProphets').className = 'node';
+ $('LostProphets').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004StartSomething',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Start Something");
+ el.files = new Hash({ "0" : "/Lost Prophets/2004 - Start Something/01_Start_Something.mp3","1" : "/Lost Prophets/2004 - Start Something/02_We_Still_Kill_The_Old_Way.mp3","2" : "/Lost Prophets/2004 - Start Something/03_Ride.mp3","3" : "/Lost Prophets/2004 - Start Something/04_Last_Train.mp3","4" : "/Lost Prophets/2004 - Start Something/05_Make_A_Move.mp3","5" : "/Lost Prophets/2004 - Start Something/06_Burn_Burn.mp3","6" : "/Lost Prophets/2004 - Start Something/07_I_Don't_Know.mp3","7" : "/Lost Prophets/2004 - Start Something/08_Gothic.mp3","8" : "/Lost Prophets/2004 - Start Something/09_Tonight.mp3","9" : "/Lost Prophets/2004 - Start Something/10_A_Million_Miles.mp3","10" : "/Lost Prophets/2004 - Start Something/11_Last_Summer.mp3","11" : "/Lost Prophets/2004 - Start Something/12_We_Are_Godzilla,_You_Are_Japan.mp3","12" : "/Lost Prophets/2004 - Start Something/13_Lucky_You.mp3","13" : "/Lost Prophets/2004 - Start Something/14_Sway.mp3","14" : "/Lost Prophets/2004 - Start Something/15_Instrumental.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "Lostprophets","1" : "Lostprophets","2" : "Lostprophets","3" : "Lostprophets","4" : "Lostprophets","5" : "Lostprophets","6" : "Lostprophets","7" : "Lostprophets","8" : "Lostprophets","9" : "Lostprophets","10" : "Lostprophets","11" : "Lostprophets","12" : "Lostprophets","13" : "Lostprophets","14" : "Lostprophets" });
+ el.album = new Hash({ "0" : "Start Something","1" : "Start Something","2" : "Start Something","3" : "Start Something","4" : "Start Something","5" : "Start Something","6" : "Start Something","7" : "Start Something","8" : "Start Something","9" : "Start Something","10" : "Start Something","11" : "Start Something","12" : "Start Something","13" : "Start Something","14" : "Start Something" });
+ el.titles = new Hash({ "0" : "Start Something","1" : "We Still Kill The Old Way","2" : "Ride","3" : "Last Train","4" : "Make A Move","5" : "Burn Burn","6" : "I Don't Know","7" : "Gothic","8" : "Tonight","9" : "A Million Miles","10" : "Last Summer","11" : "We Are Godzilla, You Are Japan","12" : "Lucky You","13" : "Sway","14" : "Instrumental" });
+ el.injectInside($('LostProphets'));
+ if (!$('LostProphets')) {
+ new Element('DIV', {
+ 'id': 'LostProphets',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lost Prophets").injectInside($('root'));
+ }
+ if ($('LostProphets').className != 'node') {
+ $('LostProphets').className = 'node';
+ $('LostProphets').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006LiberationTransmission',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Liberation Transmission");
+ el.files = new Hash({ "0" : "/Lost Prophets/2006 - Liberation Transmission/01-lostprophets-everyday_combat.mp3","1" : "/Lost Prophets/2006 - Liberation Transmission/02-lostprophets-a_town_called_hypocrisy.mp3","2" : "/Lost Prophets/2006 - Liberation Transmission/03-lostprophets-the_new_transmission.mp3","3" : "/Lost Prophets/2006 - Liberation Transmission/04-lostprophets-rooftops_(a_liberation_broadcast).mp3","4" : "/Lost Prophets/2006 - Liberation Transmission/05-lostprophets-cant_stop_gotta_date_with_hate.mp3","5" : "/Lost Prophets/2006 - Liberation Transmission/06-lostprophets-cant_catch_tomorrow_(good_shoes_wont_save_you_this_time).mp3","6" : "/Lost Prophets/2006 - Liberation Transmission/07-lostprophets-everybodys_screaming.mp3","7" : "/Lost Prophets/2006 - Liberation Transmission/08-lostprophets-broken_hearts_torn_up_letters_and_the_story_of_a_lonely_girl.mp3","8" : "/Lost Prophets/2006 - Liberation Transmission/09-lostprophets-4-am_forever.mp3","9" : "/Lost Prophets/2006 - Liberation Transmission/10-lostprophets-for_all_these_times_son_for_all_these_times.mp3","10" : "/Lost Prophets/2006 - Liberation Transmission/11-lostprophets-heaven_for_the_weather_hell_for_the_company.mp3","11" : "/Lost Prophets/2006 - Liberation Transmission/12-lostprophets-always_all_ways_(apologies_glances_and_messed_up_chances).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Lostprophets","1" : "Lostprophets","2" : "Lostprophets","3" : "Lostprophets","4" : "Lostprophets","5" : "Lostprophets","6" : "Lostprophets","7" : "Lostprophets","8" : "Lostprophets","9" : "Lostprophets","10" : "Lostprophets","11" : "Lostprophets" });
+ el.album = new Hash({ "0" : "Liberation Transmission","1" : "Liberation Transmission","2" : "Liberation Transmission","3" : "Liberation Transmission","4" : "Liberation Transmission","5" : "Liberation Transmission","6" : "Liberation Transmission","7" : "Liberation Transmission","8" : "Liberation Transmission","9" : "Liberation Transmission","10" : "Liberation Transmission","11" : "Liberation Transmission" });
+ el.titles = new Hash({ "0" : "Everyday Combat","1" : "A Town Called Hypocrisy","2" : "The new Transmission","3" : "Rooftops (A Liberation Broadcast)","4" : "Can't Stop, Gotta Date With Hate","5" : "Can't Catch Tomorrow (Good Shoes Won't Save You This Time)","6" : "Everybody's Screaming !!!","7" : "Broken Hearts, Torn Up Letters And The Story Of A Lonely Girl","8" : "4:AM Forever","9" : "For All These Times Son, For All These Times","10" : "Heaven For The Weather, Hell For The Company","11" : "Always All Ways (Apologies, Glances And Messed Up Chances)" });
+ el.injectInside($('LostProphets'));
+ var el = new Element('DIV', {
+ 'id': 'Lullacry',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Lullacry");
+ el.files = new Hash({ "0" : "/Lullacry/[BONUS] Lullacry - Head like a hole (n.i.n. cover).mp3","1" : "/Lullacry/[BONUS] Lullacry - L.O.V.E. Machine.mp3" });
+ el.track = new Hash({ "0" : "2","1" : "" });
+ el.artist = new Hash({ "0" : "Lullacry","1" : "Lullacry" });
+ el.album = new Hash({ "0" : "Don't Touch The Flame (Single]","1" : "" });
+ el.titles = new Hash({ "0" : "Head Like a Hole","1" : "L.O.V.E. Machine" });
+ el.injectInside($('root'));
+ if (!$('Lullacry')) {
+ new Element('DIV', {
+ 'id': 'Lullacry',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lullacry").injectInside($('root'));
+ }
+ if ($('Lullacry').className != 'node') {
+ $('Lullacry').className = 'node';
+ $('Lullacry').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Vol4',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Vol.4");
+ el.files = new Hash({ "0" : "/Lullacry/2005 - Vol.4/01 - Perfect tonight.mp3","1" : "/Lullacry/2005 - Vol.4/02 - Love lust desire.mp3","2" : "/Lullacry/2005 - Vol.4/03 - Fire within.mp3","3" : "/Lullacry/2005 - Vol.4/04 - Stranger in you.mp3","4" : "/Lullacry/2005 - Vol.4/05 - Heart shaped scars.mp3","5" : "/Lullacry/2005 - Vol.4/06 - Soul in half.mp3","6" : "/Lullacry/2005 - Vol.4/07 - Killing time.mp3","7" : "/Lullacry/2005 - Vol.4/08 - I want you.mp3","8" : "/Lullacry/2005 - Vol.4/09 - King of pain.mp3","9" : "/Lullacry/2005 - Vol.4/10 - Zero.mp3","10" : "/Lullacry/2005 - Vol.4/Lullacry - 01 - Stranger In You.mp3","11" : "/Lullacry/2005 - Vol.4/Lullacry - 02 - I Stole Your Love.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "1","11" : "2" });
+ el.artist = new Hash({ "0" : "Lullacry","1" : "Lullacry","2" : "Lullacry","3" : "Lullacry","4" : "Lullacry","5" : "Lullacry","6" : "Lullacry","7" : "Lullacry","8" : "Lullacry","9" : "Lullacry","10" : "Lullacry","11" : "Lullacry" });
+ el.album = new Hash({ "0" : "Vol. 4","1" : "Vol. 4","2" : "Vol. 4","3" : "Vol. 4","4" : "Vol. 4","5" : "Vol. 4","6" : "Vol. 4","7" : "Vol. 4","8" : "Vol. 4","9" : "Vol. 4","10" : "Stranger in You","11" : "Stranger in You" });
+ el.titles = new Hash({ "0" : "Perfect Tonight","1" : "Love, Lust, Desire","2" : "Fire Within","3" : "Stranger in You","4" : "Heart Shaped Scars","5" : "Soul in Half","6" : "Killing Time","7" : "I Want You","8" : "King of Pain","9" : "Zero","10" : "Stranger in You","11" : "I Stole Your Love" });
+ el.injectInside($('Lullacry'));
+ if (!$('Lullacry')) {
+ new Element('DIV', {
+ 'id': 'Lullacry',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lullacry").injectInside($('root'));
+ }
+ if ($('Lullacry').className != 'node') {
+ $('Lullacry').className = 'node';
+ $('Lullacry').
+ }
+ var el = new Element('DIV', {
+ 'id': 'BeMyGod',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Be My God");
+ el.files = new Hash({ "0" : "/Lullacry/Be My God/Lullacry - Be my god 01 Embrace Me.mp3","1" : "/Lullacry/Be My God/Lullacry - Be my god 02 Be my god.mp3","2" : "/Lullacry/Be My God/Lullacry - Be my god 03 Without The Dreamer.mp3","3" : "/Lullacry/Be My God/Lullacry - Be my god 04 Into Your Heart.mp3","4" : "/Lullacry/Be My God/Lullacry - Be my god 05 Trust.mp3","5" : "/Lullacry/Be My God/Lullacry - Be my god 06 Pain, Walk With Me.mp3","6" : "/Lullacry/Be My God/Lullacry - Be my god 07 I Don't Mind.mp3","7" : "/Lullacry/Be My God/Lullacry - Be my god 08 Damn You.mp3","8" : "/Lullacry/Be My God/Lullacry - Be my god 09 Bonfires Of Time.mp3","9" : "/Lullacry/Be My God/Lullacry - Be my god 10 Thorn Of The Rose.MP3","10" : "/Lullacry/Be My God/Lullacry - Be my god 11 Firequeen.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Lullacry","1" : "Lullacry","2" : "Lullacry","3" : "Lullacry","4" : "Lullacry","5" : "Lullacry","6" : "Lullacry","7" : "Lullacry","8" : "Lullacry","9" : "Lullacry","10" : "Lullacry" });
+ el.album = new Hash({ "0" : "Be My God","1" : "Be My God","2" : "Be My God","3" : "Be My God","4" : "Be My God","5" : "Be My God","6" : "Be My God","7" : "Be My God","8" : "Be My God","9" : "Be My God","10" : "Be My God" });
+ el.titles = new Hash({ "0" : "Embrace Me","1" : "Be My God","2" : "Without The Dreamer","3" : "Into Your Heart","4" : "Trust","5" : "Pain, Walk With Me","6" : "I Don't Mind","7" : "Damn You","8" : "Bonfires Of Time","9" : "Thorn Of The Rose","10" : "Firequeen" });
+ el.injectInside($('Lullacry'));
+ if (!$('Lullacry')) {
+ new Element('DIV', {
+ 'id': 'Lullacry',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lullacry").injectInside($('root'));
+ }
+ if ($('Lullacry').className != 'node') {
+ $('Lullacry').className = 'node';
+ $('Lullacry').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CrucifyMyHeart',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Crucify My Heart");
+ el.files = new Hash({ "0" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 01 Alright Tonight.mp3","1" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 02 Crucify My Heart.mp3","2" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 03 Don't Touch The Flame.mp3","3" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 04 Every Single Day.mp3","4" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 05 Pitch Black Emotions.mp3","5" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 06 Unchain.mp3","6" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 07 Nothing To Lose.mp3","7" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 08 Heart Of Darkness.mp3","8" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 09 This Time.mp3","9" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 10 Over Me.mp3","10" : "/Lullacry/Crucify My Heart/Lullacry - Crucify My Heart 11 Better Days.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "","2" : "3","3" : "","4" : "5","5" : "","6" : "","7" : "","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Lullacry","1" : "Lullacry","2" : "Lullacry","3" : "","4" : "Lullacry","5" : "","6" : "Lullacry","7" : "Lullacry","8" : "Lullacry","9" : "Lullacry","10" : "Lullacry" });
+ el.album = new Hash({ "0" : "Crucify My Heart","1" : "Crucify My Heart","2" : "Crucify My Heart","3" : "","4" : "Crucify My Heart","5" : "","6" : "Crucify My Heart","7" : "Crucify My Heart","8" : "Crucify My Heart","9" : "Crucify My Heart","10" : "Crucify My Heart" });
+ el.titles = new Hash({ "0" : "Alright Tonight","1" : "Crucify My Heart","2" : "Don't Touch The Flame","3" : "Lullacry - Every Single Day.mp3","4" : "pitch black emotions","5" : "Lullacry - Unchain.mp3","6" : "Nothing to lose","7" : "heart of darkness","8" : "This Time","9" : "Over Me","10" : "Better Days" });
+ el.injectInside($('Lullacry'));
+ if (!$('Lullacry')) {
+ new Element('DIV', {
+ 'id': 'Lullacry',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Lullacry").injectInside($('root'));
+ }
+ if ($('Lullacry').className != 'node') {
+ $('Lullacry').className = 'node';
+ $('Lullacry').
+ }
+ var el = new Element('DIV', {
+ 'id': 'SweetDesire',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Sweet Desire");
+ el.files = new Hash({ "0" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 01 For Evermore.mp3","1" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 02 Alone.mp3","2" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 03 all for nothing.mp3","3" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 04 Feardance.mp3","4" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 06 Downwards.mp3","5" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 07 whisper in the chaos.mp3","6" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 08 Sweet Desire (i Will Make My Paradise).mp3","7" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 09 the chant.mp3","8" : "/Lullacry/Sweet Desire/Lullacry - Sweet Desire 10 The Autumn.mp3" });
+ el.track = new Hash({ "0" : "","1" : "2","2" : "3","3" : "10","4" : "6","5" : "7","6" : "8","7" : "9","8" : "" });
+ el.artist = new Hash({ "0" : "","1" : "Lullacry","2" : "Lullacry","3" : "Lullacry","4" : "Lullacry","5" : "Lullacry","6" : "Lullacry","7" : "Lullacry","8" : "Lullacry" });
+ el.album = new Hash({ "0" : "","1" : "Sweet Desire","2" : "Sweet Desire","3" : "Sweet Desire","4" : "Sweet Desire","5" : "Sweet Desire","6" : "Sweet Desire","7" : "Sweet Desire","8" : "Sweet Desire" });
+ el.titles = new Hash({ "0" : "Lullacry - Sweet Desire 01 For Evermore.mp3","1" : "Alone","2" : "All For Nothing","3" : "Feardance","4" : "Downwards","5" : "Whisper in the Chaos","6" : "I Will Make My Paradise","7" : "The Chant","8" : "The Autumn" });
+ el.injectInside($('Lullacry'));
+ if (!$('MandragoraScream')) {
+ new Element('DIV', {
+ 'id': 'MandragoraScream',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Mandragora Scream").injectInside($('root'));
+ }
+ if ($('MandragoraScream').className != 'node') {
+ $('MandragoraScream').className = 'node';
+ $('MandragoraScream').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Madhouse',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Madhouse");
+ el.files = new Hash({ "0" : "/Mandragora Scream/2006 - Madhouse/01 - Vlad.mp3","1" : "/Mandragora Scream/2006 - Madhouse/02 - Dark Lantern.mp3","2" : "/Mandragora Scream/2006 - Madhouse/03 - Redeemer.mp3","3" : "/Mandragora Scream/2006 - Madhouse/04 - Frail Midnight.mp3","4" : "/Mandragora Scream/2006 - Madhouse/05 - Blight Thrills.mp3","5" : "/Mandragora Scream/2006 - Madhouse/06 - Frozen Space.mp3","6" : "/Mandragora Scream/2006 - Madhouse/07 - Haunted Heart.mp3","7" : "/Mandragora Scream/2006 - Madhouse/08 - Silences.mp3","8" : "/Mandragora Scream/2006 - Madhouse/09 - Omen Reveries.mp3","9" : "/Mandragora Scream/2006 - Madhouse/10 - Ghost Of Swan.mp3","10" : "/Mandragora Scream/2006 - Madhouse/11 - Lifeless Haze.mp3","11" : "/Mandragora Scream/2006 - Madhouse/12 - Nightfall.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Mandragora Scream","1" : "Mandragora Scream","2" : "Mandragora Scream","3" : "Mandragora Scream","4" : "Mandragora Scream","5" : "Mandragora Scream","6" : "Mandragora Scream","7" : "Mandragora Scream","8" : "Mandragora Scream","9" : "Mandragora Scream","10" : "Mandragora Scream","11" : "Mandragora Scream" });
+ el.album = new Hash({ "0" : "Madhouse","1" : "Madhouse","2" : "Madhouse","3" : "Madhouse","4" : "Madhouse","5" : "Madhouse","6" : "Madhouse","7" : "Madhouse","8" : "Madhouse","9" : "Madhouse","10" : "Madhouse","11" : "Madhouse" });
+ el.titles = new Hash({ "0" : "Vlad","1" : "Dark Lantern","2" : "Redeemer","3" : "Frail Midnight","4" : "Blight Thrills","5" : "Frozen Space","6" : "Haunted Heart","7" : "Silences","8" : "Omen Reveries","9" : "Ghost Of Swan","10" : "Lifeless Haze","11" : "Nightfall" });
+ el.injectInside($('MandragoraScream'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'ButterflyEffect',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Butterfly Effect");
+ el.files = new Hash({ "0" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 01 soulsick.mp3","1" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 02 buttefly fx.mp3","2" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 03 can't bee.mp3","3" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 04 lustmord.mp3","4" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 05 selfabuse.mp3","5" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 06 i am the eternal spectactor.mp3","6" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 07 soulitary vice.mp3","7" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 08 disappear here.mp3","8" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 09 adaptables.mp3","9" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 10 angelizer.mp3","10" : "/Moonspell/Butterfly Effect/Moonspell - Butterfly effect 12 k.mp3" });
+ el.track = new Hash({ "0" : "10","1" : "11","2" : "12","3" : "15","4" : "14","5" : "13","6" : "19","7" : "17","8" : "18","9" : "16","10" : "20" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell" });
+ el.album = new Hash({ "0" : "Butterfly Effect,The","1" : "Butterfly Effect,The","2" : "Butterfly Effect,The","3" : "Butterfly Effect,The","4" : "Butterfly Effect,The","5" : "Butterfly Effect,The","6" : "Butterfly Effect,The","7" : "Butterfly Effect,The","8" : "Butterfly Effect,The","9" : "Butterfly Effect,The","10" : "Butterfly Effect,The" });
+ el.titles = new Hash({ "0" : "Soulsick","1" : "Buttefly Fx","2" : "Can't Bee","3" : "Lustmord","4" : "Selfabuse","5" : "I Am The Eternal Spectactor","6" : "Soulitary Vice","7" : "Disappear Here","8" : "Adaptables","9" : "Angelizer","10" : "K" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'DarknessandHope',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Darkness and Hope");
+ el.files = new Hash({ "0" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 01 - Darkness And Hope.mp3","1" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 02 - Firewalking.mp3","2" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 03 - Nocturna.mp3","3" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 04 - Heartshaped Abyss.mp3","4" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 05 - Devilred.mp3","5" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 06 - Ghostsong.mp3","6" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 07 - Rapaces.mp3","7" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 08 - Made Of Storm.mp3","8" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 09 - How We Became Fire.mp3","9" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 10 - Than The Serpents In My Hands.mp3","10" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 11 - Os Senhores Da Guerra.mp3","11" : "/Moonspell/Darkness and Hope/Moonspell - Darkness And Hope 12 - Mr. Crowley.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell","11" : "Moonspell" });
+ el.album = new Hash({ "0" : "Darkness and hope","1" : "Darkness and hope","2" : "Darkness and hope","3" : "Darkness and hope","4" : "Darkness and hope","5" : "Darkness and hope","6" : "Darkness and hope","7" : "Darkness and hope","8" : "Darkness and hope","9" : "Darkness and hope","10" : "Darkness and hope","11" : "Darkness and hope" });
+ el.titles = new Hash({ "0" : "Darkness and hope","1" : "Firewalking","2" : "Nocturna","3" : "Heartshaped abyss","4" : "Devilred","5" : "Ghostsong","6" : "Rapaces","7" : "Made of storm","8" : "How we became fire","9" : "Than the serpents in my hands","10" : "Os senhores da guerra","11" : "Mr. Crowley" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Memorial',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Memorial");
+ el.files = new Hash({ "0" : "/Moonspell/Memorial/Moonspell - Memorial 01-in_memoriam.mp3","1" : "/Moonspell/Memorial/Moonspell - Memorial 02-finisterra.mp3","2" : "/Moonspell/Memorial/Moonspell - Memorial 03-memento_mori.mp3","3" : "/Moonspell/Memorial/Moonspell - Memorial 04-sons_of_earth.mp3","4" : "/Moonspell/Memorial/Moonspell - Memorial 05-blood_tells.mp3","5" : "/Moonspell/Memorial/Moonspell - Memorial 06-upon_the_blood_of_men.mp3","6" : "/Moonspell/Memorial/Moonspell - Memorial 07-at_the_image_of_pain.mp3","7" : "/Moonspell/Memorial/Moonspell - Memorial 08-sanguine.mp3","8" : "/Moonspell/Memorial/Moonspell - Memorial 09-proliferation.mp3","9" : "/Moonspell/Memorial/Moonspell - Memorial 10-once_it_was_ours.mp3","10" : "/Moonspell/Memorial/Moonspell - Memorial 11-mare_nostrum.mp3","11" : "/Moonspell/Memorial/Moonspell - Memorial 12-luna.mp3","12" : "/Moonspell/Memorial/Moonspell - Memorial 13-best_forgotten.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell","11" : "Moonspell","12" : "Moonspell" });
+ el.album = new Hash({ "0" : "Memorial","1" : "Memorial","2" : "Memorial","3" : "Memorial","4" : "Memorial","5" : "Memorial","6" : "Memorial","7" : "Memorial","8" : "Memorial","9" : "Memorial","10" : "Memorial","11" : "Memorial","12" : "Memorial" });
+ el.titles = new Hash({ "0" : "In Memoriam","1" : "Finisterra","2" : "Memento Mori","3" : "Sons Of Earth","4" : "Blood Tells","5" : "Upon The Blood Of Men","6" : "At The Image Of Pain","7" : "Sanguine","8" : "Proliferation","9" : "Once It Was Ours","10" : "Mare Nostrum","11" : "Luna","12" : "Best Forgotten" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Moonspell1996Irreligious',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Moonspell - 1996 - Irreligious");
+ el.files = new Hash({ "0" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 01 Perverse...Almost Religious.mp3","1" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 02 Opium.mp3","2" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 03 Awake.mp3","3" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 04 For A Taste Of Eternity.mp3","4" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 05 Ruin and Misery.mp3","5" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 06 A Poisoned Gift.mp3","6" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 07 Subversion.mp3","7" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 08 Raven Claws.mp3","8" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 09 Mephisto.mp3","9" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 10 Herr Spiegelmann.mp3","10" : "/Moonspell/Moonspell - 1996 - Irreligious/Moonspell Irreligious- - 11 Full Moon Madness.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell" });
+ el.album = new Hash({ "0" : "Irreligious","1" : "Irreligious","2" : "Irreligious","3" : "Irreligious","4" : "Irreligious","5" : "Irreligious","6" : "Irreligious","7" : "Irreligious","8" : "Irreligious","9" : "Irreligious","10" : "Irreligious" });
+ el.titles = new Hash({ "0" : "01 Perverse...Almost Religious","1" : "02 Opium","2" : "03 Awake","3" : "04 For A Taste Of Eternity","4" : "05 Ruin & Misery","5" : "06 A Poisoned Gift","6" : "07 Subversion","7" : "08 Raven Claws","8" : "09 Mephisto","9" : "10 Herr Spiegelmann","10" : "11 Full Moon Madness" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Moonspell1998SinPecado',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Moonspell - 1998 - Sin-Pecado");
+ el.files = new Hash({ "0" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 01 - Slow Down!.mp3","1" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 02 - Handmade God.mp3","2" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 03 - 2econd Skin.mp3","3" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 04 - Abysmo.mp3","4" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 05 - Flesh.mp3","5" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 06 - Magdalene.mp3","6" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 07 - V.C..mp3","7" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 08 - Eurotic a.mp3","8" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 09 - Mute.mp3","9" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 10 - Dekadance.mp3","10" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 11 - Let the Children Cum to Me....mp3","11" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 12 - The Hanged Man.mp3","12" : "/Moonspell/Moonspell - 1998 - Sin-Pecado/Moonspell - 1998 - 13 - 13!.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell","11" : "Moonspell","12" : "Moonspell" });
+ el.album = new Hash({ "0" : "Sin Pecado","1" : "Sin Pecado","2" : "Sin Pecado","3" : "Sin Pecado","4" : "Sin Pecado","5" : "Sin Pecado","6" : "Sin Pecado","7" : "Sin Pecado","8" : "Sin Pecado","9" : "Sin Pecado","10" : "Sin Pecado","11" : "Sin Pecado","12" : "Sin Pecado" });
+ el.titles = new Hash({ "0" : "Slow Down!","1" : "Handmade God","2" : "2econd Skin","3" : "Abysmo","4" : "Flesh","5" : "Magdalene","6" : "V.C.","7" : "Eurotic a","8" : "Mute","9" : "Dekadance","10" : "Let the Children Cum to Me...","11" : "The Hanged Man","12" : "13!" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Moonspell2003TheAntidote',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Moonspell - 2003 - The Antidote");
+ el.files = new Hash({ "0" : "/Moonspell/Moonspell - 2003 - The Antidote/01-moonspell_-_in_and_above_men-sdr.mp3","1" : "/Moonspell/Moonspell - 2003 - The Antidote/02-moonspell_-_from_lowering_skies-sdr.mp3","2" : "/Moonspell/Moonspell - 2003 - The Antidote/03-moonspell_-_everything_invaded-sdr.mp3","3" : "/Moonspell/Moonspell - 2003 - The Antidote/04-moonspell_-_the_southern_deathstyle-sdr.mp3","4" : "/Moonspell/Moonspell - 2003 - The Antidote/05-moonspell_-_antidote-sdr.mp3","5" : "/Moonspell/Moonspell - 2003 - The Antidote/06-moonspell_-_capricorn_at_her_feet-sdr.mp3","6" : "/Moonspell/Moonspell - 2003 - The Antidote/07-moonspell_-_lunar_still-sdr.mp3","7" : "/Moonspell/Moonspell - 2003 - The Antidote/08-moonspell_-_a_walk_on_the_darkside-sdr.mp3","8" : "/Moonspell/Moonspell - 2003 - The Antidote/09-moonspell_-_crystal_gazin-sdr.mp3","9" : "/Moonspell/Moonspell - 2003 - The Antidote/10-moonspell_-_as_we_eternally_sleep_on_it-sdr.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell" });
+ el.album = new Hash({ "0" : "The Antidote-Advance","1" : "The Antidote-Advance","2" : "The Antidote-Advance","3" : "The Antidote-Advance","4" : "The Antidote-Advance","5" : "The Antidote-Advance","6" : "The Antidote-Advance","7" : "The Antidote-Advance","8" : "The Antidote-Advance","9" : "The Antidote-Advance" });
+ el.titles = new Hash({ "0" : "In And Above Men","1" : "From Lowering Skies","2" : "Everything Invaded","3" : "The Southern Deathstyle","4" : "Antidote","5" : "Capricorn At Her Feet","6" : "Lunar Still","7" : "A Walk On The Darkside","8" : "Crystal Gazin","9" : "As We Eternally Sleep On It" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'MoonspellUnpluggedinLisbon',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Moonspell - Unplugged in Lisbon");
+ el.files = new Hash({ "0" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 01 - intro.mp3","1" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 02 - Opium.mp3","2" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 03 - interludium.mp3","3" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 04 - Mute.mp3","4" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 05 - interludium.mp3","5" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 06 - Abysmo.mp3","6" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 07 - interludium.mp3","7" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 08 - Awake.mp3","8" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 09 - interludium.mp3","9" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 10 - The Hanged Man.mp3","10" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 11 - interludium.mp3","11" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 12 - Of Dream and Drama.mp3","12" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 13 - interludium.mp3","13" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 14 - Sacred.mp3","14" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 15 - interludium.mp3","15" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 16 - Ruin and Misery.mp3","16" : "/Moonspell/Moonspell - Unplugged in Lisbon/Moonspell - 17 - outro.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell","9" : "Moonspell","10" : "Moonspell","11" : "Moonspell","12" : "Moonspell","13" : "Moonspell","14" : "Moonspell","15" : "Moonspell","16" : "Moonspell" });
+ el.album = new Hash({ "0" : "Unplugged in Lisbon","1" : "Unplugged in Lisbon","2" : "Unplugged in Lisbon","3" : "Unplugged in Lisbon","4" : "Unplugged in Lisbon","5" : "Unplugged in Lisbon","6" : "Unplugged in Lisbon","7" : "Unplugged in Lisbon","8" : "Unplugged in Lisbon","9" : "Unplugged in Lisbon","10" : "Unplugged in Lisbon","11" : "Unplugged in Lisbon","12" : "Unplugged in Lisbon","13" : "Unplugged in Lisbon","14" : "Unplugged in Lisbon","15" : "Unplugged in Lisbon","16" : "Unplugged in Lisbon" });
+ el.titles = new Hash({ "0" : "intro","1" : "Opium","2" : "interludium","3" : "Mute","4" : "interludium","5" : "Abysmo","6" : "interludium","7" : "Awake","8" : "interludium","9" : "The Hanged Man","10" : "interludium","11" : "Of Dream and Drama","12" : "interludium","13" : "Sacred","14" : "interludium","15" : "Ruin and Misery","16" : "outro" });
+ el.injectInside($('Moonspell'));
+ if (!$('Moonspell')) {
+ new Element('DIV', {
+ 'id': 'Moonspell',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Moonspell").injectInside($('root'));
+ }
+ if ($('Moonspell').className != 'node') {
+ $('Moonspell').className = 'node';
+ $('Moonspell').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Wolfheart',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Wolfheart");
+ el.files = new Hash({ "0" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 01 Ataegina.mp3","1" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 02 Wolfshade (A Werewolf Masquerade).mp3","2" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 03 Love Crimes.mp3","3" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 04 Of Dream And Drama (Midnight Ride).mp3","4" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 05 Lua D'Inverno.mp3","5" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 06 Trebaruna.mp3","6" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 07 Vampiria.mp3","7" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 08 An Erotic Alchemy.mp3","8" : "/Moonspell/Wolfheart/Moonspell - Wolfheart 09 Alma Mater.mp3" });
+ el.track = new Hash({ "0" : "99","1" : "25","2" : "21","3" : "16","4" : "22","5" : "23","6" : "24","7" : "99","8" : "99" });
+ el.artist = new Hash({ "0" : "Moonspell","1" : "Moonspell","2" : "Moonspell","3" : "Moonspell","4" : "Moonspell","5" : "Moonspell","6" : "Moonspell","7" : "Moonspell","8" : "Moonspell" });
+ el.album = new Hash({ "0" : "Wolfheart","1" : "Wolfheart","2" : "Wolfheart","3" : "Wolfheart","4" : "Wolfheart","5" : "Wolfheart","6" : "Wolfheart","7" : "Wolfheart","8" : "Wolfheart" });
+ el.titles = new Hash({ "0" : "Ataegina","1" : "Wolfshade (a Werewolf Masquera","2" : "Love Crimes","3" : "...Of Dream And Drama","4" : "Lua D'inverno","5" : "Trebaruna","6" : "Vampiria","7" : "An Erotic Alchemy","8" : "Alma Mater" });
+ el.injectInside($('Moonspell'));
+ var el = new Element('DIV', {
+ 'id': 'Muse',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Muse");
+ el.files = new Hash({ "0" : "/Muse/01 - Intro.MP3","1" : "/Muse/01_New_Born.mp3","2" : "/Muse/02 - Apocalypse Please.MP3","3" : "/Muse/02_Bliss.mp3","4" : "/Muse/03 - Time Is Running Out.MP3","5" : "/Muse/03_Space_Dementia.mp3","6" : "/Muse/04 - Sing For Absolution.MP3","7" : "/Muse/04_Hypermusic.mp3","8" : "/Muse/05 - Stockholm Syndrome.MP3","9" : "/Muse/05_Plug_in_Baby.mp3","10" : "/Muse/06 - Falling Away With You.MP3","11" : "/Muse/06_Citizen_Erased.mp3","12" : "/Muse/07 - Interlude.MP3","13" : "/Muse/07_Micro_Cuts.mp3","14" : "/Muse/08 - Hysteria.MP3","15" : "/Muse/08_Feeling_Good.mp3","16" : "/Muse/09 - Blackout.MP3","17" : "/Muse/09_Screenager.mp3","18" : "/Muse/10 - Butterflies & Hurricanes.MP3","19" : "/Muse/10_Dark_Shines.mp3","20" : "/Muse/11 - The Small Print.MP3","21" : "/Muse/11_Megalomania.mp3","22" : "/Muse/12 - Endlessly.MP3","23" : "/Muse/13 - Thoughts Of A Dying Athiest.MP3","24" : "/Muse/14 - Ruled By Secrecy.MP3" });
+ el.track = new Hash({ "0" : "1","1" : "","2" : "2","3" : "","4" : "3","5" : "","6" : "4","7" : "","8" : "5","9" : "","10" : "6","11" : "","12" : "7","13" : "","14" : "8","15" : "","16" : "9","17" : "","18" : "10","19" : "","20" : "11","21" : "","22" : "12","23" : "13","24" : "14" });
+ el.artist = new Hash({ "0" : "Muse","1" : "Muse","2" : "Muse","3" : "Muse","4" : "Muse","5" : "Muse","6" : "Muse","7" : "Muse","8" : "Muse","9" : "Muse","10" : "Muse","11" : "Muse","12" : "Muse","13" : "Muse","14" : "Muse","15" : "Muse","16" : "Muse","17" : "Muse","18" : "Muse","19" : "Muse","20" : "Muse","21" : "Muse","22" : "Muse","23" : "Muse","24" : "Muse" });
+ el.album = new Hash({ "0" : "Absolution","1" : "Origin of Symmetry","2" : "Absolution","3" : "Origin of Symmetry","4" : "Absolution","5" : "Origin of Symmetry","6" : "Absolution","7" : "Origin of Symmetry","8" : "Absolution","9" : "Origin of Symmetry","10" : "Absolution","11" : "Origin of Symmetry","12" : "Absolution","13" : "Origin of Symmetry","14" : "Absolution","15" : "Origin of Symmetry","16" : "Absolution","17" : "Origin of Symmetry","18" : "Absolution","19" : "Origin of Symmetry","20" : "Absolution","21" : "Origin of Symmetry","22" : "Absolution","23" : "Absolution","24" : "Absolution" });
+ el.titles = new Hash({ "0" : "Intro","1" : "New Born","2" : "Apocalypse Please","3" : "Bliss","4" : "Time Is Running Out","5" : "Space Dementia","6" : "Sing For Absolution","7" : "Hypermusic","8" : "Stockholm Syndrome","9" : "Plug In Baby","10" : "Falling Away With You","11" : "Citizen Erased","12" : "Interlude","13" : "Micro Cuts","14" : "Hysteria","15" : "Feeling Good","16" : "Blackout","17" : "Screenager","18" : "Butterflies & Hurricanes","19" : "Dark Shines","20" : "The Small Print","21" : "Megalomania","22" : "Endlessly","23" : "Thoughts Of A Dying Athiest","24" : "Ruled By Secrecy" });
+ el.injectInside($('root'));
+ if (!$('MyDyingBride')) {
+ new Element('DIV', {
+ 'id': 'MyDyingBride',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("My Dying Bride").injectInside($('root'));
+ }
+ if ($('MyDyingBride').className != 'node') {
+ $('MyDyingBride').className = 'node';
+ $('MyDyingBride').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006ALineOfDeathlessKings',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - A Line Of Deathless Kings");
+ el.files = new Hash({ "0" : "/My Dying Bride/2006 - A Line Of Deathless Kings/01_to_remain_tombless-cmg.mp3","1" : "/My Dying Bride/2006 - A Line Of Deathless Kings/02_lamour_detruit-cmg.mp3","2" : "/My Dying Bride/2006 - A Line Of Deathless Kings/03_i_cannot_be_loved-cmg.mp3","3" : "/My Dying Bride/2006 - A Line Of Deathless Kings/04_and_i_walk_with_them-cmg.mp3","4" : "/My Dying Bride/2006 - A Line Of Deathless Kings/05_thy_raven_wings-cmg.mp3","5" : "/My Dying Bride/2006 - A Line Of Deathless Kings/06_loves_intolerable_pain-cmg.mp3","6" : "/My Dying Bride/2006 - A Line Of Deathless Kings/07_one_of_beautys_daughters-cmg.mp3","7" : "/My Dying Bride/2006 - A Line Of Deathless Kings/08_deeper_down-cmg.mp3","8" : "/My Dying Bride/2006 - A Line Of Deathless Kings/09_the_blood_the_wine_the_roses-cmg.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9" });
+ el.artist = new Hash({ "0" : "My Dying Bride","1" : "My Dying Bride","2" : "My Dying Bride","3" : "My Dying Bride","4" : "My Dying Bride","5" : "My Dying Bride","6" : "My Dying Bride","7" : "My Dying Bride","8" : "My Dying Bride" });
+ el.album = new Hash({ "0" : "A Line Of Deathless Kings","1" : "A Line Of Deathless Kings","2" : "A Line Of Deathless Kings","3" : "A Line Of Deathless Kings","4" : "A Line Of Deathless Kings","5" : "A Line Of Deathless Kings","6" : "A Line Of Deathless Kings","7" : "A Line Of Deathless Kings","8" : "A Line Of Deathless Kings" });
+ el.titles = new Hash({ "0" : "To Remain Tombless","1" : "L'amour Detruit","2" : "I Cannot Be Loved","3" : "And I Walk With Them","4" : "Thy Raven Wings","5" : "Loves Intolerable Pain","6" : "One Of Beauty's Daughters","7" : "Deeper Down","8" : "The Blood, The Wine, The Roses" });
+ el.injectInside($('MyDyingBride'));
+ if (!$('Nanowar')) {
+ new Element('DIV', {
+ 'id': 'Nanowar',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nanowar").injectInside($('root'));
+ }
+ if ($('Nanowar').className != 'node') {
+ $('Nanowar').className = 'node';
+ $('Nanowar').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005OtherbandsplayNanowargay',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Other bands play, Nanowar gay");
+ el.files = new Hash({ "0" : "/Nanowar/2005 - Other bands play, Nanowar gay/01 - Intrue.mp3","1" : "/Nanowar/2005 - Other bands play, Nanowar gay/02 - Tricycles Of Steel.mp3","2" : "/Nanowar/2005 - Other bands play, Nanowar gay/03 - True Metal Of The World.mp3","3" : "/Nanowar/2005 - Other bands play, Nanowar gay/04 - Burger.mp3","4" : "/Nanowar/2005 - Other bands play, Nanowar gay/05 - King.mp3","5" : "/Nanowar/2005 - Other bands play, Nanowar gay/06 - Introducing The Power.mp3","6" : "/Nanowar/2005 - Other bands play, Nanowar gay/07 - Power Of The Power.mp3","7" : "/Nanowar/2005 - Other bands play, Nanowar gay/08 - Pino.mp3","8" : "/Nanowar/2005 - Other bands play, Nanowar gay/09 - Metallallalla.mp3","9" : "/Nanowar/2005 - Other bands play, Nanowar gay/10 - Gioca True'.mp3","10" : "/Nanowar/2005 - Other bands play, Nanowar gay/11 - Number Of The Bitch.mp3","11" : "/Nanowar/2005 - Other bands play, Nanowar gay/12 - Entra L' Uomo Di Sabbia.mp3","12" : "/Nanowar/2005 - Other bands play, Nanowar gay/13 - Triumphant March Of The Nanowarrior.mp3","13" : "/Nanowar/2005 - Other bands play, Nanowar gay/14 - Outtrue.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Nanowar","1" : "Nanowar","2" : "Nanowar","3" : "Nanowar","4" : "Nanowar","5" : "Nanowar","6" : "Nanowar","7" : "Nanowar","8" : "Nanowar","9" : "Nanowar","10" : "Nanowar","11" : "Nanowar","12" : "Nanowar","13" : "Nanowar" });
+ el.album = new Hash({ "0" : "Other bands play, Nanowar gay","1" : "Other bands play, Nanowar gay","2" : "Other bands play, Nanowar gay","3" : "Other bands play, Nanowar gay","4" : "Other bands play, Nanowar gay","5" : "Other bands play, Nanowar gay","6" : "Other bands play, Nanowar gay","7" : "Other bands play, Nanowar gay","8" : "Other bands play, Nanowar gay","9" : "Other bands play, Nanowar gay","10" : "Other bands play, Nanowar gay","11" : "Other bands play, Nanowar gay","12" : "Other bands play, Nanowar gay","13" : "Other bands play, Nanowar gay" });
+ el.titles = new Hash({ "0" : "Intrue","1" : "Tricycles Of Steel","2" : "True Metal Of The World","3" : "Burger","4" : "King","5" : "Introducing The Power","6" : "Power Of The Power","7" : "Pino","8" : "Metallallalla","9" : "Gioca True'","10" : "Number Of The Bitch","11" : "Entra L' Uomo Di Sabbia","12" : "Triumphant March Of The Nanowarrior","13" : "Outtrue" });
+ el.injectInside($('Nanowar'));
+ if (!$('Negative')) {
+ new Element('DIV', {
+ 'id': 'Negative',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Negative").injectInside($('root'));
+ }
+ if ($('Negative').className != 'node') {
+ $('Negative').className = 'node';
+ $('Negative').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Anorectic',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Anorectic");
+ el.files = new Hash({ "0" : "/Negative/2006 - Anorectic/01_negative-arrival-fwyh.mp3","1" : "/Negative/2006 - Anorectic/02_negative-glory_of_the_shame-fwyh.mp3","2" : "/Negative/2006 - Anorectic/03_negative-reflections-fwyh.mp3","3" : "/Negative/2006 - Anorectic/04_negative-one_last_shot-fwyh.mp3","4" : "/Negative/2006 - Anorectic/05_negative-fading_yourself-fwyh.mp3","5" : "/Negative/2006 - Anorectic/06_negative-planet_of_the_sun-fwyh.mp3","6" : "/Negative/2006 - Anorectic/07_negative-a_song_for_the_broken_hearted-fwyh.mp3","7" : "/Negative/2006 - Anorectic/08_negative-sinners_night-misty_morning-fwyh.mp3","8" : "/Negative/2006 - Anorectic/09_negative-swans-fwyh.mp3","9" : "/Negative/2006 - Anorectic/10_negative-stop_fckin_around-fwyh.mp3","10" : "/Negative/2006 - Anorectic/11_negative-embracing_past-fwyh.mp3","11" : "/Negative/2006 - Anorectic/12_negative-we_cant_go_on-fwyh.mp3","12" : "/Negative/2006 - Anorectic/13_negative-in_memoriam_(immortal_peace)-fwyh.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Negative","1" : "Negative","2" : "Negative","3" : "Negative","4" : "Negative","5" : "Negative","6" : "Negative","7" : "Negative","8" : "Negative","9" : "Negative","10" : "Negative","11" : "Negative","12" : "Negative" });
+ el.album = new Hash({ "0" : "Anorectic","1" : "Anorectic","2" : "Anorectic","3" : "Anorectic","4" : "Anorectic","5" : "Anorectic","6" : "Anorectic","7" : "Anorectic","8" : "Anorectic","9" : "Anorectic","10" : "Anorectic","11" : "Anorectic","12" : "Anorectic" });
+ el.titles = new Hash({ "0" : "Arrival","1" : "Glory Of The Shame","2" : "Reflections","3" : "One Last Shot","4" : "Fading Yourself","5" : "Planet Of The Sun","6" : "A Song For The Broken Hearted","7" : "Sinners Night/Misty Morning","8" : "Swans","9" : "Stop F*ckin' Around","10" : "Embracing Past","11" : "We Can't Go On","12" : "In Memoriam (Immortal Peace)" });
+ el.injectInside($('Negative'));
+ if (!$('Nickelback')) {
+ new Element('DIV', {
+ 'id': 'Nickelback',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nickelback").injectInside($('root'));
+ }
+ if ($('Nickelback').className != 'node') {
+ $('Nickelback').className = 'node';
+ $('Nickelback').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005AllTheRightReasons',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - All The Right Reasons");
+ el.files = new Hash({ "0" : "/Nickelback/2005 - All The Right Reasons/01-nickelback-follow_you_home.mp3","1" : "/Nickelback/2005 - All The Right Reasons/02-nickelback-fight_for_all_the_wrong_reasons.mp3","2" : "/Nickelback/2005 - All The Right Reasons/03-nickelback-photograph.mp3","3" : "/Nickelback/2005 - All The Right Reasons/04-nickelback-animals.mp3","4" : "/Nickelback/2005 - All The Right Reasons/05-nickelback-savin_me.mp3","5" : "/Nickelback/2005 - All The Right Reasons/06-nickelback-far_away.mp3","6" : "/Nickelback/2005 - All The Right Reasons/07-nickelback-next_contestant.mp3","7" : "/Nickelback/2005 - All The Right Reasons/08-nickelback-side_of_a_bullet.mp3","8" : "/Nickelback/2005 - All The Right Reasons/09-nickelback-if_everyone_cared.mp3","9" : "/Nickelback/2005 - All The Right Reasons/10-nickelback-someone_that_youre_with.mp3","10" : "/Nickelback/2005 - All The Right Reasons/11-nickelback-rockstar.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Nickelback","1" : "Nickelback","2" : "Nickelback","3" : "Nickelback","4" : "Nickelback","5" : "Nickelback","6" : "Nickelback","7" : "Nickelback","8" : "Nickelback","9" : "Nickelback","10" : "Nickelback" });
+ el.album = new Hash({ "0" : "All The Right Reasons","1" : "All The Right Reasons","2" : "All The Right Reasons","3" : "All The Right Reasons","4" : "All The Right Reasons","5" : "All The Right Reasons","6" : "All The Right Reasons","7" : "All The Right Reasons","8" : "All The Right Reasons","9" : "All The Right Reasons","10" : "All The Right Reasons" });
+ el.titles = new Hash({ "0" : "Follow You Home","1" : "Fight For All The Wrong Reasons","2" : "Photograph","3" : "Animals","4" : "Savin' Me","5" : "Far Away","6" : "Next Contestant","7" : "Side Of A Bullet","8" : "If Everyone Cared","9" : "Someone That You're With","10" : "Rockstar" });
+ el.injectInside($('Nickelback'));
+ if (!$('Nightwish')) {
+ new Element('DIV', {
+ 'id': 'Nightwish',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nightwish").injectInside($('root'));
+ }
+ if ($('Nightwish').className != 'node') {
+ $('Nightwish').className = 'node';
+ $('Nightwish').
+ }
+ var el = new Element('DIV', {
+ 'id': '2001OverTheHillsAndFarAway',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2001 - Over The Hills And Far Away");
+ el.files = new Hash({ "0" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_01_-_Over_the_Hills_and_Far_Away.mp3","1" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_02_-_10th_Man_Down.mp3","2" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_03_-_Away.mp3","3" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_04_-_Astral_Romance_(Remake).mp3","4" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_05_-_The_Kinslayer_(Live).mp3","5" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_06_-_She_Is_My_Sin_(Live).mp3","6" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_07_-_Sacrament_Of_Wilderness_(Live).mp3","7" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_08_-_Walking_In_The_Air_(Live).mp3","8" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_09_-_Beauty_&_The_Beast_(Live).mp3","9" : "/Nightwish/2001 - Over The Hills And Far Away/Nightwish_-_Over_the_Hills_and_Far_Away_-_10_-_Wishmaster_(Live).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "","1" : "Nightwish","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.album = new Hash({ "0" : "","1" : "Over the Hills and Far Away (EP)","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.titles = new Hash({ "0" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_01_-_Over_the_Hills_and_Far_Away.mp3","1" : "10th Man Down","2" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_03_-_Away.mp3","3" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_04_-_Astral_Romance_(Remake).mp3","4" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_05_-_The_Kinslayer_(Live).mp3","5" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_06_-_She_Is_My_Sin_(Live).mp3","6" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_07_-_Sacrament_Of_Wilderness_(Live).mp3","7" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_08_-_Walking_In_The_Air_(Live).mp3","8" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_09_-_Beauty_&_The_Beast_(Live).mp3","9" : "Nightwish_-_Over_the_Hills_and_Far_Away_-_10_-_Wishmaster_(Live).mp3" });
+ el.injectInside($('Nightwish'));
+ if (!$('Nightwish')) {
+ new Element('DIV', {
+ 'id': 'Nightwish',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nightwish").injectInside($('root'));
+ }
+ if ($('Nightwish').className != 'node') {
+ $('Nightwish').className = 'node';
+ $('Nightwish').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004TalesfromtheElvenpath',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Tales from the Elvenpath");
+ el.files = new Hash({ "0" : "/Nightwish/2004 - Tales from the Elvenpath/01-nightwish_-_wishmaster-alc.mp3","1" : "/Nightwish/2004 - Tales from the Elvenpath/02-nightwish_-_sacrament_of_wilderness-alc.mp3","2" : "/Nightwish/2004 - Tales from the Elvenpath/03-nightwish_-_end_of_all_hope-alc.mp3","3" : "/Nightwish/2004 - Tales from the Elvenpath/04-nightwish_-_bless_the_child-alc.mp3","4" : "/Nightwish/2004 - Tales from the Elvenpath/05-nightwish_-_sleeping_sun-alc.mp3","5" : "/Nightwish/2004 - Tales from the Elvenpath/06-nightwish_-_she_is_my_sin-alc.mp3","6" : "/Nightwish/2004 - Tales from the Elvenpath/07-nightwish_-_walkin_in_the_air-alc.mp3","7" : "/Nightwish/2004 - Tales from the Elvenpath/08-nightwish_-_stargazers-alc.mp3","8" : "/Nightwish/2004 - Tales from the Elvenpath/09-nightwish_-_over_the_hills_and_far_away-alc.mp3","9" : "/Nightwish/2004 - Tales from the Elvenpath/10-nightwish_-_the_kinslayer-alc.mp3","10" : "/Nightwish/2004 - Tales from the Elvenpath/11-nightwish_-_dead_boys_poem-alc.mp3","11" : "/Nightwish/2004 - Tales from the Elvenpath/12-nightwish_-_sleepwalker_rare_track-alc.mp3","12" : "/Nightwish/2004 - Tales from the Elvenpath/13-nightwish_-_nightquest_rare_track-alc.mp3","13" : "/Nightwish/2004 - Tales from the Elvenpath/14-nightwish_-_lagoon_rare_track-alc.mp3","14" : "/Nightwish/2004 - Tales from the Elvenpath/15-nightwish_-_wayfarer_rare_track-alc.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "Nightwish","1" : "Nightwish","2" : "Nightwish","3" : "Nightwish","4" : "Nightwish","5" : "Nightwish","6" : "Nightwish","7" : "Nightwish","8" : "Nightwish","9" : "Nightwish","10" : "Nightwish","11" : "Nightwish","12" : "Nightwish","13" : "Nightwish","14" : "Nightwish" });
+ el.album = new Hash({ "0" : "Tales from the Elvenpath","1" : "Tales from the Elvenpath","2" : "Tales from the Elvenpath","3" : "Tales from the Elvenpath","4" : "Tales from the Elvenpath","5" : "Tales from the Elvenpath","6" : "Tales from the Elvenpath","7" : "Tales from the Elvenpath","8" : "Tales from the Elvenpath","9" : "Tales from the Elvenpath","10" : "Tales from the Elvenpath","11" : "Tales from the Elvenpath","12" : "Tales from the Elvenpath","13" : "Tales from the Elvenpath","14" : "Tales from the Elvenpath" });
+ el.titles = new Hash({ "0" : "Wishmaster","1" : "Sacrament Of Wilderness","2" : "End Of All Hope","3" : "Bless The Child","4" : "Sleeping Sun","5" : "She Is My Sin","6" : "Walkin' In The Air","7" : "Stargazers","8" : "Over The Hills And Far Away","9" : "The Kinslayer","10" : "Dead Boy's Poem","11" : "Sleepwalker (Rare Track)","12" : "Nightquest (Rare Track)","13" : "Lagoon (Rare Track)","14" : "Wayfarer (Rare Track)" });
+ el.injectInside($('Nightwish'));
+ if (!$('Nightwish')) {
+ new Element('DIV', {
+ 'id': 'Nightwish',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nightwish").injectInside($('root'));
+ }
+ if ($('Nightwish').className != 'node') {
+ $('Nightwish').className = 'node';
+ $('Nightwish').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Bestwishes',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Bestwishes");
+ el.files = new Hash({ "0" : "/Nightwish/2005 - Bestwishes/01-nightwish-stargazers-cos.mp3","1" : "/Nightwish/2005 - Bestwishes/02-nightwish-the_kinslayer-cos.mp3","2" : "/Nightwish/2005 - Bestwishes/03-nightwish-she_is_my_sin-cos.mp3","3" : "/Nightwish/2005 - Bestwishes/04-nightwish-ever_dream-cos.mp3","4" : "/Nightwish/2005 - Bestwishes/05-nightwish-come_cover_me-cos.mp3","5" : "/Nightwish/2005 - Bestwishes/06-nightwish-know_why_the_nightingale_sings-cos.mp3","6" : "/Nightwish/2005 - Bestwishes/07-nightwish-bless_the_child-cos.mp3","7" : "/Nightwish/2005 - Bestwishes/08-nightwish-end_of_all_hope-cos.mp3","8" : "/Nightwish/2005 - Bestwishes/09-nightwish-the_riddler-cos.mp3","9" : "/Nightwish/2005 - Bestwishes/10-nightwish-sleepwalker_(original_mix)-cos.mp3","10" : "/Nightwish/2005 - Bestwishes/11-nightwish-crownless-cos.mp3","11" : "/Nightwish/2005 - Bestwishes/12-nightwish-sacrament_of_wilderness-cos.mp3","12" : "/Nightwish/2005 - Bestwishes/13-nightwish-walking_in_the_air-cos.mp3","13" : "/Nightwish/2005 - Bestwishes/14-nightwish-beauty_and_the_beast-cos.mp3","14" : "/Nightwish/2005 - Bestwishes/15-nightwish-wishmaster-cos.mp3","15" : "/Nightwish/2005 - Bestwishes/16-nightwish-over_the_hills_and_far_away-cos.mp3","16" : "/Nightwish/2005 - Bestwishes/17-nightwish-sleeping_sun-cos.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17" });
+ el.artist = new Hash({ "0" : "Nightwish","1" : "Nightwish","2" : "Nightwish","3" : "Nightwish","4" : "Nightwish","5" : "Nightwish","6" : "Nightwish","7" : "Nightwish","8" : "Nightwish","9" : "Nightwish","10" : "Nightwish","11" : "Nightwish","12" : "Nightwish","13" : "Nightwish","14" : "Nightwish","15" : "Nightwish","16" : "Nightwish" });
+ el.album = new Hash({ "0" : "Bestwishes","1" : "Bestwishes","2" : "Bestwishes","3" : "Bestwishes","4" : "Bestwishes","5" : "Bestwishes","6" : "Bestwishes","7" : "Bestwishes","8" : "Bestwishes","9" : "Bestwishes","10" : "Bestwishes","11" : "Bestwishes","12" : "Bestwishes","13" : "Bestwishes","14" : "Bestwishes","15" : "Bestwishes","16" : "Bestwishes" });
+ el.titles = new Hash({ "0" : "Stargazers","1" : "The Kinslayer","2" : "She is My Sin","3" : "Ever Dream","4" : "Come Cover Me","5" : "Know Why the Nightingale Sings","6" : "Bless the Child","7" : "End of All Hope","8" : "The Riddler","9" : "Sleepwalker (Original Mix)","10" : "Crownless","11" : "Sacrament of Wilderness","12" : "Walking in the Air","13" : "Beauty and the Beast","14" : "Wishmaster","15" : "Over the Hills and Far Away","16" : "Sleeping Sun" });
+ el.injectInside($('Nightwish'));
+ if (!$('Nightwish')) {
+ new Element('DIV', {
+ 'id': 'Nightwish',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Nightwish").injectInside($('root'));
+ }
+ if ($('Nightwish').className != 'node') {
+ $('Nightwish').className = 'node';
+ $('Nightwish').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005Once2CDLimitedEdition',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Once - 2CD Limited Edition");
+ el.files = new Hash({ "0" : "/Nightwish/2005 - Once - 2CD Limited Edition/101_dark_chest_of_wonders-amw.mp3","1" : "/Nightwish/2005 - Once - 2CD Limited Edition/102_wish_i_had_an_angel-amw.mp3","2" : "/Nightwish/2005 - Once - 2CD Limited Edition/103_nemo-amw.mp3","3" : "/Nightwish/2005 - Once - 2CD Limited Edition/104_planet_hell-amw.mp3","4" : "/Nightwish/2005 - Once - 2CD Limited Edition/105_creek_marys_blood-amw.mp3","5" : "/Nightwish/2005 - Once - 2CD Limited Edition/106_the_siren-amw.mp3","6" : "/Nightwish/2005 - Once - 2CD Limited Edition/107_dead_gardens-amw.mp3","7" : "/Nightwish/2005 - Once - 2CD Limited Edition/108_romanticide-amw.mp3","8" : "/Nightwish/2005 - Once - 2CD Limited Edition/109_ghost_love_score-amw.mp3","9" : "/Nightwish/2005 - Once - 2CD Limited Edition/110_kuolema_tekee_taiteilijan-amw.mp3","10" : "/Nightwish/2005 - Once - 2CD Limited Edition/111_higher_than_hopecd-amw.mp3","11" : "/Nightwish/2005 - Once - 2CD Limited Edition/201_where_were_you_last_night-amw.mp3","12" : "/Nightwish/2005 - Once - 2CD Limited Edition/202_wish_i_had_an_angel_(demo_ver)-amw.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "1","12" : "2" });
+ el.artist = new Hash({ "0" : "Nightwish","1" : "Nightwish","2" : "Nightwish","3" : "Nightwish","4" : "Nightwish","5" : "Nightwish","6" : "Nightwish","7" : "Nightwish","8" : "Nightwish","9" : "Nightwish","10" : "Nightwish","11" : "Nightwish","12" : "Nightwish" });
+ el.album = new Hash({ "0" : "Once (Korean LTD)","1" : "Once (Korean LTD)","2" : "Once (Korean LTD)","3" : "Once (Korean LTD)","4" : "Once (Korean LTD)","5" : "Once (Korean LTD)","6" : "Once (Korean LTD)","7" : "Once (Korean LTD)","8" : "Once (Korean LTD)","9" : "Once (Korean LTD)","10" : "Once (Korean LTD)","11" : "Once (Korean LTD)","12" : "Once (Korean LTD)" });
+ el.titles = new Hash({ "0" : "dark chest of wonders","1" : "wish i had an angel","2" : "nemo","3" : "planet hell","4" : "creek marys blood","5" : "the siren","6" : "dead gardens","7" : "romanticide","8" : "ghost love score","9" : "kuolema tekee taiteilijan","10" : "higher than hopecd","11" : "where were you last night","12" : "wish i had an angel (demo ver)" });
+ el.injectInside($('Nightwish'));
+ if (!$('Onesidezero')) {
+ new Element('DIV', {
+ 'id': 'Onesidezero',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Onesidezero").injectInside($('root'));
+ }
+ if ($('Onesidezero').className != 'node') {
+ $('Onesidezero').className = 'node';
+ $('Onesidezero').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Onesidezero',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Onesidezero");
+ el.files = new Hash({ "0" : "/Onesidezero/2007 - Onesidezero/01-onesidezero-carry_your_gun.mp3","1" : "/Onesidezero/2007 - Onesidezero/02-onesidezero-breath.mp3","2" : "/Onesidezero/2007 - Onesidezero/03-onesidezero-whatever_happened_to.mp3","3" : "/Onesidezero/2007 - Onesidezero/04-onesidezero-levitation.mp3","4" : "/Onesidezero/2007 - Onesidezero/05-onesidezero-my_confession.mp3","5" : "/Onesidezero/2007 - Onesidezero/06-onesidezero-sleep.mp3","6" : "/Onesidezero/2007 - Onesidezero/07-onesidezero-stay.mp3","7" : "/Onesidezero/2007 - Onesidezero/08-onesidezero-blondevil.mp3","8" : "/Onesidezero/2007 - Onesidezero/09-onesidezero-who_will_stop_the_rain.mp3","9" : "/Onesidezero/2007 - Onesidezero/10-onesidezero-safely_forgotten.mp3","10" : "/Onesidezero/2007 - Onesidezero/11-onesidezero-cardboard_cutouts.mp3","11" : "/Onesidezero/2007 - Onesidezero/12-onesidezero-carry_us_away.mp3","12" : "/Onesidezero/2007 - Onesidezero/13-onesidezero-triikassho.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "OneSideZero","1" : "OneSideZero","2" : "OneSideZero","3" : "OneSideZero","4" : "OneSideZero","5" : "OneSideZero","6" : "OneSideZero","7" : "OneSideZero","8" : "OneSideZero","9" : "OneSideZero","10" : "OneSideZero","11" : "OneSideZero","12" : "OneSideZero" });
+ el.album = new Hash({ "0" : "OneSideZero","1" : "OneSideZero","2" : "OneSideZero","3" : "OneSideZero","4" : "OneSideZero","5" : "OneSideZero","6" : "OneSideZero","7" : "OneSideZero","8" : "OneSideZero","9" : "OneSideZero","10" : "OneSideZero","11" : "OneSideZero","12" : "OneSideZero" });
+ el.titles = new Hash({ "0" : "Carry Your Gun","1" : "Breath","2" : "Whatever Happened To?","3" : "Levitation","4" : "My Confession","5" : "Sleep","6" : "Stay","7" : "Blondevil","8" : "Who Will Stop The Rain","9" : "Safely Forgotten","10" : "Cardboard Cutouts","11" : "Carry Us Away","12" : "Triikassho" });
+ el.injectInside($('Onesidezero'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997Pain',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Pain");
+ el.files = new Hash({ "0" : "/Pain/1997 - Pain/01 - On Your Knees (Again).mp3","1" : "/Pain/1997 - Pain/02 - Rope Around My Neck.mp3","2" : "/Pain/1997 - Pain/03 - Learn How to Die.mp3","3" : "/Pain/1997 - Pain/04 - Don't Let Me Down.mp3","4" : "/Pain/1997 - Pain/05 - Breathe.mp3","5" : "/Pain/1997 - Pain/06 - Greed.mp3","6" : "/Pain/1997 - Pain/07 - Choke on Your Lies.mp3","7" : "/Pain/1997 - Pain/08 - The Last Drops of My Life.mp3","8" : "/Pain/1997 - Pain/09 - Hate Me.mp3","9" : "/Pain/1997 - Pain/10 - Liar.mp3","10" : "/Pain/1997 - Pain/11- Thru the Ground.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain" });
+ el.album = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain" });
+ el.titles = new Hash({ "0" : "01 - On Your Knees (Again)","1" : "02 - Rope Around My Neck","2" : "03 - Learn How to Die","3" : "04 - Don't Let Me Down","4" : "05 - Breathe","5" : "06 - Greed","6" : "07 - Choke on Your Lies","7" : "08 - The Last Drops of My Life","8" : "09 - Hate Me*","9" : "10 - Liar*","10" : "11 - Thru the Ground*" });
+ el.injectInside($('Pain'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '1999Rebirth',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1999 - Rebirth");
+ el.files = new Hash({ "0" : "/Pain/1999 - Rebirth/01 - Supersonic Bitch.mp3","1" : "/Pain/1999 - Rebirth/02 - End of the Line.mp3","2" : "/Pain/1999 - Rebirth/03 - Breathing In, Breathing Out.mp3","3" : "/Pain/1999 - Rebirth/04 - Delusions.mp3","4" : "/Pain/1999 - Rebirth/05 - Suicide Machine.mp3","5" : "/Pain/1999 - Rebirth/06 - Parallel to Ecstacy.mp3","6" : "/Pain/1999 - Rebirth/07 - On and On.mp3","7" : "/Pain/1999 - Rebirth/08 - 12.42.mp3","8" : "/Pain/1999 - Rebirth/09 - Crashed.mp3","9" : "/Pain/1999 - Rebirth/10 - Dark Fields of Pain.mp3","10" : "/Pain/1999 - Rebirth/11 - She Whipped.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain" });
+ el.album = new Hash({ "0" : "Rebirth","1" : "Rebirth","2" : "Rebirth","3" : "Rebirth","4" : "Rebirth","5" : "Rebirth","6" : "Rebirth","7" : "Rebirth","8" : "Rebirth","9" : "Rebirth","10" : "Rebirth" });
+ el.titles = new Hash({ "0" : "01 - Supersonic Bitch","1" : "02 - End of the Line","2" : "03 - Breathing In, Breathing O","3" : "04 - Delusions","4" : "05 - Suicide Machine","5" : "06 - Parallel to Ecstacy","6" : "07 - On and On","7" : "08 - 12.42","8" : "09 - Crashed","9" : "10 - Dark Fields of Pain","10" : "11 - She Whipped" });
+ el.injectInside($('Pain'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002NothingRemainstheSame',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Nothing Remains the Same");
+ el.files = new Hash({ "0" : "/Pain/2002 - Nothing Remains the Same/01 - Its Only Them.mp3","1" : "/Pain/2002 - Nothing Remains the Same/02 - Shut Your Mouth.mp3","2" : "/Pain/2002 - Nothing Remains the Same/03 - Close My Eyes.mp3","3" : "/Pain/2002 - Nothing Remains the Same/04 - Just Hate Me.mp3","4" : "/Pain/2002 - Nothing Remains the Same/05 - Injected Paradise.mp3","5" : "/Pain/2002 - Nothing Remains the Same/06 - Eleanor Rigby.mp3","6" : "/Pain/2002 - Nothing Remains the Same/07 - Expelled.mp3","7" : "/Pain/2002 - Nothing Remains the Same/08 - Pull Me Under.mp3","8" : "/Pain/2002 - Nothing Remains the Same/09 - Save Me.mp3","9" : "/Pain/2002 - Nothing Remains the Same/10 - The Game.mp3","10" : "/Pain/2002 - Nothing Remains the Same/11 - Fade Away.mp3","11" : "/Pain/2002 - Nothing Remains the Same/12 - On And One.mp3","12" : "/Pain/2002 - Nothing Remains the Same/13 - End Of The Line.mp3","13" : "/Pain/2002 - Nothing Remains the Same/14 - On Your Kness Again.mp3","14" : "/Pain/2002 - Nothing Remains the Same/15 - She Wipped.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain","11" : "Pain","12" : "Pain","13" : "Pain","14" : "Pain" });
+ el.album = new Hash({ "0" : "Nothing Remains The Same","1" : "Nothing Remains The Same","2" : "Nothing Remains The Same","3" : "Nothing Remains The Same","4" : "Nothing Remains The Same","5" : "Nothing Remains The Same","6" : "Nothing Remains The Same","7" : "Nothing Remains The Same","8" : "Nothing Remains The Same","9" : "Nothing Remains The Same","10" : "Nothing Remains The Same","11" : "Nothing Remains The Same","12" : "Nothing Remains The Same","13" : "Nothing Remains The Same","14" : "Nothing Remains The Same" });
+ el.titles = new Hash({ "0" : "It's Only Them","1" : "Shut your Mouth","2" : "Close My Eyes","3" : "Just hate Me","4" : "Injected Paradise","5" : "Eleanor Rigby","6" : "Expelled","7" : "Pull Me Under","8" : "Save Me","9" : "The Game","10" : "Fade Away","11" : "On And One","12" : "End Of The Line","13" : "On Your Kness (Again)","14" : "She Wipped" });
+ el.injectInside($('Pain'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004SameOldSongCDM',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - Same Old Song (CDM)");
+ el.files = new Hash({ "0" : "/Pain/2004 - Same Old Song (CDM)/01 - Same Old Song.mp3","1" : "/Pain/2004 - Same Old Song (CDM)/02 - Trapped.mp3","2" : "/Pain/2004 - Same Old Song (CDM)/03 - Not Afraid to Die.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain" });
+ el.album = new Hash({ "0" : "Same Old Song (CDM)","1" : "Same Old Song (CDM)","2" : "Same Old Song (CDM)" });
+ el.titles = new Hash({ "0" : "01 - Same Old Song","1" : "02 - Trapped","2" : "03 - Not Afraid to Die" });
+ el.injectInside($('Pain'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005DancingwiththeDead',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Dancing with the Dead");
+ el.files = new Hash({ "0" : "/Pain/2005 - Dancing with the Dead/01-Dont_count_me_out.mp3","1" : "/Pain/2005 - Dancing with the Dead/02-Same_old_song.mp3","2" : "/Pain/2005 - Dancing with the Dead/03-Nothing.mp3","3" : "/Pain/2005 - Dancing with the Dead/04-The_tables_have_turned.mp3","4" : "/Pain/2005 - Dancing with the Dead/05-Not_afraid_to_die.mp3","5" : "/Pain/2005 - Dancing with the Dead/06-Dancing_with_the_dead.mp3","6" : "/Pain/2005 - Dancing with the Dead/07-Tear_it_up.mp3","7" : "/Pain/2005 - Dancing with the Dead/08-Bye_die.mp3","8" : "/Pain/2005 - Dancing with the Dead/09-My_misery.mp3","9" : "/Pain/2005 - Dancing with the Dead/10-A_good_day_to_die.mp3","10" : "/Pain/2005 - Dancing with the Dead/11-Stay_away.mp3","11" : "/Pain/2005 - Dancing with the Dead/12-The_third_wave.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain","11" : "Pain" });
+ el.album = new Hash({ "0" : "Dancing With The Dead","1" : "Dancing With The Dead","2" : "Dancing With The Dead","3" : "Dancing With The Dead","4" : "Dancing With The Dead","5" : "Dancing With The Dead","6" : "Dancing With The Dead","7" : "Dancing With The Dead","8" : "Dancing With The Dead","9" : "Dancing With The Dead","10" : "Dancing With The Dead","11" : "Dancing With The Dead" });
+ el.titles = new Hash({ "0" : "Don´t Count Me Out","1" : "Same Old Song","2" : "Nothing","3" : "The Tables Have Turned","4" : "Not Afraid To Die","5" : "Dancing With The Dead","6" : "Tear It Up","7" : "Bye/Die","8" : "My Misery","9" : "A Good Day To Die","10" : "Stay Away","11" : "The Third Wave" });
+ el.injectInside($('Pain'));
+ if (!$('Pain')) {
+ new Element('DIV', {
+ 'id': 'Pain',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pain").injectInside($('root'));
+ }
+ if ($('Pain').className != 'node') {
+ $('Pain').className = 'node';
+ $('Pain').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007PsalmsofExtinction',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Psalms of Extinction");
+ el.files = new Hash({ "0" : "/Pain/2007 - Psalms of Extinction/01-save_your_prayers-qtxmp3.mp3","1" : "/Pain/2007 - Psalms of Extinction/02-nailed_to_the_ground-qtxmp3.mp3","2" : "/Pain/2007 - Psalms of Extinction/03-zombie_slam-qtxmp3.mp3","3" : "/Pain/2007 - Psalms of Extinction/04-psalms_of_extinction-qtxmp3.mp3","4" : "/Pain/2007 - Psalms of Extinction/05-clouds_of_ecstasy-qtxmp3.mp3","5" : "/Pain/2007 - Psalms of Extinction/06-play_dead-qtxmp3.mp3","6" : "/Pain/2007 - Psalms of Extinction/07-does_it_really_matter-qtxmp3.mp3","7" : "/Pain/2007 - Psalms of Extinction/08-computer_god-qtxmp3.mp3","8" : "/Pain/2007 - Psalms of Extinction/09-just_think_again-qtxmp3.mp3","9" : "/Pain/2007 - Psalms of Extinction/10-walking_on_glass-qtxmp3.mp3","10" : "/Pain/2007 - Psalms of Extinction/11-bottles_nest-qtxmp3.mp3","11" : "/Pain/2007 - Psalms of Extinction/12-bitch-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Pain","1" : "Pain","2" : "Pain","3" : "Pain","4" : "Pain","5" : "Pain","6" : "Pain","7" : "Pain","8" : "Pain","9" : "Pain","10" : "Pain","11" : "Pain" });
+ el.album = new Hash({ "0" : "Psalms of Extinction","1" : "Psalms of Extinction","2" : "Psalms of Extinction","3" : "Psalms of Extinction","4" : "Psalms of Extinction","5" : "Psalms of Extinction","6" : "Psalms of Extinction","7" : "Psalms of Extinction","8" : "Psalms of Extinction","9" : "Psalms of Extinction","10" : "Psalms of Extinction","11" : "Psalms of Extinction" });
+ el.titles = new Hash({ "0" : "Save your prayers","1" : "Nailed to the ground","2" : "Zombie slam","3" : "Psalms of extinction","4" : "Clouds of ecstasy","5" : "Play dead","6" : "Does it really matter","7" : "Computer god","8" : "Just think again","9" : "Walking on glass","10" : "Bottle's nest","11" : "Bitch" });
+ el.injectInside($('Pain'));
+ if (!$('ParadiseLost')) {
+ new Element('DIV', {
+ 'id': 'ParadiseLost',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Paradise Lost").injectInside($('root'));
+ }
+ if ($('ParadiseLost').className != 'node') {
+ $('ParadiseLost').className = 'node';
+ $('ParadiseLost').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005ForeverAfter',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Forever After");
+ el.files = new Hash({ "0" : "/Paradise Lost/2005 - Forever After/01. Paradise Lost - Forever After.mp3","1" : "/Paradise Lost/2005 - Forever After/02.Paradise Lost - Through The Silence.mp3","2" : "/Paradise Lost/2005 - Forever After/03. Paradise Lost - Sanctamonious You.mp3","3" : "/Paradise Lost/2005 - Forever After/04. Paradise Lost - Let Me Drown.mp3","4" : "/Paradise Lost/2005 - Forever After/05. Paradise Lost - A Side You ll Never Know.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5" });
+ el.artist = new Hash({ "0" : "Paradise Lost","1" : "Paradise Lost","2" : "Paradise Lost","3" : "Paradise Lost","4" : "Paradise Lost" });
+ el.album = new Hash({ "0" : "Forever After - DVD Single","1" : "Forever After - DVD Single","2" : "Forever After - DVD Single","3" : "Forever After - DVD Single","4" : "Forever After - DVD Single" });
+ el.titles = new Hash({ "0" : "Forever After","1" : "Through The Silence","2" : "Sanctamonious You","3" : "Let Me Drown","4" : "A Side You ll Never Know" });
+ el.injectInside($('ParadiseLost'));
+ if (!$('ParadiseLost')) {
+ new Element('DIV', {
+ 'id': 'ParadiseLost',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Paradise Lost").injectInside($('root'));
+ }
+ if ($('ParadiseLost').className != 'node') {
+ $('ParadiseLost').className = 'node';
+ $('ParadiseLost').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005ParadiseLost',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Paradise Lost");
+ el.files = new Hash({ "0" : "/Paradise Lost/2005 - Paradise Lost/01-paradise_lost-dont_belong.mp3","1" : "/Paradise Lost/2005 - Paradise Lost/02-paradise_lost-close_your_eyes.mp3","2" : "/Paradise Lost/2005 - Paradise Lost/03-paradise_lost-grey.mp3","3" : "/Paradise Lost/2005 - Paradise Lost/04-paradise_lost-redshift.mp3","4" : "/Paradise Lost/2005 - Paradise Lost/05-paradise_lost-forever_after.mp3","5" : "/Paradise Lost/2005 - Paradise Lost/06-paradise_lost-sun_fading.mp3","6" : "/Paradise Lost/2005 - Paradise Lost/07-paradise_lost-laws_of_cause.mp3","7" : "/Paradise Lost/2005 - Paradise Lost/08-paradise_lost-all_you_leave_behind.mp3","8" : "/Paradise Lost/2005 - Paradise Lost/09-paradise_lost-accept_the_pain.mp3","9" : "/Paradise Lost/2005 - Paradise Lost/10-paradise_lost-shine.mp3","10" : "/Paradise Lost/2005 - Paradise Lost/11-paradise_lost-spirit.mp3","11" : "/Paradise Lost/2005 - Paradise Lost/12-paradise_lost-over_the_madness.mp3","12" : "/Paradise Lost/2005 - Paradise Lost/13-paradise_lost-dont_belong_(string_dub_mix).mp3","13" : "/Paradise Lost/2005 - Paradise Lost/14-paradise_lost-over_the_madness_(string_dub_mix).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Paradise Lost","1" : "Paradise Lost","2" : "Paradise Lost","3" : "Paradise Lost","4" : "Paradise Lost","5" : "Paradise Lost","6" : "Paradise Lost","7" : "Paradise Lost","8" : "Paradise Lost","9" : "Paradise Lost","10" : "Paradise Lost","11" : "Paradise Lost","12" : "Paradise Lost","13" : "Paradise Lost" });
+ el.album = new Hash({ "0" : "Paradise Lost (Limited Edition)","1" : "Paradise Lost (Limited Edition)","2" : "Paradise Lost (Limited Edition)","3" : "Paradise Lost (Limited Edition)","4" : "Paradise Lost (Limited Edition)","5" : "Paradise Lost (Limited Edition)","6" : "Paradise Lost (Limited Edition)","7" : "Paradise Lost (Limited Edition)","8" : "Paradise Lost (Limited Edition)","9" : "Paradise Lost (Limited Edition)","10" : "Paradise Lost (Limited Edition)","11" : "Paradise Lost (Limited Edition)","12" : "Paradise Lost (Limited Edition)","13" : "Paradise Lost (Limited Edition)" });
+ el.titles = new Hash({ "0" : "Don't Belong","1" : "Close Your Eyes","2" : "Grey","3" : "Redshift","4" : "Forever After","5" : "Sun Fading","6" : "Laws Of Cause","7" : "All You Leave Behind","8" : "Accept The Pain","9" : "Shine","10" : "Spirit","11" : "Over The Madness","12" : "Dont Belong (String Dub Mix)","13" : "Over The Madness (String Dub Mix)" });
+ el.injectInside($('ParadiseLost'));
+ if (!$('ParadiseLost')) {
+ new Element('DIV', {
+ 'id': 'ParadiseLost',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Paradise Lost").injectInside($('root'));
+ }
+ if ($('ParadiseLost').className != 'node') {
+ $('ParadiseLost').className = 'node';
+ $('ParadiseLost').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007InRequiem',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - In Requiem");
+ el.files = new Hash({ "0" : "/Paradise Lost/2007 - In Requiem/01-never_for_the_damned-qtxmp3.mp3","1" : "/Paradise Lost/2007 - In Requiem/02-ash__debris-qtxmp3.mp3","2" : "/Paradise Lost/2007 - In Requiem/03-the_enemy-qtxmp3.mp3","3" : "/Paradise Lost/2007 - In Requiem/04-praise_lamented_shade-qtxmp3.mp3","4" : "/Paradise Lost/2007 - In Requiem/05-requiem-qtxmp3.mp3","5" : "/Paradise Lost/2007 - In Requiem/06-unreachable-qtxmp3.mp3","6" : "/Paradise Lost/2007 - In Requiem/07-prelude_to_descent-qtxmp3.mp3","7" : "/Paradise Lost/2007 - In Requiem/08-fallen_children-qtxmp3.mp3","8" : "/Paradise Lost/2007 - In Requiem/09-beneath_black_skies-qtxmp3.mp3","9" : "/Paradise Lost/2007 - In Requiem/10-sedative_god-qtxmp3.mp3","10" : "/Paradise Lost/2007 - In Requiem/11-your_own_reality-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Paradise Lost","1" : "Paradise Lost","2" : "Paradise Lost","3" : "Paradise Lost","4" : "Paradise Lost","5" : "Paradise Lost","6" : "Paradise Lost","7" : "Paradise Lost","8" : "Paradise Lost","9" : "Paradise Lost","10" : "Paradise Lost" });
+ el.album = new Hash({ "0" : "In Requiem","1" : "In Requiem","2" : "In Requiem","3" : "In Requiem","4" : "In Requiem","5" : "In Requiem","6" : "In Requiem","7" : "In Requiem","8" : "In Requiem","9" : "In Requiem","10" : "In Requiem" });
+ el.titles = new Hash({ "0" : "Never for the damned","1" : "Ash & debris","2" : "The enemy","3" : "Praise lamented shade","4" : "Requiem","5" : "Unreachable","6" : "Prelude to descent","7" : "Fallen children","8" : "Beneath black skies","9" : "Sedative god","10" : "Your own reality" });
+ el.injectInside($('ParadiseLost'));
+ if (!$('Poisonblack')) {
+ new Element('DIV', {
+ 'id': 'Poisonblack',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Poisonblack").injectInside($('root'));
+ }
+ if ($('Poisonblack').className != 'node') {
+ $('Poisonblack').className = 'node';
+ $('Poisonblack').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006LustStainedDespair',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Lust Stained Despair");
+ el.files = new Hash({ "0" : "/Poisonblack/2006 - Lust Stained Despair/01-nothing_else_remains-fff.mp3","1" : "/Poisonblack/2006 - Lust Stained Despair/02-hollow_be_my_name-fff.mp3","2" : "/Poisonblack/2006 - Lust Stained Despair/03-the_darkest_lie-fff.mp3","3" : "/Poisonblack/2006 - Lust Stained Despair/04-rush-fff.mp3","4" : "/Poisonblack/2006 - Lust Stained Despair/05-nail-fff.mp3","5" : "/Poisonblack/2006 - Lust Stained Despair/06-raivotar-fff.mp3","6" : "/Poisonblack/2006 - Lust Stained Despair/07-soul_in_flames-fff.mp3","7" : "/Poisonblack/2006 - Lust Stained Despair/08-pain_becomes_me-fff.mp3","8" : "/Poisonblack/2006 - Lust Stained Despair/09-never_enough-fff.mp3","9" : "/Poisonblack/2006 - Lust Stained Despair/10-love_controlled_despair-fff.mp3","10" : "/Poisonblack/2006 - Lust Stained Despair/11-the_living_dead-fff.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Poisonblack","1" : "Poisonblack","2" : "Poisonblack","3" : "Poisonblack","4" : "Poisonblack","5" : "Poisonblack","6" : "Poisonblack","7" : "Poisonblack","8" : "Poisonblack","9" : "Poisonblack","10" : "Poisonblack" });
+ el.album = new Hash({ "0" : "Lust Stained Despair","1" : "Lust Stained Despair","2" : "Lust Stained Despair","3" : "Lust Stained Despair","4" : "Lust Stained Despair","5" : "Lust Stained Despair","6" : "Lust Stained Despair","7" : "Lust Stained Despair","8" : "Lust Stained Despair","9" : "Lust Stained Despair","10" : "Lust Stained Despair" });
+ el.titles = new Hash({ "0" : "Nothing Else Remains","1" : "Hollow Be My Name","2" : "The Darkest Lie","3" : "Rush","4" : "Nail","5" : "Raivotar","6" : "Soul In Flames","7" : "Pain Becomes Me","8" : "Never Enough","9" : "Love Controlled Despair","10" : "The Living Dead" });
+ el.injectInside($('Poisonblack'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1992IgnisCreatio',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1992 - Ignis Creatio");
+ el.files = new Hash({ "0" : "/Pyogenesis/1992 - Ignis Creatio/01.PYOGENESIS - STILL BORN IN FIRE.mp3","1" : "/Pyogenesis/1992 - Ignis Creatio/02.PYOGENESIS - LIKE TEARS (IN THE DUST).mp3","2" : "/Pyogenesis/1992 - Ignis Creatio/03.PYOGENESIS - ON SOULIVINGS.mp3","3" : "/Pyogenesis/1992 - Ignis Creatio/04.PYOGENESIS - UNDERNEATH ORIONS SIVORD.mp3","4" : "/Pyogenesis/1992 - Ignis Creatio/05.PYOGENESIS - IGNIS CREATIO.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "" });
+ el.titles = new Hash({ "0" : "01.PYOGENESIS - STILL BORN IN","1" : "02.PYOGENESIS - LIKE TEARS (IN","2" : "03.PYOGENESIS - ON SOULIVINGS","3" : "04.PYOGENESIS - UNDERNEATH ORI","4" : "05.PYOGENESIS - IGNIS CREATIO" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1994SweetXratedNothingsRereleased',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1994 - Sweet X-rated Nothings (Rereleased)");
+ el.files = new Hash({ "0" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 01 - Intro.mp3","1" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 02 - Fade Away.mp3","2" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 03 - Sweet X-Rated Nothings.mp3","3" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 04 - It's On Me.mp3","4" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 05 - I'll Search.mp3","5" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 06 - Skykiss.mp3","6" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 07 - These Roads.mp3","7" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 08 - Golden Sins.mp3","8" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 09 - Masquerade.mp3","9" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 10 - Through The Flames.mp3","10" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 11 - Extasis.mp3","11" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 12 - Through The Flames 93.mp3","12" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 13 - In The End.mp3","13" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 14 - Down.mp3","14" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 15 - Lost In Revery 93.mp3","15" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 16 - Deepblackdisotoaster.mp3","16" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 17 - Lost In Revery.mp3","17" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 18 - Son Of Fate.mp3","18" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 19 - Symbol Of Disgrace.mp3","19" : "/Pyogenesis/1994 - Sweet X-rated Nothings (Rereleased)/Pyogenesis - 20 - Coming Home.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20" });
+ el.artist = new Hash({ "0" : "Pyogenesis","1" : "Pyogenesis","2" : "Pyogenesis","3" : "Pyogenesis","4" : "Pyogenesis","5" : "Pyogenesis","6" : "Pyogenesis","7" : "Pyogenesis","8" : "Pyogenesis","9" : "Pyogenesis","10" : "Pyogenesis","11" : "Pyogenesis","12" : "Pyogenesis","13" : "Pyogenesis","14" : "Pyogenesis","15" : "Pyogenesis","16" : "Pyogenesis","17" : "Pyogenesis","18" : "Pyogenesis","19" : "Pyogenesis" });
+ el.album = new Hash({ "0" : "Sweet X-Rated Nothings (Rerele","1" : "Sweet X-Rated Nothings (Rerele","2" : "Sweet X-Rated Nothings (Rerele","3" : "Sweet X-Rated Nothings (Rerele","4" : "Sweet X-Rated Nothings (Rerele","5" : "Sweet X-Rated Nothings (Rerele","6" : "Sweet X-Rated Nothings (Rerele","7" : "Sweet X-Rated Nothings (Rerele","8" : "Sweet X-Rated Nothings (Rerele","9" : "Sweet X-Rated Nothings (Rerele","10" : "Sweet X-Rated Nothings (Rerele","11" : "Sweet X-Rated Nothings (Rerele","12" : "Sweet X-Rated Nothings (Rerele","13" : "Sweet X-Rated Nothings (Rerele","14" : "Sweet X-Rated Nothings (Rerele","15" : "Sweet X-Rated Nothings (Rerele","16" : "Sweet X-Rated Nothings (Rerele","17" : "Sweet X-Rated Nothings (Rerele","18" : "Sweet X-Rated Nothings (Rerele","19" : "Sweet X-Rated Nothings (Rerele" });
+ el.titles = new Hash({ "0" : "Intro","1" : "Fade Away","2" : "Swett X-Rated Nothings","3" : "Pyogenesis - 04 - It's On Me.mp3","4" : "Pyogenesis - 05 - I'll Search.mp3","5" : "Skykiss","6" : "These Roads","7" : "Golden Sins","8" : "Masquerade","9" : "Through The Flames","10" : "Extasis '93","11" : "Through The Flames `93","12" : "In The End '93","13" : "Down '93","14" : "Lost In Revery `93","15" : "Deepblackdisotoaster '93","16" : "Lost In Revery '93","17" : "Son Of Fate '93","18" : "Symbol Of Disgrace '93","19" : "Coming Home" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1994WavesofErotasia',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1994 - Waves of Erotasia");
+ el.files = new Hash({ "0" : "/Pyogenesis/1994 - Waves of Erotasia/01.PYOGENESIS - THROUGH THE FLAMES.mp3","1" : "/Pyogenesis/1994 - Waves of Erotasia/02.PYOGENESIS - IN THE END.mp3","2" : "/Pyogenesis/1994 - Waves of Erotasia/03.PYOGENESIS - DOWN.mp3","3" : "/Pyogenesis/1994 - Waves of Erotasia/04.PYOGENESIS - LOST IN REVERY (ACCOUSTIC).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - THROUGH THE FLAME","1" : "PYOGENESIS - IN THE END","2" : "PYOGENESIS - DOWN","3" : "PYOGENESIS - LOST IN REVERY (" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1995Twinaleblood',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1995 - Twinaleblood");
+ el.files = new Hash({ "0" : "/Pyogenesis/1995 - Twinaleblood/01.PYOGENESIS - UNDEAD.mp3","1" : "/Pyogenesis/1995 - Twinaleblood/02.PYOGENESIS - TWINALEBLOOD.mp3","2" : "/Pyogenesis/1995 - Twinaleblood/03.PYOGENESIS - WEEPING SUN.mp3","3" : "/Pyogenesis/1995 - Twinaleblood/04.PYOGENESIS - EVERY SINGLE DAY.mp3","4" : "/Pyogenesis/1995 - Twinaleblood/05.PYOGENESIS - ABSTRACT LIFE.mp3","5" : "/Pyogenesis/1995 - Twinaleblood/06.PYOGENESIS - EMPTY SPACE.mp3","6" : "/Pyogenesis/1995 - Twinaleblood/07.PYOGENESIS - SINEFEAST.mp3","7" : "/Pyogenesis/1995 - Twinaleblood/08.PYOGENESIS - THOSE CHURNING SEAS.mp3","8" : "/Pyogenesis/1995 - Twinaleblood/09.PYOGENESIS - SNAKEHOLE.mp3","9" : "/Pyogenesis/1995 - Twinaleblood/10.PYOGENESIS - ADDICTION POLE.mp3","10" : "/Pyogenesis/1995 - Twinaleblood/11.PYOGENESIS - GOD COMPLEX.mp3","11" : "/Pyogenesis/1995 - Twinaleblood/12.PYOGENESIS - SUPAVENUS.mp3","12" : "/Pyogenesis/1995 - Twinaleblood/13.PYOGENESIS - BAR INFERNALE.mp3","13" : "/Pyogenesis/1995 - Twinaleblood/14.PYOGENESIS - I AM COMING.mp3","14" : "/Pyogenesis/1995 - Twinaleblood/15.PYOGENESIS - MUTZ UMST ERBEN.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - UNDEAD","1" : "PYOGENESIS - TWINALEBLOOD","2" : "PYOGENESIS - WEEPING SUN","3" : "PYOGENESIS - EVERY SINGLE DAY","4" : "PYOGENESIS - ABSTRACT LIFE","5" : "PYOGENESIS - EMPTY SPACE","6" : "PYOGENESIS - SINEFEAST","7" : "PYOGENESIS - THOSE CHURNING SE","8" : "PYOGENESIS - SNAKEHOLE","9" : "PYOGENESIS - ADDICTION POLE","10" : "PYOGENESIS - GOD COMPLEX","11" : "PYOGENESIS - SUPAVENUS","12" : "PYOGENESIS - BAR INFERNALE","13" : "PYOGENESIS - I AM COMING","14" : "PYOGENESIS - MUTZ UMST ERBEN" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1996LoveNationSugarhead',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1996 - Love Nation Sugarhead");
+ el.files = new Hash({ "0" : "/Pyogenesis/1996 - Love Nation Sugarhead/01.PYOGENESIS - SILVER EXPERIENCE.mp3","1" : "/Pyogenesis/1996 - Love Nation Sugarhead/02.PYOGENESIS - LOVE NATION SUGARHEAD.mp3","2" : "/Pyogenesis/1996 - Love Nation Sugarhead/03.PYOGENESIS - FEMALE DRUGTHING.mp3","3" : "/Pyogenesis/1996 - Love Nation Sugarhead/04.0PYOGENESIS - SO CALLED SENSATION.mp3","4" : "/Pyogenesis/1996 - Love Nation Sugarhead/05.PYOGENESIS - THE ZENTURY.mp3","5" : "/Pyogenesis/1996 - Love Nation Sugarhead/06.PYOGENESIS - CLONES.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - SILVER EXPERIENCE","1" : "PYOGENESIS - LOVE NATION SUGAR","2" : "PYOGENESIS - FEMALE DRUGTHING","3" : "PYOGENESIS - SO CALLED SENSATI","4" : "PYOGENESIS - THE ZENTURY","5" : "PYOGENESIS - CLONES" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1997Unpop',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1997 - Unpop");
+ el.files = new Hash({ "0" : "/Pyogenesis/1997 - Unpop/01.PYOGENESIS - BLUE SMILEY,S PLAN.mp3","1" : "/Pyogenesis/1997 - Unpop/02.PYOGENESIS - GET UP.mp3","2" : "/Pyogenesis/1997 - Unpop/03.PYOGENESIS - LOVE NATION SUGARHEAD.mp3","3" : "/Pyogenesis/1997 - Unpop/04.PYOGENESIS - ALTERNATIVE GIRL.mp3","4" : "/Pyogenesis/1997 - Unpop/05.PYOGENESIS - RHAPSODIE IN E.mp3","5" : "/Pyogenesis/1997 - Unpop/06.PYOGENESIS - JUNKIE ON A CLOUD.mp3","6" : "/Pyogenesis/1997 - Unpop/07.PYOGENESIS - TO ME.mp3","7" : "/Pyogenesis/1997 - Unpop/08.PYOGENESIS - CHEAPO SPEAKERS.mp3","8" : "/Pyogenesis/1997 - Unpop/09.PYOGENESIS - ALL THE PILLS.mp3","9" : "/Pyogenesis/1997 - Unpop/10.PYOGENESIS - SILVER EXPERIENCE.mp3","10" : "/Pyogenesis/1997 - Unpop/11.PYOGENESIS - MU STYLE.mp3","11" : "/Pyogenesis/1997 - Unpop/12.PYOGENESIS - TON RECYCLING.mp3","12" : "/Pyogenesis/1997 - Unpop/13.PYOGENESIS - XXL-EGO-KING.mp3","13" : "/Pyogenesis/1997 - Unpop/14.PYOGENESIS - LOWER ALL YOUR HIGH STANOAROS.mp3","14" : "/Pyogenesis/1997 - Unpop/15.PYOGENESIS - SEHNSUCHT.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - BLUE SMILEY,S PLA","1" : "PYOGENESIS - GET UP","2" : "PYOGENESIS - LOVE NATION SUGAR","3" : "PYOGENESIS - ALTERNATIVE GIRL","4" : "PYOGENESIS - RHAPSODIE IN E","5" : "PYOGENESIS - JUNKIE ON A CLOUD","6" : "PYOGENESIS - TO ME","7" : "PYOGENESIS - CHEAPO SPEAKERS","8" : "PYOGENESIS - ALL THE PILLS","9" : "PYOGENESIS - SILVER EXPERIENCE","10" : "PYOGENESIS - MU STYLE","11" : "PYOGENESIS - TON RECYCLING","12" : "PYOGENESIS - XXL-EGO-KING","13" : "PYOGENESIS - LOWER ALL YOUR HI","14" : "PYOGENESIS - SEHNSUCHT" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '1998Monoorwilliteverbethewayitusedtobe',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1998 - Mono... or will it ever be the way it used to be");
+ el.files = new Hash({ "0" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/01.PYOGENESIS - FAKE IT.mp3","1" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/02.PYOGENESIS - DRIVE ME DOWN.mp3","2" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/03.PYOGENESIS - SHE IS THE BOMB.mp3","3" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/04.PYOGENESIS - YOU PUSH ME.mp3","4" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/05.PYOGENESIS - WILL IT EVER BE.mp3","5" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/06.PYOGENESIS - I THOUGHT.mp3","6" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/07.PYOGENESIS - JUST IRONIC.mp3","7" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/08.PYOGENESIS - WOULD YOU TAKE.mp3","8" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/09.PYOGENESIS - THE NEEDS.mp3","9" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/10.PYOGENESIS - MY SALINE EYES.mp3","10" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/11.PYOGENESIS - I REMEMBER.mp3","11" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/12.PYOGENESIS - IN SPITE OF IT.mp3","12" : "/Pyogenesis/1998 - Mono... or will it ever be the way it used to be/13.PYOGENESIS - AFRICA.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - FAKE IT","1" : "PYOGENESIS - DRIVE ME DOWN","2" : "PYOGENESIS - SHE IS THE BOMB","3" : "PYOGENESIS - YOU PUSH ME","4" : "PYOGENESIS - WILL IT EVER BE","5" : "PYOGENESIS - I THOUGHT","6" : "PYOGENESIS - JUST IRONIC","7" : "PYOGENESIS - WOULD YOU TAKE","8" : "PYOGENESIS - THE NEEDS","9" : "PYOGENESIS - MY SALINE EYES","10" : "PYOGENESIS - I REMEMBER","11" : "PYOGENESIS - IN SPITE OF IT","12" : "PYOGENESIS - AFRICA" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002SheMakesMeWishIhadaGun',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - She Makes Me Wish I had a Gun");
+ el.files = new Hash({ "0" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/01.PYOGENESIS - WERHER VON BRAUN (INTRO).mp3","1" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/02.PYOGENESIS - I DON,T KNOW.mp3","2" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/03.PYOGENESIS - DON,T YOU SAY MAYBE.mp3","3" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/04.PYOGENESIS - I FEEL SEXY.mp3","4" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/05.PYOGENESIS - SEPARATE THE BOYS FROM MEN.mp3","5" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/06.PYOGENESIS - EVERYDAY.mp3","6" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/07.PYOGENESIS - SHE CRIES.mp3","7" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/08.PYOGENESIS - LUNACY.mp3","8" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/09.PYOGENESIS - PUNK ROCK IS HER LIFE.mp3","9" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/10.PYOGENESIS - THE PAIN OF HEARTACHE.mp3","10" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/11.PYOGENESIS - SLEEP ALL DAY-ROCK THE NIGHT.mp3","11" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/12.PYOGENESIS - EMPHATY.mp3","12" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/13.PYOGENESIS - AS YOU WISH.mp3","13" : "/Pyogenesis/2002 - She Makes Me Wish I had a Gun/14.PYOGENESIS - ACROSS TO WEAR.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - WERHER VON BRAUN","1" : "PYOGENESIS - I DON,T KNOW","2" : "PYOGENESIS - DON,T YOU SAY MAY","3" : "PYOGENESIS - I FEEL SEXY","4" : "PYOGENESIS - SEPARATE THE BOYS","5" : "PYOGENESIS - EVERYDAY","6" : "PYOGENESIS - SHE CRIES","7" : "PYOGENESIS - LUNACY","8" : "PYOGENESIS - PUNK ROCK IS HER","9" : "PYOGENESIS - THE PAIN OF HEART","10" : "PYOGENESIS - SLEEP ALL DAY-ROC","11" : "PYOGENESIS - EMPHATY","12" : "PYOGENESIS - AS YOU WISH","13" : "PYOGENESIS - ACROSS TO WEAR" });
+ el.injectInside($('Pyogenesis'));
+ if (!$('Pyogenesis')) {
+ new Element('DIV', {
+ 'id': 'Pyogenesis',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Pyogenesis").injectInside($('root'));
+ }
+ if ($('Pyogenesis').className != 'node') {
+ $('Pyogenesis').className = 'node';
+ $('Pyogenesis').
+ }
+ var el = new Element('DIV', {
+ 'id': 'DifferentSongsinDifferentSounds',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Different Songs in Different Sounds");
+ el.files = new Hash({ "0" : "/Pyogenesis/Different Songs in Different Sounds/01.PYOGENESIS - EMPTY SPACE.mp3","1" : "/Pyogenesis/Different Songs in Different Sounds/02.PYOGENESIS - EVERY SINGLE DAY.mp3","2" : "/Pyogenesis/Different Songs in Different Sounds/03.PYOGENESIS - THESE ROADS.mp3","3" : "/Pyogenesis/Different Songs in Different Sounds/04.PYOGENESIS - I REMEMBER.mp3","4" : "/Pyogenesis/Different Songs in Different Sounds/05.PYOGENESIS - BLUE SMILEY PLAN.mp3","5" : "/Pyogenesis/Different Songs in Different Sounds/06.PYOGENESIS - RHAPSODIE IN E.mp3","6" : "/Pyogenesis/Different Songs in Different Sounds/07.PYOGENESIS - JUST IRONIC.mp3","7" : "/Pyogenesis/Different Songs in Different Sounds/08.PYOGENESIS - WILL IT EVER BE.mp3","8" : "/Pyogenesis/Different Songs in Different Sounds/09.PYOGENESIS - SILVER EXPERIENCE.mp3","9" : "/Pyogenesis/Different Songs in Different Sounds/10.PYOGENESIS - TWINALEBLOOD AND STEEL.mp3","10" : "/Pyogenesis/Different Songs in Different Sounds/11.PYOGENESIS - FADE AWAY.mp3","11" : "/Pyogenesis/Different Songs in Different Sounds/12.PYOGENESIS - WOULD YOU TAKE (DAB).mp3","12" : "/Pyogenesis/Different Songs in Different Sounds/13.PYOGENESIS - WOULD YOU TAKE (MARCH1999).mp3","13" : "/Pyogenesis/Different Songs in Different Sounds/14.PYOGENESIS - SON OF FATE.mp3","14" : "/Pyogenesis/Different Songs in Different Sounds/15.PYOGENESIS - LOVE NATION SUGARHEAD.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.titles = new Hash({ "0" : "PYOGENESIS - EMPTY SPACE","1" : "PYOGENESIS - EVERY SINGLE DAY","2" : "PYOGENESIS - THESE ROADS","3" : "PYOGENESIS - I REMEMBER","4" : "PYOGENESIS - BLUE SMILEY PLAN","5" : "PYOGENESIS - RHAPSODIE IN E","6" : "PYOGENESIS - JUST IRONIC","7" : "PYOGENESIS - WILL IT EVER BE","8" : "PYOGENESIS - SILVER EXPERIENCE","9" : "PYOGENESIS - TWINALEBLOOD AND","10" : "PYOGENESIS - FADE AWAY","11" : "PYOGENESIS - WOULD YOU TAKE (D","12" : "PYOGENESIS - WOULD YOU TAKE (M","13" : "PYOGENESIS - SON OF FATE","14" : "PYOGENESIS - LOVE NATION SUGAR" });
+ el.injectInside($('Pyogenesis'));
+ var el = new Element('DIV', {
+ 'id': 'Rammstein__RosenrotDE2005MOD',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Rammstein_-_Rosenrot-DE-2005-MOD");
+ el.files = new Hash({ "0" : "/Rammstein_-_Rosenrot-DE-2005-MOD/01_rammstein_-_benzin.mp3","1" : "/Rammstein_-_Rosenrot-DE-2005-MOD/02_rammstein_-_mann_gegen_mann.mp3","2" : "/Rammstein_-_Rosenrot-DE-2005-MOD/03_rammstein_-_rosenrot.mp3","3" : "/Rammstein_-_Rosenrot-DE-2005-MOD/04_rammstein_-_spring.mp3","4" : "/Rammstein_-_Rosenrot-DE-2005-MOD/05_rammstein_-_wo_bist_du.mp3","5" : "/Rammstein_-_Rosenrot-DE-2005-MOD/06_rammstein_-_stirb_nicht_vor_mir_--_dont_die_before_i_do_feat._sharleen_spiteri.mp3","6" : "/Rammstein_-_Rosenrot-DE-2005-MOD/07_rammstein_-_zerstoeren.mp3","7" : "/Rammstein_-_Rosenrot-DE-2005-MOD/08_rammstein_-_hilf_mir.mp3","8" : "/Rammstein_-_Rosenrot-DE-2005-MOD/09_rammstein_-_te_quiero_puta.mp3","9" : "/Rammstein_-_Rosenrot-DE-2005-MOD/10_rammstein_-_feuer_und_wasser.mp3","10" : "/Rammstein_-_Rosenrot-DE-2005-MOD/11_rammstein_-_ein_lied.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Rammstein","1" : "Rammstein","2" : "Rammstein","3" : "Rammstein","4" : "Rammstein","5" : "Rammstein","6" : "Rammstein","7" : "Rammstein","8" : "Rammstein","9" : "Rammstein","10" : "Rammstein" });
+ el.album = new Hash({ "0" : "Rosenrot","1" : "Rosenrot","2" : "Rosenrot","3" : "Rosenrot","4" : "Rosenrot","5" : "Rosenrot","6" : "Rosenrot","7" : "Rosenrot","8" : "Rosenrot","9" : "Rosenrot","10" : "Rosenrot" });
+ el.titles = new Hash({ "0" : "Benzin","1" : "Mann gegen Mann","2" : "Rosenrot","3" : "Spring","4" : "Wo bist du","5" : "Stirb nicht vor mir // Don't Die Before I Do Feat. Sharleen Spiteri","6" : "Zerstören","7" : "Hilf mir","8" : "Te Quiero Puta!","9" : "Feuer und Wasser","10" : "Ein Lied" });
+ el.injectInside($('root'));
+ if (!$('Regicide')) {
+ new Element('DIV', {
+ 'id': 'Regicide',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Regicide").injectInside($('root'));
+ }
+ if ($('Regicide').className != 'node') {
+ $('Regicide').className = 'node';
+ $('Regicide').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006BreaktheSilence',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Break the Silence");
+ el.files = new Hash({ "0" : "/Regicide/2006 - Break the Silence/Regicide - A World Without Oceans.mp3","1" : "/Regicide/2006 - Break the Silence/Regicide - An Embracing Space (part 3 Eclipsing Lights).mp3","2" : "/Regicide/2006 - Break the Silence/Regicide - Break the Silence.mp3","3" : "/Regicide/2006 - Break the Silence/Regicide - Forgotten Promises.mp3","4" : "/Regicide/2006 - Break the Silence/Regicide - Nothing in Here.mp3","5" : "/Regicide/2006 - Break the Silence/Regicide - Perfect Strings.mp3","6" : "/Regicide/2006 - Break the Silence/Regicide - Pirates.mp3","7" : "/Regicide/2006 - Break the Silence/Regicide - Plastic Dove.mp3","8" : "/Regicide/2006 - Break the Silence/Regicide - The Hanger-On.mp3","9" : "/Regicide/2006 - Break the Silence/Regicide - This Unpredictable Life.mp3" });
+ el.track = new Hash({ "0" : "6","1" : "9","2" : "5","3" : "8","4" : "4","5" : "10","6" : "3","7" : "1","8" : "2","9" : "7" });
+ el.artist = new Hash({ "0" : "Regicide","1" : "Regicide","2" : "Regicide","3" : "Regicide","4" : "Regicide","5" : "Regicide","6" : "Regicide","7" : "Regicide","8" : "Regicide","9" : "Regicide" });
+ el.album = new Hash({ "0" : "Break the Silence","1" : "Break the Silence","2" : "Break the Silence","3" : "Break the Silence","4" : "Break the Silence","5" : "Break the Silence","6" : "Break the Silence","7" : "Break the Silence","8" : "Break the Silence","9" : "Break the Silence" });
+ el.titles = new Hash({ "0" : "A World Without Oceans","1" : "An Embracing Space (part 3: Eclipsing Lights)","2" : "Break the Silence","3" : "Forgotten Promises","4" : "Nothing in Here","5" : "Perfect Strings","6" : "Pirates","7" : "Plastic Dove","8" : "The Hanger-On","9" : "This Unpredictable Life" });
+ el.injectInside($('Regicide'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000LoungeAgainsttheMachine',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Lounge Against the Machine");
+ el.files = new Hash({ "0" : "/Richard Cheese/2000 - Lounge Against the Machine/01 - Nookie-Break Stuff[Originally By Limp Bizkit].mp3","1" : "/Richard Cheese/2000 - Lounge Against the Machine/02 - Guerilla Radio [Originally By Rage Against the Machine].mp3","2" : "/Richard Cheese/2000 - Lounge Against the Machine/03 - Come Out and Play [Originally By Offspring].mp3","3" : "/Richard Cheese/2000 - Lounge Against the Machine/04 - Closer [Originally By Nine Inch Nails].mp3","4" : "/Richard Cheese/2000 - Lounge Against the Machine/05 - Wrong Way [Originally By Sublime].mp3","5" : "/Richard Cheese/2000 - Lounge Against the Machine/06 - Bullett the Blue Sky [Originally By U2].mp3","6" : "/Richard Cheese/2000 - Lounge Against the Machine/07 - Creep [Originally By Radiohead].mp3","7" : "/Richard Cheese/2000 - Lounge Against the Machine/08 - Last Resort [Originally By Papa Roach].mp3","8" : "/Richard Cheese/2000 - Lounge Against the Machine/09 - Rape Me[Originally By Nirvana].mp3","9" : "/Richard Cheese/2000 - Lounge Against the Machine/10 - What's my Age Again [Originally By Blink182].mp3","10" : "/Richard Cheese/2000 - Lounge Against the Machine/11 - Smack my Bitch Up [Originally By Prodigy].mp3","11" : "/Richard Cheese/2000 - Lounge Against the Machine/12 - Fight For your Right [Originally By Beatie Boys].mp3","12" : "/Richard Cheese/2000 - Lounge Against the Machine/13 - Only Happy When it Rains[Originally By Garbage].mp3","13" : "/Richard Cheese/2000 - Lounge Against the Machine/14 - Suck my Kiss[Originally By Red Hot Chilli Peppers].mp3","14" : "/Richard Cheese/2000 - Lounge Against the Machine/15 - Holiday in Cambodia [Originally By Dead Kennedys).mp3","15" : "/Richard Cheese/2000 - Lounge Against the Machine/16 - The Rockafeller Skank[Originally By Fat Boy Slim].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16" });
+ el.artist = new Hash({ "0" : "Richard Cheese & Lounge Against the Machine","1" : "Richard Cheese & Lounge Against the Machine","2" : "Richard Cheese & Lounge Against the Machine","3" : "Richard Cheese & Lounge Against the Machine","4" : "Richard Cheese & Lounge Against the Machine","5" : "Richard Cheese & Lounge Against the Machine","6" : "Richard Cheese & Lounge Against the Machine","7" : "Richard Cheese & Lounge Against the Machine","8" : "Richard Cheese & Lounge Against the Machine","9" : "Richard Cheese & Lounge Against the Machine","10" : "Richard Cheese & Lounge Against the Machine","11" : "Richard Cheese & Lounge Against the Machine","12" : "Richard Cheese & Lounge Against the Machine","13" : "Richard Cheese & Lounge Against the Machine","14" : "Richard Cheese & Lounge Against the Machine","15" : "Richard Cheese & Lounge Against the Machine" });
+ el.album = new Hash({ "0" : "Lounge Against the Machine","1" : "Lounge Against the Machine","2" : "Lounge Against the Machine","3" : "Lounge Against the Machine","4" : "Lounge Against the Machine","5" : "Lounge Against the Machine","6" : "Lounge Against the Machine","7" : "Lounge Against the Machine","8" : "Lounge Against the Machine","9" : "Lounge Against the Machine","10" : "Lounge Against the Machine","11" : "Lounge Against the Machine","12" : "Lounge Against the Machine","13" : "Lounge Against the Machine","14" : "Lounge Against the Machine","15" : "Lounge Against the Machine" });
+ el.titles = new Hash({ "0" : "Nookie-Break Stuff[Originally By Limp Bizkit]","1" : "Guerilla Radio [Originally By Rage Against the Machine]","2" : "Come Out and Play [Originally By Offspring]","3" : "Closer [Originally By Nine Inch Nails]","4" : "Wrong Way [Originally By Sublime]","5" : "Bullett the Blue Sky [Originally By U2]","6" : "Creep [Originally By Radiohead]","7" : "Last Resort [Originally By Papa Roach]","8" : "Rape Me[Originally By Nirvana]","9" : "What's my Age Again [Originally By Blink182]","10" : "Smack my Bitch Up [Originally By Prodigy]","11" : "Fight For your Right [Originally By Beatie Boys]","12" : "Only Happy When it Rains[Originally By Garbage]","13" : "Suck my Kiss[Originally By Red Hot Chilli Peppers]","14" : "Holiday in Cambodia [Originally By Dead Kennedys)","15" : "The Rockafeller Skank[Originally By Fat Boy Slim]" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002Tuxicity',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Tuxicity");
+ el.files = new Hash({ "0" : "/Richard Cheese/2002 - Tuxicity/01 - She Hates Me.mp3","1" : "/Richard Cheese/2002 - Tuxicity/02 - Fell in Love With a Girl.mp3","2" : "/Richard Cheese/2002 - Tuxicity/03 - Baby Got Back.mp3","3" : "/Richard Cheese/2002 - Tuxicity/04 - Down With the Sickness.mp3","4" : "/Richard Cheese/2002 - Tuxicity/05 - Hate to Say I Told you so.mp3","5" : "/Richard Cheese/2002 - Tuxicity/06 - Insane in the Brain.mp3","6" : "/Richard Cheese/2002 - Tuxicity/07 - Relax.mp3","7" : "/Richard Cheese/2002 - Tuxicity/08 - Shake Ya Ass.mp3","8" : "/Richard Cheese/2002 - Tuxicity/09 - Hot For Teacher.mp3","9" : "/Richard Cheese/2002 - Tuxicity/10 - One Step Closer.mp3","10" : "/Richard Cheese/2002 - Tuxicity/11 - Live in the Lounge.mp3","11" : "/Richard Cheese/2002 - Tuxicity/12 - Smoke Two Joints.mp3","12" : "/Richard Cheese/2002 - Tuxicity/13 - Chop Suey.mp3","13" : "/Richard Cheese/2002 - Tuxicity/14 - Loser.mp3","14" : "/Richard Cheese/2002 - Tuxicity/15 - More Human Than Human.mp3","15" : "/Richard Cheese/2002 - Tuxicity/16 - I Used to Love Her.mp3","16" : "/Richard Cheese/2002 - Tuxicity/17 - Crazy.mp3","17" : "/Richard Cheese/2002 - Tuxicity/18 - Buddy Holly.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18" });
+ el.artist = new Hash({ "0" : "Richard Cheese & Lounge Against the Machine","1" : "Richard Cheese & Lounge Against the Machine","2" : "Richard Cheese & Lounge Against the Machine","3" : "Richard Cheese & Lounge Against the Machine","4" : "Richard Cheese & Lounge Against the Machine","5" : "Richard Cheese & Lounge Against the Machine","6" : "Richard Cheese & Lounge Against the Machine","7" : "Richard Cheese & Lounge Against the Machine","8" : "Richard Cheese & Lounge Against the Machine","9" : "Richard Cheese & Lounge Against the Machine","10" : "Richard Cheese & Lounge Against the Machine","11" : "Richard Cheese & Lounge Against the Machine","12" : "Richard Cheese & Lounge Against the Machine","13" : "Richard Cheese & Lounge Against the Machine","14" : "Richard Cheese & Lounge Against the Machine","15" : "Richard Cheese & Lounge Against the Machine","16" : "Richard Cheese & Lounge Against the Machine","17" : "Richard Cheese & Lounge Against the Machine" });
+ el.album = new Hash({ "0" : "Tuxicity","1" : "Tuxicity","2" : "Tuxicity","3" : "Tuxicity","4" : "Tuxicity","5" : "Tuxicity","6" : "Tuxicity","7" : "Tuxicity","8" : "Tuxicity","9" : "Tuxicity","10" : "Tuxicity","11" : "Tuxicity","12" : "Tuxicity","13" : "Tuxicity","14" : "Tuxicity","15" : "Tuxicity","16" : "Tuxicity","17" : "Tuxicity" });
+ el.titles = new Hash({ "0" : "She Hates Me (Puddle of Mudd)","1" : "Fell in Love With a Girl (the White Stripes)","2" : "Baby Got Back (Sir Mix-a-lot)","3" : "Down With the Sickness (Disturbed)","4" : "Hate to Say I Told you so (The Hives)","5" : "Insane in the Brain (Cypress Hill)","6" : "Relax (Frankie Goes to Hollywood)","7" : "Shake Ya Ass (Mystikal)","8" : "Hot For Teacher (Van Halen)","9" : "One Step Closer (Linkin Park)","10" : "Live in the Lounge","11" : "Smoke Two Joints (The Toyes)","12" : "Chop Suey (System of a Down)","13" : "Loser (Beck)","14" : "More Human Than Human (White Zombie)","15" : "I Used to Love Her (Guns 'n' Roses)","16" : "(You Drive me) Crazy (Britney Spears)","17" : "Buddy Holly (Weezer)" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004IdLikeaVirgin',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - I'd Like a Virgin");
+ el.files = new Hash({ "0" : "/Richard Cheese/2004 - I'd Like a Virgin/01 - Gin and Juice.mp3","1" : "/Richard Cheese/2004 - I'd Like a Virgin/02 - Yellow.mp3","2" : "/Richard Cheese/2004 - I'd Like a Virgin/03 - Girls, Girls, Girls.mp3","3" : "/Richard Cheese/2004 - I'd Like a Virgin/04 - Are you Gonna Be my Girl.mp3","4" : "/Richard Cheese/2004 - I'd Like a Virgin/05 - Message From the Other Dick -.mp3","5" : "/Richard Cheese/2004 - I'd Like a Virgin/06 - Butterfly.mp3","6" : "/Richard Cheese/2004 - I'd Like a Virgin/07 - Hey Ya!.mp3","7" : "/Richard Cheese/2004 - I'd Like a Virgin/08 - Beat it.mp3","8" : "/Richard Cheese/2004 - I'd Like a Virgin/09 - Milk Shake.mp3","9" : "/Richard Cheese/2004 - I'd Like a Virgin/10 - Dick in Las Vegas [Live].mp3","10" : "/Richard Cheese/2004 - I'd Like a Virgin/11 - Personal Jesus.mp3","11" : "/Richard Cheese/2004 - I'd Like a Virgin/12 - Material Girl.mp3","12" : "/Richard Cheese/2004 - I'd Like a Virgin/13 - Rc on Nbc's Last Call.mp3","13" : "/Richard Cheese/2004 - I'd Like a Virgin/14 - War Ensemble.mp3","14" : "/Richard Cheese/2004 - I'd Like a Virgin/15 - Stand Up.mp3","15" : "/Richard Cheese/2004 - I'd Like a Virgin/16 - Song Request [Live].mp3","16" : "/Richard Cheese/2004 - I'd Like a Virgin/17 - Feeling this.mp3","17" : "/Richard Cheese/2004 - I'd Like a Virgin/18 - 99 Luftballons.mp3","18" : "/Richard Cheese/2004 - I'd Like a Virgin/19 - Rock the Casbah.mp3","19" : "/Richard Cheese/2004 - I'd Like a Virgin/20 - Longview.mp3","20" : "/Richard Cheese/2004 - I'd Like a Virgin/21 - Secret Hidden Track (the Tiger Story).mp3","21" : "/Richard Cheese/2004 - I'd Like a Virgin/22 - Richard Cheese Radio Announcement.mp3","22" : "/Richard Cheese/2004 - I'd Like a Virgin/23 - [Untitled Track].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23" });
+ el.artist = new Hash({ "0" : "Richard Cheese & Lounge Against the Machine","1" : "Richard Cheese & Lounge Against the Machine","2" : "Richard Cheese & Lounge Against the Machine","3" : "Richard Cheese & Lounge Against the Machine","4" : "Richard Cheese & Lounge Against the Machine","5" : "Richard Cheese & Lounge Against the Machine","6" : "Richard Cheese & Lounge Against the Machine","7" : "Richard Cheese & Lounge Against the Machine","8" : "Richard Cheese & Lounge Against the Machine","9" : "Richard Cheese & Lounge Against the Machine","10" : "Richard Cheese & Lounge Against the Machine","11" : "Richard Cheese & Lounge Against the Machine","12" : "Richard Cheese & Lounge Against the Machine","13" : "Richard Cheese & Lounge Against the Machine","14" : "Richard Cheese & Lounge Against the Machine","15" : "Richard Cheese & Lounge Against the Machine","16" : "Richard Cheese & Lounge Against the Machine","17" : "Richard Cheese & Lounge Against the Machine","18" : "Richard Cheese & Lounge Against the Machine","19" : "Richard Cheese & Lounge Against the Machine","20" : "Richard Cheese & Lounge Against the Machine","21" : "Richard Cheese & Lounge Against the Machine","22" : "Richard Cheese & Lounge Against the Machine" });
+ el.album = new Hash({ "0" : "I'd Like a Virgin","1" : "I'd Like a Virgin","2" : "I'd Like a Virgin","3" : "I'd Like a Virgin","4" : "I'd Like a Virgin","5" : "I'd Like a Virgin","6" : "I'd Like a Virgin","7" : "I'd Like a Virgin","8" : "I'd Like a Virgin","9" : "I'd Like a Virgin","10" : "I'd Like a Virgin","11" : "I'd Like a Virgin","12" : "I'd Like a Virgin","13" : "I'd Like a Virgin","14" : "I'd Like a Virgin","15" : "I'd Like a Virgin","16" : "I'd Like a Virgin","17" : "I'd Like a Virgin","18" : "I'd Like a Virgin","19" : "I'd Like a Virgin","20" : "I'd Like a Virgin","21" : "I'd Like a Virgin","22" : "I'd Like a Virgin" });
+ el.titles = new Hash({ "0" : "Gin and Juice (Snoop Doggy Dogg)","1" : "Yellow (Coldplay)","2" : "Girls, Girls, Girls (Motley Crue)","3" : "Are you Gonna Be my Girl? (Jet)","4" : "Message From the Other Dick","5" : "Butterfly (Crazy Town)","6" : "Hey Ya! (Outkast)","7" : "Beat it (Michael Jackson)","8" : "Milk Shake (Kelis)","9" : "Dick in Las Vegas [Live]","10" : "Personal Jesus (Depeche Mode)","11" : "Material Girl (Madonna)","12" : "Richard Cheese on NBC's \"Last Call with Carson Daly\"","13" : "War Ensemble (Slayer)","14" : "Stand Up (Ludacris)","15" : "Song Request [Live]","16" : "Feeling this (Blink 182)","17" : "99 Luftballons (Nena)","18" : "Rock the Casbah (The Clash)","19" : "Longview (Green Day)","20" : "(Hidden Track, includes Pussy (Lords of Acid))","21" : "Richard Cheese Radio Announcement","22" : "[Untitled Track]" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005AperitifforDestruction',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Aperitif for Destruction");
+ el.files = new Hash({ "0" : "/Richard Cheese/2005 - Aperitif for Destruction/01 - Me so Horny.mp3","1" : "/Richard Cheese/2005 - Aperitif for Destruction/02 - People Equals S.mp3","2" : "/Richard Cheese/2005 - Aperitif for Destruction/03 - Welcome to the Jungle.mp3","3" : "/Richard Cheese/2005 - Aperitif for Destruction/04 - Brass Monkey.mp3","4" : "/Richard Cheese/2005 - Aperitif for Destruction/05 - Let's Get it Started.mp3","5" : "/Richard Cheese/2005 - Aperitif for Destruction/06 - Man in the Box.mp3","6" : "/Richard Cheese/2005 - Aperitif for Destruction/07 - Been Caught Stealing.mp3","7" : "/Richard Cheese/2005 - Aperitif for Destruction/08 - Girl is Mine.mp3","8" : "/Richard Cheese/2005 - Aperitif for Destruction/09 - You Oughta Know.mp3","9" : "/Richard Cheese/2005 - Aperitif for Destruction/10 - Enter Sandman.mp3","10" : "/Richard Cheese/2005 - Aperitif for Destruction/11 - Sunday Bloody Sunday.mp3","11" : "/Richard Cheese/2005 - Aperitif for Destruction/12 - We Are the World.mp3","12" : "/Richard Cheese/2005 - Aperitif for Destruction/13 - Do Me.mp3","13" : "/Richard Cheese/2005 - Aperitif for Destruction/14 - American Idiot.mp3","14" : "/Richard Cheese/2005 - Aperitif for Destruction/15 - Add it Up.mp3","15" : "/Richard Cheese/2005 - Aperitif for Destruction/16 - Somebody Told Me.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16" });
+ el.artist = new Hash({ "0" : "Richard Cheese & Lounge Against the Machine","1" : "Richard Cheese & Lounge Against the Machine","2" : "Richard Cheese & Lounge Against the Machine","3" : "Richard Cheese & Lounge Against the Machine","4" : "Richard Cheese & Lounge Against the Machine","5" : "Richard Cheese & Lounge Against the Machine","6" : "Richard Cheese & Lounge Against the Machine","7" : "Richard Cheese & Lounge Against the Machine","8" : "Richard Cheese & Lounge Against the Machine","9" : "Richard Cheese & Lounge Against the Machine","10" : "Richard Cheese & Lounge Against the Machine","11" : "Richard Cheese & Lounge Against the Machine","12" : "Richard Cheese & Lounge Against the Machine","13" : "Richard Cheese & Lounge Against the Machine","14" : "Richard Cheese & Lounge Against the Machine","15" : "Richard Cheese & Lounge Against the Machine" });
+ el.album = new Hash({ "0" : "Aperitif For Destruction","1" : "Aperitif For Destruction","2" : "Aperitif For Destruction","3" : "Aperitif For Destruction","4" : "Aperitif For Destruction","5" : "Aperitif For Destruction","6" : "Aperitif For Destruction","7" : "Aperitif For Destruction","8" : "Aperitif For Destruction","9" : "Aperitif For Destruction","10" : "Aperitif For Destruction","11" : "Aperitif For Destruction","12" : "Aperitif For Destruction","13" : "Aperitif For Destruction","14" : "Aperitif For Destruction","15" : "Aperitif For Destruction" });
+ el.titles = new Hash({ "0" : "Me so Horny (2 Live Crew)","1" : "People = Shit (Slipknot)","2" : "Welcome to the Jungle (Guns N' Roses)","3" : "Brass Monkey (Beastie Boys)","4" : "Let's Get it Started (Black Eyed Peas)","5" : "Man in the Box (Alice In Chains)","6" : "Been Caught Stealing (Jane's Addiction)","7" : "Girl is Mine (Michael Jackson/Paul McCartney)","8" : "You Oughta Know (Alanis Morissette)","9" : "Enter Sandman (Metallica)","10" : "Sunday Bloody Sunday (U2)","11" : "We Are the World (USA For Africa)","12" : "Do Me (Bell Biv Devoe)","13" : "American Idiot (Green Day)","14" : "Add it Up (Violent Femmes)","15" : "Somebody Told Me (The Killers)" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006SilentNightClub',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Silent NightClub");
+ el.files = new Hash({ "0" : "/Richard Cheese/2006 - Silent NightClub/01-richard_cheese_-_holiday_in_cambodia-ysp.mp3","1" : "/Richard Cheese/2006 - Silent NightClub/02-richard_cheese_-_like_a_virgin-ysp.mp3","2" : "/Richard Cheese/2006 - Silent NightClub/03-richard_cheese_-_christmas_in_las_vegas-ysp.mp3","3" : "/Richard Cheese/2006 - Silent NightClub/04-richard_cheese_-_jingle_bells-ysp.mp3","4" : "/Richard Cheese/2006 - Silent NightClub/05-richard_cheese_-_ice_ice_baby-ysp.mp3","5" : "/Richard Cheese/2006 - Silent NightClub/06-richard_cheese_-_do_they_know_its_christmas-ysp.mp3","6" : "/Richard Cheese/2006 - Silent NightClub/07-richard_cheese_-_personal_jesus-ysp.mp3","7" : "/Richard Cheese/2006 - Silent NightClub/08-richard_cheese_-_imagine-ysp.mp3","8" : "/Richard Cheese/2006 - Silent NightClub/09-richard_cheese_-_last_xmas-ysp.mp3","9" : "/Richard Cheese/2006 - Silent NightClub/10-richard_cheese_-_naughty_girl-ysp.mp3","10" : "/Richard Cheese/2006 - Silent NightClub/11-richard_cheese_-_christmas_time_is_here-ysp.mp3","11" : "/Richard Cheese/2006 - Silent NightClub/12-richard_cheese_-_the_trees-ysp.mp3","12" : "/Richard Cheese/2006 - Silent NightClub/13-richard_cheese_-_i_melt_with_you-ysp.mp3","13" : "/Richard Cheese/2006 - Silent NightClub/14-richard_cheese_-_silent_night-ysp.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Richard Cheese","1" : "Richard Cheese","2" : "Richard Cheese","3" : "Richard Cheese","4" : "Richard Cheese","5" : "Richard Cheese","6" : "Richard Cheese","7" : "Richard Cheese","8" : "Richard Cheese","9" : "Richard Cheese","10" : "Richard Cheese","11" : "Richard Cheese","12" : "Richard Cheese","13" : "Richard Cheese" });
+ el.album = new Hash({ "0" : "Silent Nightclub","1" : "Silent Nightclub","2" : "Silent Nightclub","3" : "Silent Nightclub","4" : "Silent Nightclub","5" : "Silent Nightclub","6" : "Silent Nightclub","7" : "Silent Nightclub","8" : "Silent Nightclub","9" : "Silent Nightclub","10" : "Silent Nightclub","11" : "Silent Nightclub","12" : "Silent Nightclub","13" : "Silent Nightclub" });
+ el.titles = new Hash({ "0" : "Holiday In Cambodia","1" : "Like A Virgin","2" : "Christmas In Las Vegas","3" : "Jingle Bells","4" : "Ice Ice Baby","5" : "Do They Know It's Christmas","6" : "Personal Jesus","7" : "Imagine","8" : "Last Xmas","9" : "Naughty Girl","10" : "Christmas Time Is Here","11" : "The Trees","12" : "I Melt With You","13" : "Silent Night" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006TheSunnySideoftheMoon',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - The Sunny Side of the Moon");
+ el.files = new Hash({ "0" : "/Richard Cheese/2006 - The Sunny Side of the Moon/01 - Rape Me.mp3","1" : "/Richard Cheese/2006 - The Sunny Side of the Moon/02 - People = Shit.mp3","2" : "/Richard Cheese/2006 - The Sunny Side of the Moon/03 - Baby Got Back.mp3","3" : "/Richard Cheese/2006 - The Sunny Side of the Moon/04 - Girls, Girls, Girls.mp3","4" : "/Richard Cheese/2006 - The Sunny Side of the Moon/05 - Closer.mp3","5" : "/Richard Cheese/2006 - The Sunny Side of the Moon/06 - Bust A Move.mp3","6" : "/Richard Cheese/2006 - The Sunny Side of the Moon/07 - Down With The Sickness.mp3","7" : "/Richard Cheese/2006 - The Sunny Side of the Moon/08 - Sunday Bloody Sunday.mp3","8" : "/Richard Cheese/2006 - The Sunny Side of the Moon/09 - Freak On A Leash.mp3","9" : "/Richard Cheese/2006 - The Sunny Side of the Moon/10 - Nookie.mp3","10" : "/Richard Cheese/2006 - The Sunny Side of the Moon/11 - Another Brick In The Wall.mp3","11" : "/Richard Cheese/2006 - The Sunny Side of the Moon/12 - Rock The Casbah.mp3","12" : "/Richard Cheese/2006 - The Sunny Side of the Moon/13 - Fight For Your Right.mp3","13" : "/Richard Cheese/2006 - The Sunny Side of the Moon/14 - Hot For Teacher.mp3","14" : "/Richard Cheese/2006 - The Sunny Side of the Moon/15 - Gin And Juice.mp3","15" : "/Richard Cheese/2006 - The Sunny Side of the Moon/16 - Come Out And Play.mp3","16" : "/Richard Cheese/2006 - The Sunny Side of the Moon/17 - Badd.mp3","17" : "/Richard Cheese/2006 - The Sunny Side of the Moon/18 - Creep.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18" });
+ el.artist = new Hash({ "0" : "Richard Cheese","1" : "Richard Cheese","2" : "Richard Cheese","3" : "Richard Cheese","4" : "Richard Cheese","5" : "Richard Cheese","6" : "Richard Cheese","7" : "Richard Cheese","8" : "Richard Cheese","9" : "Richard Cheese","10" : "Richard Cheese","11" : "Richard Cheese","12" : "Richard Cheese","13" : "Richard Cheese","14" : "Richard Cheese","15" : "Richard Cheese","16" : "Richard Cheese","17" : "Richard Cheese" });
+ el.album = new Hash({ "0" : "Sunny Side Of The Moon: The Best Of Richard Cheese","1" : "Sunny Side Of The Moon: The Best Of Richard Cheese","2" : "Sunny Side Of The Moon: The Best Of Richard Cheese","3" : "Sunny Side Of The Moon: The Best Of Richard Cheese","4" : "Sunny Side Of The Moon: The Best Of Richard Cheese","5" : "Sunny Side Of The Moon: The Best Of Richard Cheese","6" : "Sunny Side Of The Moon: The Best Of Richard Cheese","7" : "Sunny Side Of The Moon: The Best Of Richard Cheese","8" : "Sunny Side Of The Moon: The Best Of Richard Cheese","9" : "Sunny Side Of The Moon: The Best Of Richard Cheese","10" : "Sunny Side Of The Moon: The Best Of Richard Cheese","11" : "Sunny Side Of The Moon: The Best Of Richard Cheese","12" : "Sunny Side Of The Moon: The Best Of Richard Cheese","13" : "Sunny Side Of The Moon: The Best Of Richard Cheese","14" : "Sunny Side Of The Moon: The Best Of Richard Cheese","15" : "Sunny Side Of The Moon: The Best Of Richard Cheese","16" : "Sunny Side Of The Moon: The Best Of Richard Cheese","17" : "Sunny Side Of The Moon: The Best Of Richard Cheese" });
+ el.titles = new Hash({ "0" : "Rape Me","1" : "People = Shit","2" : "Baby Got Back","3" : "Girls, Girls, Girls","4" : "Closer","5" : "Bust A Move","6" : "Down With The Sickness","7" : "Sunday Bloody Sunday","8" : "Freak On A Leash","9" : "Nookie","10" : "Another Brick In The Wall","11" : "Rock The Casbah","12" : "Fight For Your Right","13" : "Hot For Teacher","14" : "Gin And Juice","15" : "Come Out And Play","16" : "Badd","17" : "Creep" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RichardCheese')) {
+ new Element('DIV', {
+ 'id': 'RichardCheese',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Richard Cheese").injectInside($('root'));
+ }
+ if ($('RichardCheese').className != 'node') {
+ $('RichardCheese').className = 'node';
+ $('RichardCheese').
+ }
+ var el = new Element('DIV', {
+ 'id': 'UnreleasedMaterial',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Unreleased Material");
+ el.files = new Hash({ "0" : "/Richard Cheese/Unreleased Material/Richard Cheese - Better Man.mp3","1" : "/Richard Cheese/Unreleased Material/Richard Cheese - Christmastime Is Here.mp3","2" : "/Richard Cheese/Unreleased Material/Richard Cheese - Hash Pipe (Weezer).mp3","3" : "/Richard Cheese/Unreleased Material/Richard Cheese - Hashpipe.mp3","4" : "/Richard Cheese/Unreleased Material/Richard Cheese - Hit Me With Your Best Shot (Pat Benetar).mp3","5" : "/Richard Cheese/Unreleased Material/Richard Cheese - Howard Stern.mp3","6" : "/Richard Cheese/Unreleased Material/Richard Cheese - Hungry Like The Wolf.mp3","7" : "/Richard Cheese/Unreleased Material/Richard Cheese - Just Like Heaven.mp3","8" : "/Richard Cheese/Unreleased Material/Richard Cheese - Like a Virgin.mp3","9" : "/Richard Cheese/Unreleased Material/Richard Cheese - One Is The Loneliest Number.mp3","10" : "/Richard Cheese/Unreleased Material/Richard Cheese - Renegades of Funk.mp3","11" : "/Richard Cheese/Unreleased Material/Richard Cheese - Smells like teen spirit (Nirvana).mp3","12" : "/Richard Cheese/Unreleased Material/Richard Cheese - Stairway To Heaven (Led Zeppelin).mp3","13" : "/Richard Cheese/Unreleased Material/Richard Cheese - Star Wars Cantina (Barry Manilow).mp3","14" : "/Richard Cheese/Unreleased Material/Richard Cheese - Wonderwall.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "1","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "Richard Cheese","1" : "Richard Cheese","2" : "Richard Cheese","3" : "Richard Cheese","4" : "Richard Cheese","5" : "Richard Cheese","6" : "Richard Cheese","7" : "Richard Cheese","8" : "Richard Cheese","9" : "Richard Cheese","10" : "Richard Cheese","11" : "Richard Cheese","12" : "Richard Cheese","13" : "Richard Cheese","14" : "Richard Cheese" });
+ el.album = new Hash({ "0" : "Unreleased Material","1" : "Unreleased Material","2" : "Unreleased Material","3" : "Unreleased Material","4" : "Unreleased Material","5" : "Unreleased Material","6" : "Unreleased Material","7" : "Unreleased Material","8" : "Unreleased Material","9" : "Unreleased Material","10" : "Unreleased Material","11" : "Tuxicity","12" : "Unreleased Material","13" : "Unreleased Material","14" : "Unreleased Material" });
+ el.titles = new Hash({ "0" : "Better Man","1" : "Christmastime Is Here","2" : "Hash Pipe (Weezer)","3" : "Hashpipe","4" : "Hit Me With Your Best Shot (Pat Benetar)","5" : "Howard Stern","6" : "Hungry Like The Wolf","7" : "Just Like Heaven","8" : "Like a Virgin","9" : "One Is The Loneliest Number","10" : "Renegades of Funk","11" : "Smells Like Teen Spirit","12" : "Stairway To Heaven (Led Zeppelin)","13" : "Star Wars Cantina (Barry Manilow)","14" : "Wonderwall" });
+ el.injectInside($('RichardCheese'));
+ if (!$('RobZombie')) {
+ new Element('DIV', {
+ 'id': 'RobZombie',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Rob Zombie").injectInside($('root'));
+ }
+ if ($('RobZombie').className != 'node') {
+ $('RobZombie').className = 'node';
+ $('RobZombie').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006EducatedHorses',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Educated Horses");
+ el.files = new Hash({ "0" : "/Rob Zombie/2006 - Educated Horses/01-rob_zombie-sawdust_in_the_blood.mp3","1" : "/Rob Zombie/2006 - Educated Horses/02-rob_zombie-american_witch.mp3","2" : "/Rob Zombie/2006 - Educated Horses/03-rob_zombie-foxy_foxy.mp3","3" : "/Rob Zombie/2006 - Educated Horses/04-rob_zombie-17_year_locust.mp3","4" : "/Rob Zombie/2006 - Educated Horses/05-rob_zombie-the_scorpion_sleeps.mp3","5" : "/Rob Zombie/2006 - Educated Horses/06-rob_zombie-100_ways.mp3","6" : "/Rob Zombie/2006 - Educated Horses/07-rob_zombie-let_it_all_bleed_out.mp3","7" : "/Rob Zombie/2006 - Educated Horses/08-rob_zombie-death_of_it_all.mp3","8" : "/Rob Zombie/2006 - Educated Horses/09-rob_zombie-ride.mp3","9" : "/Rob Zombie/2006 - Educated Horses/10-rob_zombie-the_devils_rejects.mp3","10" : "/Rob Zombie/2006 - Educated Horses/11-rob_zombie-the_lords_of_salem.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Rob Zombie","1" : "Rob Zombie","2" : "Rob Zombie","3" : "Rob Zombie","4" : "Rob Zombie","5" : "Rob Zombie","6" : "Rob Zombie","7" : "Rob Zombie","8" : "Rob Zombie","9" : "Rob Zombie","10" : "Rob Zombie" });
+ el.album = new Hash({ "0" : "Educated Horses (Advance)","1" : "Educated Horses (Advance)","2" : "Educated Horses (Advance)","3" : "Educated Horses (Advance)","4" : "Educated Horses (Advance)","5" : "Educated Horses (Advance)","6" : "Educated Horses (Advance)","7" : "Educated Horses (Advance)","8" : "Educated Horses (Advance)","9" : "Educated Horses (Advance)","10" : "Educated Horses (Advance)" });
+ el.titles = new Hash({ "0" : "Sawdust In The Blood","1" : "American Witch","2" : "Foxy Foxy","3" : "17 Year Locust","4" : "The Scorpion Sleeps","5" : "100 Ways","6" : "Let It All Bleed Out","7" : "Death Of It All","8" : "Ride","9" : "The Devil's Rejects","10" : "The Lords Of Salem" });
+ el.injectInside($('RobZombie'));
+ if (!$('Sentenced')) {
+ new Element('DIV', {
+ 'id': 'Sentenced',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sentenced").injectInside($('root'));
+ }
+ if ($('Sentenced').className != 'node') {
+ $('Sentenced').className = 'node';
+ $('Sentenced').
+ }
+ var el = new Element('DIV', {
+ 'id': '1998Frozen',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1998 - Frozen");
+ el.files = new Hash({ "0" : "/Sentenced/1998 - Frozen/01 - The Suicider.mp3","1" : "/Sentenced/1998 - Frozen/02 - Dead Leaves.mp3","2" : "/Sentenced/1998 - Frozen/03 - For The Love I Bear.mp3","3" : "/Sentenced/1998 - Frozen/04 - Creep.mp3","4" : "/Sentenced/1998 - Frozen/05 - Digging The Grave.mp3","5" : "/Sentenced/1998 - Frozen/06 - Kaamos.mp3","6" : "/Sentenced/1998 - Frozen/07 - Farewell.mp3","7" : "/Sentenced/1998 - Frozen/08 - One With Misery.mp3","8" : "/Sentenced/1998 - Frozen/09 - Grave Sweet Grave.mp3","9" : "/Sentenced/1998 - Frozen/10 - Burn.mp3","10" : "/Sentenced/1998 - Frozen/11 - Drown Together.mp3","11" : "/Sentenced/1998 - Frozen/12 - Let Go (The Last Chapter).mp3","12" : "/Sentenced/1998 - Frozen/13 - The Rain Comes Falling Down.mp3","13" : "/Sentenced/1998 - Frozen/14 - Mourn.mp3","14" : "/Sentenced/1998 - Frozen/15 - I Wanna Be Somebody.mp3","15" : "/Sentenced/1998 - Frozen/16 - House of The Rising Sun.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "" });
+ el.artist = new Hash({ "0" : "Sentenced","1" : "Sentenced","2" : "Sentenced","3" : "Sentenced","4" : "Sentenced","5" : "Sentenced","6" : "Sentenced","7" : "Sentenced","8" : "Sentenced","9" : "Sentenced","10" : "Sentenced","11" : "Sentenced","12" : "Sentenced","13" : "Sentenced","14" : "Sentenced","15" : "Sentenced" });
+ el.album = new Hash({ "0" : "Frozen","1" : "Frozen","2" : "Frozen","3" : "Frozen","4" : "Frozen","5" : "Frozen","6" : "Frozen","7" : "Frozen","8" : "Frozen","9" : "Frozen","10" : "Frozen","11" : "Frozen","12" : "Frozen","13" : "Frozen","14" : "Frozen","15" : "Frozen" });
+ el.titles = new Hash({ "0" : "The Suicider","1" : "Dead Leaves","2" : "For The Love I Bear","3" : "Creep","4" : "Digging The Grave","5" : "Kaamos","6" : "Farewell","7" : "One With Misery","8" : "Grave Sweet Grave","9" : "Burn","10" : "Drown Together","11" : "Let Go (The Last Chapter)","12" : "The Rain Comes Falling Down","13" : "Mourn","14" : "I Wanna Be Somebody","15" : "House Of The Rising Sun" });
+ el.injectInside($('Sentenced'));
+ if (!$('Sentenced')) {
+ new Element('DIV', {
+ 'id': 'Sentenced',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sentenced").injectInside($('root'));
+ }
+ if ($('Sentenced').className != 'node') {
+ $('Sentenced').className = 'node';
+ $('Sentenced').
+ }
+ var el = new Element('DIV', {
+ 'id': '2000Crimson',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2000 - Crimson");
+ el.files = new Hash({ "0" : "/Sentenced/2000 - Crimson/01 - Bleed In My Arms.mp3","1" : "/Sentenced/2000 - Crimson/02 - Home In Despair.mp3","2" : "/Sentenced/2000 - Crimson/03 - Fragile.mp3","3" : "/Sentenced/2000 - Crimson/04 - No More Beating As One.mp3","4" : "/Sentenced/2000 - Crimson/05 - Broken.mp3","5" : "/Sentenced/2000 - Crimson/06 - Killing Me Killing You.mp3","6" : "/Sentenced/2000 - Crimson/07 - Dead Moon Rising.mp3","7" : "/Sentenced/2000 - Crimson/08 - The River.mp3","8" : "/Sentenced/2000 - Crimson/09 - One More Day.mp3","9" : "/Sentenced/2000 - Crimson/10 - With Bitterness And Joy.mp3","10" : "/Sentenced/2000 - Crimson/11 - My Slowing Heart.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Sentenced","1" : "Sentenced","2" : "Sentenced","3" : "Sentenced","4" : "Sentenced","5" : "Sentenced","6" : "Sentenced","7" : "Sentenced","8" : "Sentenced","9" : "Sentenced","10" : "Sentenced" });
+ el.album = new Hash({ "0" : "Crimson","1" : "Crimson","2" : "Crimson","3" : "Crimson","4" : "Crimson","5" : "Crimson","6" : "Crimson","7" : "Crimson","8" : "Crimson","9" : "Crimson","10" : "Crimson" });
+ el.titles = new Hash({ "0" : "Bleed In My Arms","1" : "Home In Despair","2" : "Fragile","3" : "No More Beating As One","4" : "Broken","5" : "Killing Me Killing You","6" : "Dead Moon Rising","7" : "The River","8" : "One More Day","9" : "The Bitterness And Joy","10" : "My Slowing Heart" });
+ el.injectInside($('Sentenced'));
+ if (!$('Sentenced')) {
+ new Element('DIV', {
+ 'id': 'Sentenced',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sentenced").injectInside($('root'));
+ }
+ if ($('Sentenced').className != 'node') {
+ $('Sentenced').className = 'node';
+ $('Sentenced').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002TheColdWhiteLight',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - The Cold White Light");
+ el.files = new Hash({ "0" : "/Sentenced/2002 - The Cold White Light/01 Konevitsan Kirkonkellot.mp3","1" : "/Sentenced/2002 - The Cold White Light/02 Cross My Heart And Hope To Die.mp3","2" : "/Sentenced/2002 - The Cold White Light/03 Brief Is The Light.mp3","3" : "/Sentenced/2002 - The Cold White Light/04 Neverlasting.mp3","4" : "/Sentenced/2002 - The Cold White Light/05 Aika Multaa Muistot.mp3","5" : "/Sentenced/2002 - The Cold White Light/06 Excuse Me While I Kill Myself.mp3","6" : "/Sentenced/2002 - The Cold White Light/07 Blood And Tears.mp3","7" : "/Sentenced/2002 - The Cold White Light/08 You Are The One.mp3","8" : "/Sentenced/2002 - The Cold White Light/09 Guilt And Regret.mp3","9" : "/Sentenced/2002 - The Cold White Light/10 The Luxury Of A Grave.mp3","10" : "/Sentenced/2002 - The Cold White Light/11 No One There.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Sentenced","1" : "Sentenced","2" : "Sentenced","3" : "Sentenced","4" : "Sentenced","5" : "Sentenced","6" : "Sentenced","7" : "Sentenced","8" : "Sentenced","9" : "Sentenced","10" : "Sentenced" });
+ el.album = new Hash({ "0" : "The Cold White Light","1" : "The Cold White Light","2" : "The Cold White Light","3" : "The Cold White Light","4" : "The Cold White Light","5" : "The Cold White Light","6" : "The Cold White Light","7" : "The Cold White Light","8" : "The Cold White Light","9" : "The Cold White Light","10" : "The Cold White Light" });
+ el.titles = new Hash({ "0" : "Konevitsan Kirkonkellot","1" : "Cross My Heart And Hope To Die","2" : "Brief Is The Light","3" : "Neverlasting","4" : "Aika Multaa Muistot","5" : "Excuse Me While I Kill Myself","6" : "Blood And Tears","7" : "You Are The One","8" : "Guilt And Regret","9" : "The Luxury Of A Grave","10" : "No One There" });
+ el.injectInside($('Sentenced'));
+ if (!$('Sentenced')) {
+ new Element('DIV', {
+ 'id': 'Sentenced',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sentenced").injectInside($('root'));
+ }
+ if ($('Sentenced').className != 'node') {
+ $('Sentenced').className = 'node';
+ $('Sentenced').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005TheFuneralAlbum',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - The Funeral Album");
+ el.files = new Hash({ "0" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 01 - May Today Become The Day.mp3","1" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 02 - Ever-Frost.mp3","2" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 03 - We Are But Falling Leaves.mp3","3" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 04 - Her Last 5 Minutes.mp3","4" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 05 - Where Waters Fall Frozen.mp3","5" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 06 - Despair-Ridden Hearts.mp3","6" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 07 - Vengeance Is Mine.mp3","7" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 08 - A Long Way To Nowhere.mp3","8" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 09 - Consider Us Dead.mp3","9" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 10 - Lower The Flags.mp3","10" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 11 - Drain Me.mp3","11" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 12 - Karu.mp3","12" : "/Sentenced/2005 - The Funeral Album/Sentenced - The Funeral Album - 13 - End Of The Road.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Sentenced","1" : "Sentenced","2" : "Sentenced","3" : "Sentenced","4" : "Sentenced","5" : "Sentenced","6" : "Sentenced","7" : "Sentenced","8" : "Sentenced","9" : "Sentenced","10" : "Sentenced","11" : "Sentenced","12" : "Sentenced" });
+ el.album = new Hash({ "0" : "The Funeral Album","1" : "The Funeral Album","2" : "The Funeral Album","3" : "The Funeral Album","4" : "The Funeral Album","5" : "The Funeral Album","6" : "The Funeral Album","7" : "The Funeral Album","8" : "The Funeral Album","9" : "The Funeral Album","10" : "The Funeral Album","11" : "The Funeral Album","12" : "The Funeral Album" });
+ el.titles = new Hash({ "0" : "May Today Become the Day","1" : "Ever-Frost","2" : "We Are But Falling Leaves","3" : "Her Last 5 Minutes","4" : "Where Waters Fall Frozen","5" : "Despair-Ridden Hearts","6" : "Vengeance Is Mine","7" : "A Long Way To Nowhere","8" : "Consider Us Dead","9" : "Lower The Flags","10" : "Drain Me","11" : "Karu","12" : "End Of The Road" });
+ el.injectInside($('Sentenced'));
+ var el = new Element('DIV', {
+ 'id': 'SerenityOST',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Serenity OST");
+ el.files = new Hash({ "0" : "/Serenity OST/01-Serenity OST;David Newman-Into The River.mp3","1" : "/Serenity OST/02-Serenity OST;David Newman-Escape.mp3","2" : "/Serenity OST/03-Serenity OST;David Newman-Serenity.mp3","3" : "/Serenity OST/04-Serenity OST;David Newman-Going For A Ride.mp3","4" : "/Serenity OST/05-Serenity OST;David Newman-Trading Station Robbery.mp3","5" : "/Serenity OST/06-Serenity OST;David Newman-River Goes Wild.mp3","6" : "/Serenity OST/07-Serenity OST;David Newman-River & Simon In Locker.mp3","7" : "/Serenity OST/08-Serenity OST;David Newman-Population Dead.mp3","8" : "/Serenity OST/09-Serenity OST;David Newman-Haven Destroyed.mp3","9" : "/Serenity OST/10-Serenity OST;David Newman-Sheperd Book's Last Words.mp3","10" : "/Serenity OST/11-Serenity OST;David Newman-You're Not A Reaver.mp3","11" : "/Serenity OST/12-Serenity OST;David Newman-Mal Decides.mp3","12" : "/Serenity OST/13-Serenity OST;David Newman-Truth - Mal's Speech.mp3","13" : "/Serenity OST/14-Serenity OST;David Newman-Space Battle.mp3","14" : "/Serenity OST/15-Serenity OST;David Newman-Crash Landing.mp3","15" : "/Serenity OST/16-Serenity OST;David Newman-Run To Black.mp3","16" : "/Serenity OST/17-Serenity OST;David Newman-Generator Room.mp3","17" : "/Serenity OST/18-Serenity OST;David Newman-Mal & Op Fight.mp3","18" : "/Serenity OST/19-Serenity OST;David Newman-Jane & Zoe - Final Battle.mp3","19" : "/Serenity OST/20-Serenity OST;David Newman-Final - Rebuilding Serenity.mp3","20" : "/Serenity OST/21-Serenity OST;David Newman-Prep For Flight.mp3","21" : "/Serenity OST/22-Serenity OST;David Newman-Love.mp3","22" : "/Serenity OST/23-Serenity OST;David Newman-End Credits.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23" });
+ el.artist = new Hash({ "0" : "David Newman","1" : "David Newman","2" : "David Newman","3" : "David Newman","4" : "David Newman","5" : "David Newman","6" : "David Newman","7" : "David Newman","8" : "David Newman","9" : "David Newman","10" : "David Newman","11" : "David Newman","12" : "David Newman","13" : "David Newman","14" : "David Newman","15" : "David Newman","16" : "David Newman","17" : "David Newman","18" : "David Newman","19" : "David Newman","20" : "David Newman","21" : "David Newman","22" : "David Newman" });
+ el.album = new Hash({ "0" : "Serenity OST","1" : "Serenity OST","2" : "Serenity OST","3" : "Serenity OST","4" : "Serenity OST","5" : "Serenity OST","6" : "Serenity OST","7" : "Serenity OST","8" : "Serenity OST","9" : "Serenity OST","10" : "Serenity OST","11" : "Serenity OST","12" : "Serenity OST","13" : "Serenity OST","14" : "Serenity OST","15" : "Serenity OST","16" : "Serenity OST","17" : "Serenity OST","18" : "Serenity OST","19" : "Serenity OST","20" : "Serenity OST","21" : "Serenity OST","22" : "Serenity OST" });
+ el.titles = new Hash({ "0" : "Into The River","1" : "Escape","2" : "Serenity","3" : "Going For A Ride","4" : "Trading Station Robbery","5" : "River Goes Wild","6" : "River & Simon In Locker","7" : "Population Dead","8" : "Haven Destroyed","9" : "Sheperd Book's Last Words","10" : "You're Not A Reaver","11" : "Mal Decides","12" : "Truth - Mal's Speech","13" : "Space Battle","14" : "Crash Landing","15" : "Run To Black","16" : "Generator Room","17" : "Mal & Op Fight","18" : "Jane & Zoe - Final Battle","19" : "Final - Rebuilding Serenity","20" : "Prep For Flight","21" : "Love","22" : "End Credits" });
+ el.injectInside($('root'));
+ if (!$('Sirenia')) {
+ new Element('DIV', {
+ 'id': 'Sirenia',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sirenia").injectInside($('root'));
+ }
+ if ($('Sirenia').className != 'node') {
+ $('Sirenia').className = 'node';
+ $('Sirenia').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Sirenia2002AtSixesAndSevens',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Sirenia - 2002 - At Sixes And Sevens");
+ el.files = new Hash({ "0" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 01 - Meridian.MP3","1" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 02 - Sister Nightfall.MP3","2" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 03 - On the Wane.mp3","3" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 04 - In A Manica.mp3","4" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 05 - At Sixes And Sevens.mp3","5" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 06 - Lethargica.mp3","6" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 07 - Manic Aeon.mp3","7" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 08 - A Shadow Of Your Own Self.mp3","8" : "/Sirenia/Sirenia - 2002 - At Sixes And Sevens/Sirenia - 09 - In Sumerian Haze.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "" });
+ el.artist = new Hash({ "0" : "Sirenia","1" : "Sirenia","2" : "Sirenia","3" : "Sirenia","4" : "Sirenia","5" : "Sirenia","6" : "Sirenia","7" : "Sirenia","8" : "Sirenia" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "At Sixes and Sevens","3" : "At Sixes And Seven","4" : "At Sixes And Seven","5" : "At Sixes And Seven","6" : "At Sixes And Seven","7" : "At Sixes and Sevens","8" : "At Sixes and Sevens" });
+ el.titles = new Hash({ "0" : "Meridian","1" : "Sister Nightfall","2" : "On the Wane","3" : "In A Manica","4" : "At Sixes And Seven","5" : "Lethargica","6" : "Manic Aeon","7" : "A Shadow Of Your Own Self","8" : "In Sumerian Haze" });
+ el.injectInside($('Sirenia'));
+ if (!$('Sirenia')) {
+ new Element('DIV', {
+ 'id': 'Sirenia',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sirenia").injectInside($('root'));
+ }
+ if ($('Sirenia').className != 'node') {
+ $('Sirenia').className = 'node';
+ $('Sirenia').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Sirenia2004AnElixirforExistence',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Sirenia - 2004 - An Elixir for Existence");
+ el.files = new Hash({ "0" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/01 lithium and a lover.mp3","1" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/02 voices within.mp3","2" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/03 a mental symphony.mp3","3" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/04 euphoria.mp3","4" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/05 in my darkest hours.mp3","5" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/06 save me from myself.mp3","6" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/07 the fall within.mp3","7" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/08 star crossed.mp3","8" : "/Sirenia/Sirenia - 2004 - An Elixir for Existence/09 seven sirens and a silver tear.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "","7" : "","8" : "" });
+ el.artist = new Hash({ "0" : "Sirenia","1" : "Sirenia","2" : "Sirenia","3" : "Sirenia","4" : "Sirenia","5" : "Sirenia","6" : "Sirenia","7" : "Sirenia","8" : "Sirenia" });
+ el.album = new Hash({ "0" : "An elixir for existence","1" : "An elixir for existence","2" : "An elixir for existence","3" : "An elixir for existence","4" : "An elixir for existence","5" : "An elixir for existence","6" : "An Elexier for Existence","7" : "An Elexier for Existence","8" : "An Elexier for Existence" });
+ el.titles = new Hash({ "0" : "Lithium and a lover","1" : "Voices within","2" : "A mental symphony","3" : "Euphoria","4" : "In my darkest hours","5" : "Save me from myself","6" : "The Fall within","7" : "Star-crossed","8" : "Seven Sirens and a Silver tear" });
+ el.injectInside($('Sirenia'));
+ if (!$('Sirenia')) {
+ new Element('DIV', {
+ 'id': 'Sirenia',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sirenia").injectInside($('root'));
+ }
+ if ($('Sirenia').className != 'node') {
+ $('Sirenia').className = 'node';
+ $('Sirenia').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Sirenia2004SirenianShores',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Sirenia - 2004 - Sirenian Shores");
+ el.files = new Hash({ "0" : "/Sirenia/Sirenia - 2004 - Sirenian Shores/01 - Sirenian Shores.mp3","1" : "/Sirenia/Sirenia - 2004 - Sirenian Shores/02 - Save Me From Myself (Remix).mp3","2" : "/Sirenia/Sirenia - 2004 - Sirenian Shores/03 - Meridian (Acoustic Version).mp3","3" : "/Sirenia/Sirenia - 2004 - Sirenian Shores/04 - First We Take Manhattan.mp3","4" : "/Sirenia/Sirenia - 2004 - Sirenian Shores/05 - Obire Mortem.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5" });
+ el.artist = new Hash({ "0" : "Sirenia","1" : "Sirenia","2" : "Sirenia","3" : "Sirenia","4" : "Sirenia" });
+ el.album = new Hash({ "0" : "Sirenian Shores (MCD)","1" : "Sirenian Shores (MCD)","2" : "Sirenian Shores (MCD)","3" : "Sirenian Shores (MCD)","4" : "Sirenian Shores (MCD)" });
+ el.titles = new Hash({ "0" : "Sirenian Shores","1" : "Save Me From Myself (Remix)","2" : "Meridian (Acoustic)","3" : "First We Take Manhatten","4" : "Obire Mortem" });
+ el.injectInside($('Sirenia'));
+ if (!$('Skadaddyz')) {
+ new Element('DIV', {
+ 'id': 'Skadaddyz',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Skadaddyz").injectInside($('root'));
+ }
+ if ($('Skadaddyz').className != 'node') {
+ $('Skadaddyz').className = 'node';
+ $('Skadaddyz').
+ }
+ var el = new Element('DIV', {
+ 'id': '1993RudeBoys',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1993 - Rude Boys");
+ el.files = new Hash({ "0" : "/Skadaddyz/1993 - Rude Boys/1 Skadaddyz Anthem.mp3","1" : "/Skadaddyz/1993 - Rude Boys/10 - Sugar Sugar (Live).mp3","2" : "/Skadaddyz/1993 - Rude Boys/10 Holiday.mp3","3" : "/Skadaddyz/1993 - Rude Boys/11 - Confucious (Live).mp3","4" : "/Skadaddyz/1993 - Rude Boys/11 Get Up.mp3","5" : "/Skadaddyz/1993 - Rude Boys/12 You're Mine.mp3","6" : "/Skadaddyz/1993 - Rude Boys/13 Two Lonely.mp3","7" : "/Skadaddyz/1993 - Rude Boys/14 Wave Rider.mp3","8" : "/Skadaddyz/1993 - Rude Boys/15 I Would Say.mp3","9" : "/Skadaddyz/1993 - Rude Boys/16 9ft Gun.mp3","10" : "/Skadaddyz/1993 - Rude Boys/17 Be This Way.mp3","11" : "/Skadaddyz/1993 - Rude Boys/18 Last Dance.mp3","12" : "/Skadaddyz/1993 - Rude Boys/19 Where Did You Go.mp3","13" : "/Skadaddyz/1993 - Rude Boys/2 Rude Boyz.mp3","14" : "/Skadaddyz/1993 - Rude Boys/3 Up2U.mp3","15" : "/Skadaddyz/1993 - Rude Boys/4 Walk Away.mp3","16" : "/Skadaddyz/1993 - Rude Boys/5 Get A Grip.mp3","17" : "/Skadaddyz/1993 - Rude Boys/6 Hotel California.mp3","18" : "/Skadaddyz/1993 - Rude Boys/7 Mas Fina.mp3","19" : "/Skadaddyz/1993 - Rude Boys/8 Society.mp3","20" : "/Skadaddyz/1993 - Rude Boys/9 Lets Get Together.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "","17" : "","18" : "","19" : "","20" : "" });
+ el.artist = new Hash({ "0" : "SkaDaddyz","1" : "The Skatalities Vs. Laurel Aitken","2" : "SkaDaddyz","3" : "The Skatalities Vs. Laurel Aitken","4" : "SkaDaddyz","5" : "SkaDaddyz","6" : "SkaDaddyz","7" : "SkaDaddyz","8" : "SkaDaddyz","9" : "SkaDaddyz","10" : "SkaDaddyz","11" : "SkaDaddyz","12" : "SkaDaddyz","13" : "SkaDaddyz","14" : "SkaDaddyz","15" : "SkaDaddyz","16" : "SkaDaddyz","17" : "SkaDaddyz","18" : "SkaDaddyz","19" : "SkaDaddyz","20" : "SkaDaddyz" });
+ el.album = new Hash({ "0" : "","1" : "The Clash of the Ska Titans","2" : "","3" : "The Clash of the Ska Titans","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "","17" : "","18" : "","19" : "","20" : "" });
+ el.titles = new Hash({ "0" : "SkaDaddyZ Anthem","1" : "Sugar Sugar (Live)","2" : "Holiday","3" : "Confucious (Live)","4" : "Get Up","5" : "You're Mine","6" : "Two Lonely","7" : "Wave Rider","8" : "I Would Say","9" : "9ft Gun","10" : "Be This Way","11" : "Last Dance","12" : "Where Did You Go","13" : "Rude Boyz","14" : "Up2U","15" : "Walk Away- Unplugged","16" : "Get A Grip","17" : "Hotel California","18" : "Mas Fina","19" : "Society","20" : "Let's Get Together" });
+ el.injectInside($('Skadaddyz'));
+ if (!$('SonicSyndicate')) {
+ new Element('DIV', {
+ 'id': 'SonicSyndicate',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Sonic Syndicate").injectInside($('root'));
+ }
+ if ($('SonicSyndicate').className != 'node') {
+ $('SonicSyndicate').className = 'node';
+ $('SonicSyndicate').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007OnlyInhuman',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Only Inhuman");
+ el.files = new Hash({ "0" : "/Sonic Syndicate/2007 - Only Inhuman/01-aftermath-qtxmp3.mp3","1" : "/Sonic Syndicate/2007 - Only Inhuman/02-blue_eyed_fiend-qtxmp3.mp3","2" : "/Sonic Syndicate/2007 - Only Inhuman/03-psychic_suicide-qtxmp3.mp3","3" : "/Sonic Syndicate/2007 - Only Inhuman/04-double_agent_616-qtxmp3.mp3","4" : "/Sonic Syndicate/2007 - Only Inhuman/05-enclave-qtxmp3.mp3","5" : "/Sonic Syndicate/2007 - Only Inhuman/06-denied-qtxmp3.mp3","6" : "/Sonic Syndicate/2007 - Only Inhuman/07-callous-qtxmp3.mp3","7" : "/Sonic Syndicate/2007 - Only Inhuman/08-only_inhuman-qtxmp3.mp3","8" : "/Sonic Syndicate/2007 - Only Inhuman/09-all_about_us-qtxmp3.mp3","9" : "/Sonic Syndicate/2007 - Only Inhuman/10-unknown_entity-qtxmp3.mp3","10" : "/Sonic Syndicate/2007 - Only Inhuman/11-flashback-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Sonic Syndicate","1" : "Sonic Syndicate","2" : "Sonic Syndicate","3" : "Sonic Syndicate","4" : "Sonic Syndicate","5" : "Sonic Syndicate","6" : "Sonic Syndicate","7" : "Sonic Syndicate","8" : "Sonic Syndicate","9" : "Sonic Syndicate","10" : "Sonic Syndicate" });
+ el.album = new Hash({ "0" : "Only Inhuman","1" : "Only Inhuman","2" : "Only Inhuman","3" : "Only Inhuman","4" : "Only Inhuman","5" : "Only Inhuman","6" : "Only Inhuman","7" : "Only Inhuman","8" : "Only Inhuman","9" : "Only Inhuman","10" : "Only Inhuman" });
+ el.titles = new Hash({ "0" : "Aftermath","1" : "Blue eyed fiend","2" : "Psychic suicide","3" : "Double agent 616","4" : "Enclave","5" : "Denied","6" : "Callous","7" : "Only inhuman","8" : "All about us","9" : "Unknown entity","10" : "Flashback" });
+ el.injectInside($('SonicSyndicate'));
+ if (!$('soulseek')) {
+ new Element('DIV', {
+ 'id': 'soulseek',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("soulseek").injectInside($('root'));
+ }
+ if ($('soulseek').className != 'node') {
+ $('soulseek').className = 'node';
+ $('soulseek').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cruachanfolklore',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cruachan - folk-lore");
+ el.files = new Hash({ "0" : "/soulseek/cruachan - folk-lore/01 - bloody sunday.mp3","1" : "/soulseek/cruachan - folk-lore/02 - the victory reel.mp3","2" : "/soulseek/cruachan - folk-lore/03 - death of a gael.mp3","3" : "/soulseek/cruachan - folk-lore/04 - the rocky road to dublin.mp3","4" : "/soulseek/cruachan - folk-lore/05 - ossian's return.mp3","5" : "/soulseek/cruachan - folk-lore/06 - spancill hill.mp3","6" : "/soulseek/cruachan - folk-lore/07 - the children of lir.mp3","7" : "/soulseek/cruachan - folk-lore/08 - ride on.mp3","8" : "/soulseek/cruachan - folk-lore/09 - susie moran.mp3","9" : "/soulseek/cruachan - folk-lore/10 - exiles.mp3","10" : "/soulseek/cruachan - folk-lore/11 - to invoke the horned god.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "4","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Cruachan","1" : "Cruachan","2" : "Cruachan","3" : "Cruachan","4" : "Cruachan","5" : "Cruachan","6" : "Cruachan","7" : "Cruachan","8" : "Cruachan","9" : "Cruachan","10" : "Cruachan" });
+ el.album = new Hash({ "0" : "Folk-Lore","1" : "Folk-Lore","2" : "Folk-Lore","3" : "Folk-Lore","4" : "Folk-Lore","5" : "Folk-Lore","6" : "Folk-Lore","7" : "Folk-Lore","8" : "Folk-Lore","9" : "Folk-Lore","10" : "Folk-Lore" });
+ el.titles = new Hash({ "0" : "Bloody Sunday","1" : "The Victory Reel","2" : "Death of a Gael","3" : "The Rocky Road to Dublin","4" : "Ossian's Return","5" : "Spancill Hill","6" : "The Children of Lir","7" : "Ride on","8" : "Susie Moran","9" : "Exiles","10" : "To Invoke the Horned God" });
+ el.injectInside($('soulseek'));
+ if (!$('soulseek')) {
+ new Element('DIV', {
+ 'id': 'soulseek',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("soulseek").injectInside($('root'));
+ }
+ if ($('soulseek').className != 'node') {
+ $('soulseek').className = 'node';
+ $('soulseek').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cruachanpagan',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cruachan - pagan");
+ el.files = new Hash({ "0" : "/soulseek/cruachan - pagan/cruachan - 1014 a.d.mp3","1" : "/soulseek/cruachan - pagan/cruachan - a thousand years.mp3","2" : "/soulseek/cruachan - pagan/cruachan - ard ri na heireann.mp3","3" : "/soulseek/cruachan - pagan/cruachan - erinsong.mp3","4" : "/soulseek/cruachan - pagan/cruachan - lament for he wild geese.mp3","5" : "/soulseek/cruachan - pagan/cruachan - michael collins.mp3","6" : "/soulseek/cruachan - pagan/cruachan - pagan.mp3","7" : "/soulseek/cruachan - pagan/cruachan - some say the devil is dead.mp3","8" : "/soulseek/cruachan - pagan/cruachan - summoning of the sidhe.mp3","9" : "/soulseek/cruachan - pagan/cruachan - the fall of gondolin.mp3","10" : "/soulseek/cruachan - pagan/cruachan - the gael.mp3","11" : "/soulseek/cruachan - pagan/cruachan - the macrh to cluain tairbh.mp3","12" : "/soulseek/cruachan - pagan/cruachan - viking slayer.mp3" });
+ el.track = new Hash({ "0" : "7","1" : "10","2" : "4","3" : "12","4" : "11","5" : "1","6" : "2","7" : "8","8" : "9","9" : "13","10" : "3","11" : "5","12" : "6" });
+ el.artist = new Hash({ "0" : "Cruachan","1" : "Cruachan","2" : "Cruachan","3" : "Cruachan","4" : "Cruachan","5" : "Cruachan","6" : "Cruachan","7" : "Cruachan","8" : "Cruachan","9" : "Cruachan","10" : "Cruachan","11" : "Cruachan","12" : "Cruachan" });
+ el.album = new Hash({ "0" : "Pagan","1" : "Pagan","2" : "Pagan","3" : "Pagan","4" : "Pagan","5" : "Pagan","6" : "Pagan","7" : "Pagan","8" : "Pagan","9" : "Pagan","10" : "Pagan","11" : "Pagan","12" : "Pagan" });
+ el.titles = new Hash({ "0" : "1014 A.D.","1" : "A Thousand Years","2" : "Ard Ri Na Heireann","3" : "Erinsong","4" : "Lament For He Wild Geese","5" : "Michael Collins","6" : "Pagan","7" : "Some Say The Devil Is Dead","8" : "Summoning Of The Sidhe","9" : "The Fall Of Gondolin","10" : "The Gael","11" : "The Macrh To Cluain Tairbh","12" : "Viking Slayer" });
+ el.injectInside($('soulseek'));
+ if (!$('soulseek')) {
+ new Element('DIV', {
+ 'id': 'soulseek',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("soulseek").injectInside($('root'));
+ }
+ if ($('soulseek').className != 'node') {
+ $('soulseek').className = 'node';
+ $('soulseek').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cruachanthemiddlekingdom',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cruachan - the middle kingdom");
+ el.files = new Hash({ "0" : "/soulseek/cruachan - the middle kingdom/01 a celtic mourning.mp3","1" : "/soulseek/cruachan - the middle kingdom/02 celtic (voice of the morrigan).mp3","2" : "/soulseek/cruachan - the middle kingdom/03 the fianna.mp3","3" : "/soulseek/cruachan - the middle kingdom/04 a druids passing.mp3","4" : "/soulseek/cruachan - the middle kingdom/05 is fuair an chroi.mp3","5" : "/soulseek/cruachan - the middle kingdom/06 cattle raid of cooley.mp3","6" : "/soulseek/cruachan - the middle kingdom/07 the middle kingdom.mp3","7" : "/soulseek/cruachan - the middle kingdom/08 oro se do bineatha abhaile.mp3","8" : "/soulseek/cruachan - the middle kingdom/09 unstabled(steeds of machan).mp3","9" : "/soulseek/cruachan - the middle kingdom/10 the butterfly.mp3","10" : "/soulseek/cruachan - the middle kingdom/11.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.artist = new Hash({ "0" : "Cruachan","1" : "Cruachan","2" : "Cruachan","3" : "Cruachan","4" : "Cruachan","5" : "Cruachan","6" : "Cruachan","7" : "Cruachan","8" : "Cruachan","9" : "Cruachan","10" : "Cruachan" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "" });
+ el.titles = new Hash({ "0" : "A Celtic Mourning","1" : "Celtica (Voice of Morrigan)","2" : "The Fianna","3" : "A Druids Passing","4" : "Is Fuair an Chroí","5" : "Cattle Raid of Cooley","6" : "The Middle Kingdom","7" : "Ó ró sé do bheatha bhaile","8" : "Unstabled (Steeds of Macha)","9" : "The Butterfly","10" : "To Hell or to Connaught" });
+ el.injectInside($('soulseek'));
+ if (!$('soulseek')) {
+ new Element('DIV', {
+ 'id': 'soulseek',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("soulseek").injectInside($('root'));
+ }
+ if ($('soulseek').className != 'node') {
+ $('soulseek').className = 'node';
+ $('soulseek').
+ }
+ var el = new Element('DIV', {
+ 'id': 'cruachantuathanagael',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("cruachan - tuatha na gael");
+ el.files = new Hash({ "0" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 01 - i am tuan.mp3","1" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 02 - the first battle of moytura.mp3","2" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 03 - maeves march.mp3","3" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 04 - fall of gondolin.mp3","4" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 05 - cúchulainn.mp3","5" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 06 - táin bó cuailgne.mp3","6" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 07 - to invoke the horned god.mp3","7" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 08 - brian boru.mp3","8" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 09 - to moytura we return.mp3","9" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 10 - return.mp3","10" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 11 - erinsong.mp3","11" : "/soulseek/cruachan - tuatha na gael/cruachan - tuatha na gael - 12 - Ó ró sé do bheata bhaile.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Cruachan","1" : "Cruachan","2" : "Cruachan","3" : "Cruachan","4" : "Cruachan","5" : "Cruachan","6" : "Cruachan","7" : "Cruachan","8" : "Cruachan","9" : "Cruachan","10" : "Cruachan","11" : "Cruachan" });
+ el.album = new Hash({ "0" : "Tuatha Na Gael","1" : "Tuatha Na Gael","2" : "Tuatha Na Gael","3" : "Tuatha Na Gael","4" : "Tuatha Na Gael","5" : "Tuatha Na Gael","6" : "Tuatha Na Gael","7" : "Tuatha Na Gael","8" : "Tuatha Na Gael","9" : "Tuatha Na Gael","10" : "Tuatha Na Gael","11" : "Tuatha Na Gael" });
+ el.titles = new Hash({ "0" : "I Am Tuan","1" : "The First Battle of Moytura","2" : "Maeves' March","3" : "Fall of Gondolin","4" : "Cúchulainn","5" : "Táin Bó Cuailgne","6" : "To Invoke the Horned God","7" : "Brian Boru","8" : "To Moytura We Return","9" : "Return","10" : "Erinsong","11" : "Ó Ró Sé Do Bheata Bhaile" });
+ el.injectInside($('soulseek'));
+ if (!$('StaticX')) {
+ new Element('DIV', {
+ 'id': 'StaticX',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Static X").injectInside($('root'));
+ }
+ if ($('StaticX').className != 'node') {
+ $('StaticX').className = 'node';
+ $('StaticX').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Cannibal',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Cannibal");
+ el.files = new Hash({ "0" : "/Static X/2007 - Cannibal/01-static_x-cannibal.mp3","1" : "/Static X/2007 - Cannibal/02-static_x-no_submission.mp3","2" : "/Static X/2007 - Cannibal/03-static_x-behemoth.mp3","3" : "/Static X/2007 - Cannibal/04-static_x-chemical_logic.mp3","4" : "/Static X/2007 - Cannibal/05-static_x-destroyer.mp3","5" : "/Static X/2007 - Cannibal/06-static_x-forty_ways.mp3","6" : "/Static X/2007 - Cannibal/07-static_x-chroma-matic.mp3","7" : "/Static X/2007 - Cannibal/08-static_x-cuts_you_up.mp3","8" : "/Static X/2007 - Cannibal/09-static_x-reptile.mp3","9" : "/Static X/2007 - Cannibal/10-static_x-electric_pulse.mp3","10" : "/Static X/2007 - Cannibal/11-static_x-goat.mp3","11" : "/Static X/2007 - Cannibal/12-static_x-team_hate.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Static X","1" : "Static X","2" : "Static X","3" : "Static X","4" : "Static X","5" : "Static X","6" : "Static X","7" : "Static X","8" : "Static X","9" : "Static X","10" : "Static X","11" : "Static X" });
+ el.album = new Hash({ "0" : "Cannibal","1" : "Cannibal","2" : "Cannibal","3" : "Cannibal","4" : "Cannibal","5" : "Cannibal","6" : "Cannibal","7" : "Cannibal","8" : "Cannibal","9" : "Cannibal","10" : "Cannibal","11" : "Cannibal" });
+ el.titles = new Hash({ "0" : "Cannibal","1" : "No Submission","2" : "Behemoth","3" : "Chemical Logic","4" : "Destroyer","5" : "Forty Ways","6" : "Chroma-Matic","7" : "Cuts You Up","8" : "Reptile","9" : "Electric Pulse","10" : "Goat","11" : "Team Hate" });
+ el.injectInside($('StaticX'));
+ if (!$('Stereopilot')) {
+ new Element('DIV', {
+ 'id': 'Stereopilot',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Stereopilot").injectInside($('root'));
+ }
+ if ($('Stereopilot').className != 'node') {
+ $('Stereopilot').className = 'node';
+ $('Stereopilot').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006CrashtoCome',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Crash to Come");
+ el.files = new Hash({ "0" : "/Stereopilot/2006 - Crash to Come/Crash_To_Come.mp3","1" : "/Stereopilot/2006 - Crash to Come/Follow.mp3","2" : "/Stereopilot/2006 - Crash to Come/Paperwall.mp3","3" : "/Stereopilot/2006 - Crash to Come/Wooden_Shell.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "" });
+ el.artist = new Hash({ "0" : "Stereo.Pilot","1" : "Stereo.Pilot","2" : "Stereo.Pilot","3" : "Stereo.Pilot" });
+ el.album = new Hash({ "0" : "Crash To Come","1" : "Crash To Come","2" : "Crash To Come","3" : "Crash To Come" });
+ el.titles = new Hash({ "0" : "Crash To Come","1" : "Follow","2" : "Paperwall","3" : "Wooden Shell" });
+ el.injectInside($('Stereopilot'));
+ if (!$('SystemofaDown')) {
+ new Element('DIV', {
+ 'id': 'SystemofaDown',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("System of a Down").injectInside($('root'));
+ }
+ if ($('SystemofaDown').className != 'node') {
+ $('SystemofaDown').className = 'node';
+ $('SystemofaDown').
+ }
+ var el = new Element('DIV', {
+ 'id': 'System_Of_A_DownHypnotize2005',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("System_Of_A_Down-Hypnotize-2005");
+ el.files = new Hash({ "0" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/01 - Attack.mp3","1" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/02 - Dreaming.mp3","2" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/03 - Kill Rock 'N Roll.mp3","3" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/04 - Hypnotize.mp3","4" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/05 - Stealing Society.mp3","5" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/06 - Tentative.mp3","6" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/07 - U-Fig.mp3","7" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/08 - Holy Mountains.mp3","8" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/09 - Vicinity of Obscenity.mp3","9" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/10 - She's Like Heroin.mp3","10" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/11 - Lonely Day.mp3","11" : "/System of a Down/System_Of_A_Down-Hypnotize-2005/12 - Soldier Side.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "System of a Down","1" : "System of a Down","2" : "System of a Down","3" : "System of a Down","4" : "System of a Down","5" : "System of a Down","6" : "System of a Down","7" : "System of a Down","8" : "System of a Down","9" : "System of a Down","10" : "System of a Down","11" : "System of a Down" });
+ el.album = new Hash({ "0" : "Hypnotize","1" : "Hypnotize","2" : "Hypnotize","3" : "Hypnotize","4" : "Hypnotize","5" : "Hypnotize","6" : "Hypnotize","7" : "Hypnotize","8" : "Hypnotize","9" : "Hypnotize","10" : "Hypnotize","11" : "Hypnotize" });
+ el.titles = new Hash({ "0" : "Attack","1" : "Dreaming","2" : "Kill Rock 'N Roll","3" : "Hypnotize","4" : "Stealing Society","5" : "Tentative","6" : "U-Fig","7" : "Holy Mountains","8" : "Vicinity of Obscenity","9" : "She's Like Heroin","10" : "Lonely Day","11" : "Soldier Side" });
+ el.injectInside($('SystemofaDown'));
+ if (!$('SystemofaDown')) {
+ new Element('DIV', {
+ 'id': 'SystemofaDown',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("System of a Down").injectInside($('root'));
+ }
+ if ($('SystemofaDown').className != 'node') {
+ $('SystemofaDown').className = 'node';
+ $('SystemofaDown').
+ }
+ var el = new Element('DIV', {
+ 'id': 'System_Of_A_DownMezmerize2005RNS',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("System_Of_A_Down-Mezmerize-2005-RNS");
+ el.files = new Hash({ "0" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/01-system_of_a_down-soldier_side-intro.mp3","1" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/02-system_of_a_down-byob.mp3","2" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/03-system_of_a_down-revenga.mp3","3" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/04-system_of_a_down-cigaro.mp3","4" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/05-system_of_a_down-radio-video.mp3","5" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/06-system_of_a_down-this_cocaine_makes_me_feel_like_im_on_this_song.mp3","6" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/07-system_of_a_down-violent_pornography.mp3","7" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/08-system_of_a_down-question.mp3","8" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/09-system_of_a_down-sad_statue.mp3","9" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/10-system_of_a_down-old_school_hollywood.mp3","10" : "/System of a Down/System_Of_A_Down-Mezmerize-2005-RNS/11-system_of_a_down-lost_in_hollywood.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "System Of A Down","1" : "System Of A Down","2" : "System Of A Down","3" : "System Of A Down","4" : "System Of A Down","5" : "System Of A Down","6" : "System Of A Down","7" : "System Of A Down","8" : "System Of A Down","9" : "System Of A Down","10" : "System Of A Down" });
+ el.album = new Hash({ "0" : "Mezmerize","1" : "Mezmerize","2" : "Mezmerize","3" : "Mezmerize","4" : "Mezmerize","5" : "Mezmerize","6" : "Mezmerize","7" : "Mezmerize","8" : "Mezmerize","9" : "Mezmerize","10" : "Mezmerize" });
+ el.titles = new Hash({ "0" : "Soldier Side/Intro","1" : "B.Y.O.B.","2" : "Revenga","3" : "Cigaro","4" : "Radio/Video","5" : "This Cocaine Makes Me Feel Like I'm On This Song","6" : "Violent Pornography","7" : "Question!","8" : "Sad Statue","9" : "Old School Hollywood","10" : "Lost In Hollywood" });
+ el.injectInside($('SystemofaDown'));
+ if (!$('SystemofaDown')) {
+ new Element('DIV', {
+ 'id': 'SystemofaDown',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("System of a Down").injectInside($('root'));
+ }
+ if ($('SystemofaDown').className != 'node') {
+ $('SystemofaDown').className = 'node';
+ $('SystemofaDown').
+ }
+ var el = new Element('DIV', {
+ 'id': 'System_Of_A_DownSteal_This_Album2002RNS',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("System_Of_A_Down-Steal_This_Album-2002-RNS");
+ el.files = new Hash({ "0" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/01-system_of_a_down-chic_n_stu-rns.mp3","1" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/02-system_of_a_down-innervision-rns.mp3","2" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/03-system_of_a_down-bubbles-rns.mp3","3" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/04-system_of_a_down-boom-rns.mp3","4" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/05-system_of_a_down-nuguns-rns.mp3","5" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/06-system_of_a_down-add-rns.mp3","6" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/07-system_of_a_down-mr_jack-rns.mp3","7" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/08-system_of_a_down-ieaiaio-rns.mp3","8" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/09-system_of_a_down-36-rns.mp3","9" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/10-system_of_a_down-pictures-rns.mp3","10" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/11-system_of_a_down-highway_song-rns.mp3","11" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/12-system_of_a_down-fuck_the_system-rns.mp3","12" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/13-system_of_a_down-ego_brain-rns.mp3","13" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/14-system_of_a_down-thetawaves-rns.mp3","14" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/15-system_of_a_down-roulette-rns.mp3","15" : "/System of a Down/System_Of_A_Down-Steal_This_Album-2002-RNS/16-system_of_a_down-streamline-rns.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16" });
+ el.artist = new Hash({ "0" : "System Of A Down","1" : "System Of A Down","2" : "System Of A Down","3" : "System Of A Down","4" : "System Of A Down","5" : "System Of A Down","6" : "System Of A Down","7" : "System Of A Down","8" : "System Of A Down","9" : "System Of A Down","10" : "System Of A Down","11" : "System Of A Down","12" : "System Of A Down","13" : "System Of A Down","14" : "System Of A Down","15" : "System Of A Down" });
+ el.album = new Hash({ "0" : "Steal This Album!","1" : "Steal This Album!","2" : "Steal This Album!","3" : "Steal This Album!","4" : "Steal This Album!","5" : "Steal This Album!","6" : "Steal This Album!","7" : "Steal This Album!","8" : "Steal This Album!","9" : "Steal This Album!","10" : "Steal This Album!","11" : "Steal This Album!","12" : "Steal This Album!","13" : "Steal This Album!","14" : "Steal This Album!","15" : "Steal This Album!" });
+ el.titles = new Hash({ "0" : "Chic 'N' Stu","1" : "Innervision","2" : "Bubbles","3" : "Boom!","4" : "Nuguns","5" : "A.D.D.","6" : "Mr. Jack","7" : "I-E-A-I-A-I-O","8" : "36","9" : "Pictures","10" : "Highway Song","11" : "Fuck The System","12" : "Ego Brain","13" : "Thetawaves","14" : "Roulette","15" : "Streamline" });
+ el.injectInside($('SystemofaDown'));
+ if (!$('SystemofaDown')) {
+ new Element('DIV', {
+ 'id': 'SystemofaDown',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("System of a Down").injectInside($('root'));
+ }
+ if ($('SystemofaDown').className != 'node') {
+ $('SystemofaDown').className = 'node';
+ $('SystemofaDown').
+ }
+ var el = new Element('DIV', {
+ 'id': 'System_Of_A_DownToxicity2001PMS',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("System_Of_A_Down-Toxicity-2001-PMS");
+ el.files = new Hash({ "0" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/01-system_of_a_down-prison_song-pms.mp3","1" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/02-system_of_a_down-needles-pms.mp3","2" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/03-system_of_a_down-deer_dance-pms.mp3","3" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/04-system_of_a_down-jet_pilot-pms.mp3","4" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/05-system_of_a_down-x-pms.mp3","5" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/06-system_of_a_down-chop_suey-pms.mp3","6" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/07-system_of_a_down-bounce-pms.mp3","7" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/08-system_of_a_down-forest-pms.mp3","8" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/09-system_of_a_down-atwa-pms.mp3","9" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/10-system_of_a_down-science-pms.mp3","10" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/11-system_of_a_down-shimmy-pms.mp3","11" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/12-system_of_a_down-version_7-0-pms.mp3","12" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/13-system_of_a_down-psycho-pms.mp3","13" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/14-system_of_a_down-aerials-pms.mp3","14" : "/System of a Down/System_Of_A_Down-Toxicity-2001-PMS/15-system_of_a_down-outro_(hidden_track)-pms.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "System of a Down","1" : "System of a Down","2" : "System of a Down","3" : "System of a Down","4" : "System of a Down","5" : "System of a Down","6" : "System of a Down","7" : "System of a Down","8" : "System of a Down","9" : "System of a Down","10" : "System of a Down","11" : "System of a Down","12" : "System of a Down","13" : "System of a Down","14" : "System of a Down" });
+ el.album = new Hash({ "0" : "Toxicity","1" : "Toxicity","2" : "Toxicity","3" : "Toxicity","4" : "Toxicity","5" : "Toxicity","6" : "Toxicity","7" : "Toxicity","8" : "Toxicity","9" : "Toxicity","10" : "Toxicity","11" : "Toxicity","12" : "Toxicity","13" : "Toxicity","14" : "Toxicity" });
+ el.titles = new Hash({ "0" : "Prison Song","1" : "Needles","2" : "Deer Dance","3" : "Jet Pilot","4" : "X","5" : "Chop Suey","6" : "Bounce","7" : "Forest","8" : "ATWA","9" : "Science","10" : "Shimmy","11" : "Version 7-0","12" : "Psycho","13" : "Aerials","14" : "Outro (hidden track)" });
+ el.injectInside($('SystemofaDown'));
+ if (!$('SystemofaDown')) {
+ new Element('DIV', {
+ 'id': 'SystemofaDown',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("System of a Down").injectInside($('root'));
+ }
+ if ($('SystemofaDown').className != 'node') {
+ $('SystemofaDown').className = 'node';
+ $('SystemofaDown').
+ }
+ var el = new Element('DIV', {
+ 'id': 'System_Of_A_Down__Toxicity_IIAdvance2002EdeN',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN");
+ el.files = new Hash({ "0" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/01_system_of_a_down_-_everytime-eden.mp3","1" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/02_system_of_a_down_-_streamline-eden.mp3","2" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/03_system_of_a_down_-_virginity-eden.mp3","3" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/04_system_of_a_down_-_waiting_for_you_(version_1)-eden.mp3","4" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/05_system_of_a_down_-_we_dont_give_a-eden.mp3","5" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/06_system_of_a_down_-_side_of_the_freeway-eden.mp3","6" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/07_system_of_a_down_-_on_my_mind-eden.mp3","7" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/08_system_of_a_down_-_want_me_to_try-eden.mp3","8" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/09_system_of_a_down_-_why-eden.mp3","9" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/10_system_of_a_down_-_power_struggle-eden.mp3","10" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/11_system_of_a_down_-_therapy-eden.mp3","11" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/12_system_of_a_down_-_outer_space-eden.mp3","12" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/13_system_of_a_down_-_your_own_pace-eden.mp3","13" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/14_system_of_a_down_-_defy_you-eden.mp3","14" : "/System of a Down/System_Of_A_Down_-_Toxicity_II-Advance-2002-EdeN/15_system_of_a_down_-_waiting_for_you_(version_2)-eden.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "" });
+ el.artist = new Hash({ "0" : "System of A Down","1" : "System of A Down","2" : "System of A Down","3" : "System of A Down","4" : "System of A Down","5" : "System of A Down","6" : "System of A Down","7" : "System of A Down","8" : "System of A Down","9" : "System of A Down","10" : "System of A Down","11" : "System of A Down","12" : "System of A Down","13" : "System of A Down","14" : "System of A Down" });
+ el.album = new Hash({ "0" : "Toxicity II Demo","1" : "Toxicity II Demo","2" : "Toxicity II Demo","3" : "Toxicity II Demo","4" : "Toxicity II Demo","5" : "Toxicity II Demo","6" : "Toxicity II Demo","7" : "Toxicity II Demo","8" : "Toxicity II Demo","9" : "Toxicity II Demo","10" : "Toxicity II Demo","11" : "Toxicity II Demo","12" : "Toxicity II Demo","13" : "Toxicity II Demo","14" : "Toxicity II Demo" });
+ el.titles = new Hash({ "0" : "Everytime","1" : "Streamline","2" : "Virginity","3" : "Waiting for You (Version 1)","4" : "We Dont Give a","5" : "Side of the Freeway","6" : "On My Mind","7" : "Want Me to Try","8" : "Why","9" : "Power Struggle","10" : "Therapy","11" : "Outer Space","12" : "Your Own Pace","13" : "Defy You","14" : "Waiting for You (Version 2)" });
+ el.injectInside($('SystemofaDown'));
+ if (!$('The69Eyes')) {
+ new Element('DIV', {
+ 'id': 'The69Eyes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The 69 Eyes").injectInside($('root'));
+ }
+ if ($('The69Eyes').className != 'node') {
+ $('The69Eyes').className = 'node';
+ $('The69Eyes').
+ }
+ var el = new Element('DIV', {
+ 'id': '2002ParisKills',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2002 - Paris Kills");
+ el.files = new Hash({ "0" : "/The 69 Eyes/2002 - Paris Kills/01 - The 69 Eyes - Crashing High.mp3","1" : "/The 69 Eyes/2002 - Paris Kills/02 - The 69 Eyes - Dance D 'Amour.mp3","2" : "/The 69 Eyes/2002 - Paris Kills/03 - The 69 Eyes - Betty Blue.mp3","3" : "/The 69 Eyes/2002 - Paris Kills/04 - The 69 Eyes - Grey.mp3","4" : "/The 69 Eyes/2002 - Paris Kills/05 - The 69 Eyes - Radical.mp3","5" : "/The 69 Eyes/2002 - Paris Kills/06 - The 69 Eyes - Don't Turn Your Back On Fear.mp3","6" : "/The 69 Eyes/2002 - Paris Kills/07 - The 69 Eyes - Stigmata.mp3","7" : "/The 69 Eyes/2002 - Paris Kills/08 - The 69 Eyes - Forever More.mp3","8" : "/The 69 Eyes/2002 - Paris Kills/09 - The 69 Eyes - Still Waters Run Deep.mp3","9" : "/The 69 Eyes/2002 - Paris Kills/10 - The 69 Eyes - Dawn's Highway.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "The 69 Eyes","1" : "The 69 Eyes","2" : "The 69 Eyes","3" : "The 69 Eyes","4" : "The 69 Eyes","5" : "The 69 Eyes","6" : "The 69 Eyes","7" : "The 69 Eyes","8" : "The 69 Eyes","9" : "The 69 Eyes" });
+ el.album = new Hash({ "0" : "Paris Kills","1" : "Paris Kills","2" : "Paris Kills","3" : "Paris Kills","4" : "Paris Kills","5" : "Paris Kills","6" : "Paris Kills","7" : "Paris Kills","8" : "Paris Kills","9" : "Paris Kills" });
+ el.titles = new Hash({ "0" : "Crashing High","1" : "Dance D 'Amour","2" : "Betty Blue","3" : "Grey","4" : "Radical","5" : "Don't Turn Your Back On Fear","6" : "Stigmata","7" : "Forever More","8" : "Still Waters Run Deep","9" : "Dawn's Highway" });
+ el.injectInside($('The69Eyes'));
+ if (!$('The69Eyes')) {
+ new Element('DIV', {
+ 'id': 'The69Eyes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The 69 Eyes").injectInside($('root'));
+ }
+ if ($('The69Eyes').className != 'node') {
+ $('The69Eyes').className = 'node';
+ $('The69Eyes').
+ }
+ if (!$('2004Devils')) {
+ new Element('DIV', {
+ 'id': '2004Devils',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2004 - Devils").injectInside($('The69Eyes'));
+ }
+ if ($('2004Devils').className != 'node') {
+ $('2004Devils').className = 'node';
+ $('2004Devils').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Devils',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Devils");
+ el.files = new Hash({ "0" : "/The 69 Eyes/2004 - Devils/Devils/01 Devils.mp3","1" : "/The 69 Eyes/2004 - Devils/Devils/02 Feel Berlin.mp3","2" : "/The 69 Eyes/2004 - Devils/Devils/03 Nothing On You.mp3","3" : "/The 69 Eyes/2004 - Devils/Devils/04 Sister Of Charity.mp3","4" : "/The 69 Eyes/2004 - Devils/Devils/05 Lost Boys.mp3","5" : "/The 69 Eyes/2004 - Devils/Devils/06 Jimmy.mp3","6" : "/The 69 Eyes/2004 - Devils/Devils/07 August Moon.mp3","7" : "/The 69 Eyes/2004 - Devils/Devils/08 Beneath The Blue.mp3","8" : "/The 69 Eyes/2004 - Devils/Devils/09 Christina Death.mp3","9" : "/The 69 Eyes/2004 - Devils/Devils/10 Hevioso.mp3","10" : "/The 69 Eyes/2004 - Devils/Devils/11 Only You Can Save Me.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "The 69 Eyes","1" : "The 69 Eyes","2" : "The 69 Eyes","3" : "The 69 Eyes","4" : "The 69 Eyes","5" : "The 69 Eyes","6" : "The 69 Eyes","7" : "The 69 Eyes","8" : "The 69 Eyes","9" : "The 69 Eyes","10" : "The 69 Eyes" });
+ el.album = new Hash({ "0" : "Devils","1" : "Devils","2" : "Devils","3" : "Devils","4" : "Devils","5" : "Devils","6" : "Devils","7" : "Devils","8" : "Devils","9" : "Devils","10" : "Devils" });
+ el.titles = new Hash({ "0" : "Devils","1" : "Feel Berlin","2" : "Nothing On You","3" : "Sister Of Charity","4" : "Lost Boys","5" : "Jimmy","6" : "August Moon","7" : "Beneath The Blue","8" : "Christina Death","9" : "Hevioso","10" : "Only You Can Save Me" });
+ el.injectInside($('2004Devils'));
+ if (!$('The69Eyes')) {
+ new Element('DIV', {
+ 'id': 'The69Eyes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The 69 Eyes").injectInside($('root'));
+ }
+ if ($('The69Eyes').className != 'node') {
+ $('The69Eyes').className = 'node';
+ $('The69Eyes').
+ }
+ if (!$('2004Devils')) {
+ new Element('DIV', {
+ 'id': '2004Devils',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2004 - Devils").injectInside($('The69Eyes'));
+ }
+ if ($('2004Devils').className != 'node') {
+ $('2004Devils').className = 'node';
+ $('2004Devils').
+ }
+ var el = new Element('DIV', {
+ 'id': 'LostBoysCDSingle',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Lost Boys (CD-Single)");
+ el.files = new Hash({ "0" : "/The 69 Eyes/2004 - Devils/Lost Boys (CD-Single)/01 Lost Boys.mp3" });
+ el.track = new Hash({ "0" : "1" });
+ el.artist = new Hash({ "0" : "The 69 Eyes" });
+ el.album = new Hash({ "0" : "Lost Boys (CD-Single)" });
+ el.titles = new Hash({ "0" : "Lost Boys" });
+ el.injectInside($('2004Devils'));
+ if (!$('The69Eyes')) {
+ new Element('DIV', {
+ 'id': 'The69Eyes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The 69 Eyes").injectInside($('root'));
+ }
+ if ($('The69Eyes').className != 'node') {
+ $('The69Eyes').className = 'node';
+ $('The69Eyes').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Angels',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Angels");
+ el.files = new Hash({ "0" : "/The 69 Eyes/2007 - Angels/01-the_69_eyes-angels-ser.mp3","1" : "/The 69 Eyes/2007 - Angels/02-the_69_eyes-never_say_die-ser.mp3","2" : "/The 69 Eyes/2007 - Angels/03-the_69_eyes-rocker-ser.mp3","3" : "/The 69 Eyes/2007 - Angels/04-the_69_eyes-ghost-ser.mp3","4" : "/The 69 Eyes/2007 - Angels/05-the_69_eyes-perfect_skin-ser.mp3","5" : "/The 69 Eyes/2007 - Angels/06-the_69_eyes-wings_and_hearts-ser.mp3","6" : "/The 69 Eyes/2007 - Angels/07-the_69_eyes-star_of_fate-ser.mp3","7" : "/The 69 Eyes/2007 - Angels/08-the_69_eyes-los_angeles-ser.mp3","8" : "/The 69 Eyes/2007 - Angels/09-the_69_eyes-in_my_name-ser.mp3","9" : "/The 69 Eyes/2007 - Angels/10-the_69_eyes-shadow_of_your_love-ser.mp3","10" : "/The 69 Eyes/2007 - Angels/11-the_69_eyes-frankenhooker-ser.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "The 69 Eyes","1" : "The 69 Eyes","2" : "The 69 Eyes","3" : "The 69 Eyes","4" : "The 69 Eyes","5" : "The 69 Eyes","6" : "The 69 Eyes","7" : "The 69 Eyes","8" : "The 69 Eyes","9" : "The 69 Eyes","10" : "The 69 Eyes" });
+ el.album = new Hash({ "0" : "Angels","1" : "Angels","2" : "Angels","3" : "Angels","4" : "Angels","5" : "Angels","6" : "Angels","7" : "Angels","8" : "Angels","9" : "Angels","10" : "Angels" });
+ el.titles = new Hash({ "0" : "Angels","1" : "Never Say Die","2" : "Rocker","3" : "Ghost","4" : "Perfect Skin","5" : "Wings & Hearts","6" : "Star Of Fate","7" : "Los Angeles","8" : "In My Name","9" : "Shadow Of Your Love","10" : "Frankenhooker" });
+ el.injectInside($('The69Eyes'));
+ if (!$('The69Eyes')) {
+ new Element('DIV', {
+ 'id': 'The69Eyes',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The 69 Eyes").injectInside($('root'));
+ }
+ if ($('The69Eyes').className != 'node') {
+ $('The69Eyes').className = 'node';
+ $('The69Eyes').
+ }
+ if (!$('2007Angels')) {
+ new Element('DIV', {
+ 'id': '2007Angels',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2007 - Angels").injectInside($('The69Eyes'));
+ }
+ if ($('2007Angels').className != 'node') {
+ $('2007Angels').className = 'node';
+ $('2007Angels').
+ }
+ var el = new Element('DIV', {
+ 'id': 'The_69_EyesAngelsBonus_DVD2007',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The_69_Eyes-Angels-Bonus_DVD-2007");
+ el.files = new Hash({ "0" : "/The 69 Eyes/2007 - Angels/The_69_Eyes-Angels-Bonus_DVD-2007/01-the_69_eyes-devils-ser.mp3","1" : "/The 69 Eyes/2007 - Angels/The_69_Eyes-Angels-Bonus_DVD-2007/02-the_69_eyes-christina_death-ser.mp3","2" : "/The 69 Eyes/2007 - Angels/The_69_Eyes-Angels-Bonus_DVD-2007/03-the_69_eyes-feel_berlin-ser.mp3","3" : "/The 69 Eyes/2007 - Angels/The_69_Eyes-Angels-Bonus_DVD-2007/04-the_69_eyes-lost_boys-ser.mp3","4" : "/The 69 Eyes/2007 - Angels/The_69_Eyes-Angels-Bonus_DVD-2007/05-the_69_eyes-i_just_want_to_have_something_to_do-ser.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5" });
+ el.artist = new Hash({ "0" : "The 69 Eyes","1" : "The 69 Eyes","2" : "The 69 Eyes","3" : "The 69 Eyes","4" : "The 69 Eyes" });
+ el.album = new Hash({ "0" : "Angels (Bonus DVD)","1" : "Angels (Bonus DVD)","2" : "Angels (Bonus DVD)","3" : "Angels (Bonus DVD)","4" : "Angels (Bonus DVD)" });
+ el.titles = new Hash({ "0" : "Devils","1" : "Christina Death","2" : "Feel Berlin","3" : "Lost Boys","4" : "I Just Want To Have Something To Do" });
+ el.injectInside($('2007Angels'));
+ if (!$('TheAquabatsFullDiscography')) {
+ new Element('DIV', {
+ 'id': 'TheAquabatsFullDiscography',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Aquabats Full Discography").injectInside($('root'));
+ }
+ if ($('TheAquabatsFullDiscography').className != 'node') {
+ $('TheAquabatsFullDiscography').className = 'node';
+ $('TheAquabatsFullDiscography').
+ }
+ var el = new Element('DIV', {
+ 'id': 'AquabatsVsTheFloatingEyeOfDeath',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Aquabats Vs. The Floating Eye Of Death!");
+ el.files = new Hash({ "0" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 01 - Sequence Erase.mp3","1" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 02 - Giant Robot-Birdhead.mp3","2" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 03 - Anti-Matter.mp3","3" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 04 - Lotto Fever.mp3","4" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 05 - Lovers of Loving Love.mp3","5" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 06 - Chemical Bomb.mp3","6" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 07 - The Man With Glooey Hands.mp3","7" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 08 - Monsters Wedding.mp3","8" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 09 - The Ballad Of Mr. Bonkers.mp3","9" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 10 - Canis Lupus.mp3","10" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 11 - Tiny Pants.mp3","11" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 12 - The Thing on the Bass Amp.mp3","12" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 13 - Amino Man.mp3","13" : "/The Aquabats Full Discography/Aquabats Vs. The Floating Eye Of Death!/The Aquabats - Aquabats Vs. The Floating Eye Of Death! - 14 - Hello, Goodnight.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "The Aquabats","1" : "The Aquabats","2" : "The Aquabats","3" : "The Aquabats","4" : "The Aquabats","5" : "The Aquabats","6" : "The Aquabats","7" : "The Aquabats","8" : "The Aquabats","9" : "The Aquabats","10" : "The Aquabats","11" : "The Aquabats","12" : "The Aquabats","13" : "The Aquabats" });
+ el.album = new Hash({ "0" : "Aquabats Vs. The Floating Eye Of Death!","1" : "Aquabats Vs. The Floating Eye Of Death!","2" : "Aquabats Vs. The Floating Eye Of Death!","3" : "Aquabats Vs. The Floating Eye Of Death!","4" : "Aquabats Vs. The Floating Eye Of Death!","5" : "Aquabats Vs. The Floating Eye Of Death!","6" : "Aquabats Vs. The Floating Eye Of Death!","7" : "Aquabats Vs. The Floating Eye Of Death!","8" : "Aquabats Vs. The Floating Eye Of Death!","9" : "Aquabats Vs. The Floating Eye Of Death!","10" : "Aquabats Vs. The Floating Eye Of Death!","11" : "Aquabats Vs. The Floating Eye Of Death!","12" : "Aquabats Vs. The Floating Eye Of Death!","13" : "Aquabats Vs. The Floating Eye Of Death!" });
+ el.titles = new Hash({ "0" : "Sequence Erase","1" : "Giant Robot-Birdhead","2" : "Anti-Matter","3" : "Lotto Fever","4" : "Lovers of Loving Love","5" : "Chemical Bomb","6" : "The Man With Glooey Hands","7" : "Monsters Wedding","8" : "The Ballad Of Mr. Bonkers","9" : "Canis Lupus","10" : "Tiny Pants","11" : "The Thing on the Bass Amp","12" : "Amino Man","13" : "Hello, Goodnight" });
+ el.injectInside($('TheAquabatsFullDiscography'));
+ if (!$('TheAquabatsFullDiscography')) {
+ new Element('DIV', {
+ 'id': 'TheAquabatsFullDiscography',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Aquabats Full Discography").injectInside($('root'));
+ }
+ if ($('TheAquabatsFullDiscography').className != 'node') {
+ $('TheAquabatsFullDiscography').className = 'node';
+ $('TheAquabatsFullDiscography').
+ }
+ var el = new Element('DIV', {
+ 'id': 'MythsLegendsandOtherAmazingAdventuresVol2',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Myths, Legends and Other Amazing Adventures Vol. 2");
+ el.files = new Hash({ "0" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/01 Robot Theme Song.mp3","1" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/02 Hey Luno.mp3","2" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/03 Pool Party.mp3","3" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/04 Pizza Day.mp3","4" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/05 Dear Spike.mp3","5" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/06 I Felll Asleep On My Arm.mp3","6" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/07 Radiation Song.mp3","7" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/08 Adventure Today.mp3","8" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/09 The Baker.mp3","9" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/10 Danger Woman.mp3","10" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/11 Worms Make Dirt.mp3","11" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/12 Sandy Face.mp3","12" : "/The Aquabats Full Discography/Myths, Legends and Other Amazing Adventures Vol. 2/13 The Wild Sea.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "The Aquabats","1" : "The Aquabats","2" : "The Aquabats","3" : "The Aquabats","4" : "The Aquabats","5" : "The Aquabats","6" : "The Aquabats","7" : "The Aquabats","8" : "The Aquabats","9" : "The Aquabats","10" : "The Aquabats","11" : "The Aquabats","12" : "The Aquabats" });
+ el.album = new Hash({ "0" : "Myths, Legends and Other Amazing Adventures Vol. 2","1" : "Myths, Legends and Other Amazing Adventures Vol. 2","2" : "Myths, Legends and Other Amazing Adventures Vol. 2","3" : "Myths, Legends and Other Amazing Adventures Vol. 2","4" : "Myths, Legends and Other Amazing Adventures Vol. 2","5" : "Myths, Legends and Other Amazing Adventures Vol. 2","6" : "Myths, Legends and Other Amazing Adventures Vol. 2","7" : "Myths, Legends and Other Amazing Adventures Vol. 2","8" : "Myths, Legends and Other Amazing Adventures Vol. 2","9" : "Myths, Legends and Other Amazing Adventures Vol. 2","10" : "Myths, Legends and Other Amazing Adventures Vol. 2","11" : "Myths, Legends and Other Amazing Adventures Vol. 2","12" : "Myths, Legends and Other Amazing Adventures Vol. 2" });
+ el.titles = new Hash({ "0" : "Robot Theme Song","1" : "Hey Luno","2" : "Pool Party","3" : "Pizza Day","4" : "Dear Spike","5" : "I Felll Asleep On My Arm","6" : "Radiation Song","7" : "Adventure Today","8" : "The Baker","9" : "Danger Woman","10" : "Worms Make Dirt","11" : "Sandy Face","12" : "The Wild Sea" });
+ el.injectInside($('TheAquabatsFullDiscography'));
+ if (!$('TheAquabatsFullDiscography')) {
+ new Element('DIV', {
+ 'id': 'TheAquabatsFullDiscography',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Aquabats Full Discography").injectInside($('root'));
+ }
+ if ($('TheAquabatsFullDiscography').className != 'node') {
+ $('TheAquabatsFullDiscography').className = 'node';
+ $('TheAquabatsFullDiscography').
+ }
+ var el = new Element('DIV', {
+ 'id': 'TheFuryOfTheAquabats',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The Fury Of The Aquabats");
+ el.files = new Hash({ "0" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 01 - super rad.mp3","1" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 02 - red sweater.mp3","2" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 03 - magic chicken.mp3","3" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 04 - Fight song.mp3","4" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 05 - cat with 2 heads.mp3","5" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 06 - the story of nothing.mp3","6" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 07 - captain hampton and the midget pirates.mp3","7" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 08 - martian girl.mp3","8" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 09 - attacked by snakes.mp3","9" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 10 - idiot box.mp3","10" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 11 - powdered milk man.mp3","11" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 12 - my skateboard.mp3","12" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 13 - phantasma del mar.mp3","13" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 14 - Lobster Bucket.mp3","14" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 15 - theme song.mp3","15" : "/The Aquabats Full Discography/The Fury Of The Aquabats/The Aquabats - The Fury Of The Aquabats - 16 - playdough.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16" });
+ el.artist = new Hash({ "0" : "The Aquabats","1" : "The Aquabats","2" : "The Aquabats","3" : "The Aquabats","4" : "The Aquabats","5" : "The Aquabats","6" : "The Aquabats","7" : "The Aquabats","8" : "The Aquabats","9" : "The Aquabats","10" : "The Aquabats","11" : "The Aquabats","12" : "The Aquabats","13" : "The Aquabats","14" : "The Aquabats","15" : "The Aquabats" });
+ el.album = new Hash({ "0" : "The Fury Of The Aquabats","1" : "The Fury Of The Aquabats","2" : "The Fury Of The Aquabats","3" : "The Fury Of The Aquabats","4" : "The Fury Of The Aquabats","5" : "The Fury Of The Aquabats","6" : "The Fury Of The Aquabats","7" : "The Fury Of The Aquabats","8" : "The Fury Of The Aquabats","9" : "The Fury Of The Aquabats","10" : "The Fury Of The Aquabats","11" : "The Fury Of The Aquabats","12" : "The Fury Of The Aquabats","13" : "The Fury Of The Aquabats","14" : "The Fury Of The Aquabats","15" : "The Fury Of The Aquabats" });
+ el.titles = new Hash({ "0" : "super rad","1" : "red sweater","2" : "magic chicken","3" : "Fight song","4" : "cat with 2 heads","5" : "the story of nothing","6" : "captain hampton and the midget pirates","7" : "martian girl","8" : "attacked by snakes","9" : "idiot box","10" : "powdered milk man","11" : "my skateboard","12" : "phantasma del mar","13" : "Lobster Bucket","14" : "theme song","15" : "playdough" });
+ el.injectInside($('TheAquabatsFullDiscography'));
+ if (!$('TheAquabatsFullDiscography')) {
+ new Element('DIV', {
+ 'id': 'TheAquabatsFullDiscography',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Aquabats Full Discography").injectInside($('root'));
+ }
+ if ($('TheAquabatsFullDiscography').className != 'node') {
+ $('TheAquabatsFullDiscography').className = 'node';
+ $('TheAquabatsFullDiscography').
+ }
+ var el = new Element('DIV', {
+ 'id': 'TheReturnOfTheAquabats',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The Return Of The Aquabats");
+ el.files = new Hash({ "0" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 01 - playdough.mp3","1" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 02 - Martian Girl.mp3","2" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 03 - Ska Robot Army.mp3","3" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 04 - Idiot box.mp3","4" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 05 - Pinch and roll.mp3","5" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 06 - Tarantula.MP3","6" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 07 - Marshmallow Man.mp3","7" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 08 - Aquabat March.mp3","8" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 09 - CD Repo Man.mp3","9" : "/The Aquabats Full Discography/The Return Of The Aquabats/The Aquabats - The Return Of The Aquabats - 10 - Its Crazy Man.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "The Aquabats","1" : "The Aquabats","2" : "The Aquabats","3" : "The Aquabats","4" : "The Aquabats","5" : "The Aquabats","6" : "The Aquabats","7" : "The Aquabats","8" : "The Aquabats","9" : "The Aquabats" });
+ el.album = new Hash({ "0" : "The Return Of The Aquabats","1" : "The Return Of The Aquabats","2" : "The Return Of The Aquabats","3" : "The Return Of The Aquabats","4" : "The Return Of The Aquabats","5" : "The Return Of The Aquabats","6" : "The Return Of The Aquabats","7" : "The Return Of The Aquabats","8" : "The Return Of The Aquabats","9" : "The Return Of The Aquabats" });
+ el.titles = new Hash({ "0" : "playdough","1" : "Martian Girl","2" : "Ska Robot Army","3" : "Idiot box","4" : "Pinch and roll","5" : "Tarantula","6" : "Marshmallow Man","7" : "Aquabat March","8" : "CD Repo Man","9" : "Its Crazy Man" });
+ el.injectInside($('TheAquabatsFullDiscography'));
+ if (!$('TheAquabatsFullDiscography')) {
+ new Element('DIV', {
+ 'id': 'TheAquabatsFullDiscography',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Aquabats Full Discography").injectInside($('root'));
+ }
+ if ($('TheAquabatsFullDiscography').className != 'node') {
+ $('TheAquabatsFullDiscography').className = 'node';
+ $('TheAquabatsFullDiscography').
+ }
+ var el = new Element('DIV', {
+ 'id': 'YoCheckOutThisRide',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Yo, Check Out This Ride");
+ el.files = new Hash({ "0" : "/The Aquabats Full Discography/Yo, Check Out This Ride/the aquabats - Yo Check Out This Ride - 01 - yo check out this ride.mp3","1" : "/The Aquabats Full Discography/Yo, Check Out This Ride/the aquabats - Yo Check Out This Ride - 02 - todd-1 in space mountain land.mp3","2" : "/The Aquabats Full Discography/Yo, Check Out This Ride/the aquabats - Yo Check Out This Ride - 03 - zero hour.mp3","3" : "/The Aquabats Full Discography/Yo, Check Out This Ride/the aquabats - Yo Check Out This Ride - 04 - big sky.mp3","4" : "/The Aquabats Full Discography/Yo, Check Out This Ride/the aquabats - Yo Check Out This Ride - 05 - throw away the trash.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5" });
+ el.artist = new Hash({ "0" : "the aquabats","1" : "the aquabats","2" : "the aquabats","3" : "the aquabats","4" : "the aquabats" });
+ el.album = new Hash({ "0" : "Yo Check Out This Ride","1" : "Yo Check Out This Ride","2" : "Yo Check Out This Ride","3" : "Yo Check Out This Ride","4" : "Yo Check Out This Ride" });
+ el.titles = new Hash({ "0" : "yo check out this ride","1" : "todd-1 in space mountain land","2" : "zero hour","3" : "big sky","4" : "throw away the trash" });
+ el.injectInside($('TheAquabatsFullDiscography'));
+ if (!$('TheBloodhoundGang')) {
+ new Element('DIV', {
+ 'id': 'TheBloodhoundGang',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Bloodhound Gang").injectInside($('root'));
+ }
+ if ($('TheBloodhoundGang').className != 'node') {
+ $('TheBloodhoundGang').className = 'node';
+ $('TheBloodhoundGang').
+ }
+ var el = new Element('DIV', {
+ 'id': 'HoorayforBoobies',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Hooray for Boobies");
+ el.files = new Hash({ "0" : "/The Bloodhound Gang/Hooray for Boobies/01 I Hope You Die.mp3","1" : "/The Bloodhound Gang/Hooray for Boobies/02 The Inevitable Return of the Great White Dope.mp3","2" : "/The Bloodhound Gang/Hooray for Boobies/03 Mama's Boy.mp3","3" : "/The Bloodhound Gang/Hooray for Boobies/04 Three Point One Four.mp3","4" : "/The Bloodhound Gang/Hooray for Boobies/05 Mope.mp3","5" : "/The Bloodhound Gang/Hooray for Boobies/06 Yummy Down on This.mp3","6" : "/The Bloodhound Gang/Hooray for Boobies/07 The Ballad of Chasey Lain.mp3","7" : "/The Bloodhound Gang/Hooray for Boobies/08 R.S.V.P.mp3","8" : "/The Bloodhound Gang/Hooray for Boobies/09 Magna Cum Nada.mp3","9" : "/The Bloodhound Gang/Hooray for Boobies/10 The Bad Touch.mp3","10" : "/The Bloodhound Gang/Hooray for Boobies/11 That Cough Came With a Prize.mp3","11" : "/The Bloodhound Gang/Hooray for Boobies/12 Take the Long Way Home.mp3","12" : "/The Bloodhound Gang/Hooray for Boobies/13 Hell Yeah.mp3","13" : "/The Bloodhound Gang/Hooray for Boobies/14 Right Turn Clyde.mp3","14" : "/The Bloodhound Gang/Hooray for Boobies/15 This Is Stupid.mp3","15" : "/The Bloodhound Gang/Hooray for Boobies/16 A Lap Dance Is So Much Better When the Stripper Is Crying.mp3","16" : "/The Bloodhound Gang/Hooray for Boobies/17 The Ten Coolest Things About New Jersey.mp3","17" : "/The Bloodhound Gang/Hooray for Boobies/18 Along Comes Mary.mp3","18" : "/The Bloodhound Gang/Hooray for Boobies/47 Track 47.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "47" });
+ el.artist = new Hash({ "0" : "The Bloodhound Gang","1" : "The Bloodhound Gang","2" : "The Bloodhound Gang","3" : "The Bloodhound Gang","4" : "The Bloodhound Gang","5" : "The Bloodhound Gang","6" : "The Bloodhound Gang","7" : "The Bloodhound Gang","8" : "The Bloodhound Gang","9" : "The Bloodhound Gang","10" : "The Bloodhound Gang","11" : "The Bloodhound Gang","12" : "The Bloodhound Gang","13" : "The Bloodhound Gang","14" : "The Bloodhound Gang","15" : "The Bloodhound Gang","16" : "The Bloodhound Gang","17" : "The Bloodhound Gang","18" : "" });
+ el.album = new Hash({ "0" : "Hooray for Boobies","1" : "Hooray for Boobies","2" : "Hooray for Boobies","3" : "Hooray for Boobies","4" : "Hooray for Boobies","5" : "Hooray for Boobies","6" : "Hooray for Boobies","7" : "Hooray for Boobies","8" : "Hooray for Boobies","9" : "Hooray for Boobies","10" : "Hooray for Boobies","11" : "Hooray for Boobies","12" : "Hooray for Boobies","13" : "Hooray for Boobies","14" : "Hooray for Boobies","15" : "Hooray for Boobies","16" : "Hooray for Boobies","17" : "Hooray for Boobies","18" : "Hooray for Boobies" });
+ el.titles = new Hash({ "0" : "I Hope You Die","1" : "The Inevitable Return of the Great White Dope","2" : "Mama's Boy","3" : "Three Point One Four","4" : "Mope","5" : "Yummy Down on This","6" : "The Ballad of Chasey Lain","7" : "R.S.V.P.","8" : "Magna Cum Nada","9" : "The Bad Touch","10" : "That Cough Came With a Prize","11" : "Take the Long Way Home","12" : "Hell Yeah","13" : "Right Turn Clyde","14" : "This Is Stupid","15" : "A Lap Dance Is So Much Better When the Stripper Is Crying","16" : "The Ten Coolest Things About New Jersey","17" : "Along Comes Mary","18" : "Track 47" });
+ el.injectInside($('TheBloodhoundGang'));
+ if (!$('TheBloodhoundGang')) {
+ new Element('DIV', {
+ 'id': 'TheBloodhoundGang',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Bloodhound Gang").injectInside($('root'));
+ }
+ if ($('TheBloodhoundGang').className != 'node') {
+ $('TheBloodhoundGang').className = 'node';
+ $('TheBloodhoundGang').
+ }
+ var el = new Element('DIV', {
+ 'id': 'OneFierceBeerCoaster',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("One Fierce Beer Coaster");
+ el.files = new Hash({ "0" : "/The Bloodhound Gang/One Fierce Beer Coaster/01 Kiss Me Where It Smells Funny.mp3","1" : "/The Bloodhound Gang/One Fierce Beer Coaster/02 Lift Your Head Up High (And Blow Your Brains Out).mp3","2" : "/The Bloodhound Gang/One Fierce Beer Coaster/03 Fire Water Burn.mp3","3" : "/The Bloodhound Gang/One Fierce Beer Coaster/04 I Wish I Was Queer So I Could Get Chicks.mp3","4" : "/The Bloodhound Gang/One Fierce Beer Coaster/05 Why's Everybody Always Pickin' On Me-.mp3","5" : "/The Bloodhound Gang/One Fierce Beer Coaster/06 It's Tricky.mp3","6" : "/The Bloodhound Gang/One Fierce Beer Coaster/07 Asleep at the Wheel.mp3","7" : "/The Bloodhound Gang/One Fierce Beer Coaster/08 Shut Up.mp3","8" : "/The Bloodhound Gang/One Fierce Beer Coaster/09 Your Only Friends Are Make Believe.mp3","9" : "/The Bloodhound Gang/One Fierce Beer Coaster/10 Boom.mp3","10" : "/The Bloodhound Gang/One Fierce Beer Coaster/11 Going Nowhere Slow.mp3","11" : "/The Bloodhound Gang/One Fierce Beer Coaster/12 Reflections of Remoh.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "The Bloodhound Gang","1" : "The Bloodhound Gang","2" : "The Bloodhound Gang","3" : "The Bloodhound Gang","4" : "The Bloodhound Gang","5" : "The Bloodhound Gang","6" : "The Bloodhound Gang","7" : "The Bloodhound Gang","8" : "The Bloodhound Gang","9" : "The Bloodhound Gang","10" : "The Bloodhound Gang","11" : "The Bloodhound Gang" });
+ el.album = new Hash({ "0" : "One Fierce Beer Coaster","1" : "One Fierce Beer Coaster","2" : "One Fierce Beer Coaster","3" : "One Fierce Beer Coaster","4" : "One Fierce Beer Coaster","5" : "One Fierce Beer Coaster","6" : "One Fierce Beer Coaster","7" : "One Fierce Beer Coaster","8" : "One Fierce Beer Coaster","9" : "One Fierce Beer Coaster","10" : "One Fierce Beer Coaster","11" : "One Fierce Beer Coaster" });
+ el.titles = new Hash({ "0" : "Kiss Me Where It Smells Funny","1" : "Lift Your Head Up High (And Blow Your Brains Out)","2" : "Fire Water Burn","3" : "I Wish I Was Queer So I Could Get Chicks","4" : "Why's Everybody Always Pickin' On Me?","5" : "It's Tricky","6" : "Asleep at the Wheel","7" : "Shut Up","8" : "Your Only Friends Are Make Believe","9" : "Boom","10" : "Going Nowhere Slow","11" : "Reflections of Remoh" });
+ el.injectInside($('TheBloodhoundGang'));
+ if (!$('TheBloodhoundGang')) {
+ new Element('DIV', {
+ 'id': 'TheBloodhoundGang',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Bloodhound Gang").injectInside($('root'));
+ }
+ if ($('TheBloodhoundGang').className != 'node') {
+ $('TheBloodhoundGang').className = 'node';
+ $('TheBloodhoundGang').
+ }
+ var el = new Element('DIV', {
+ 'id': 'TheBloodhoundGangDingleberryHaze',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The Bloodhound Gang - Dingleberry Haze");
+ el.files = new Hash({ "0" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/01 Go Down.mp3","1" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/02 Cheese Tidbit.mp3","2" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/03 Legend In My Spare Time.mp3","3" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/04 Neighbor Invasion.mp3","4" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/05 Mama Say.mp3","5" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/06 Rang Dang.mp3","6" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/07 Earlameyer the Butt Pirate.mp3","7" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/08 One Way.mp3","8" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/09 Record Offer.mp3","9" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/10 Coo Coo Ca Choo.mp3","10" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/11 Live at the Apollo.mp3","11" : "/The Bloodhound Gang/The Bloodhound Gang - Dingleberry Haze/12 Hidden Track.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "12" });
+ el.artist = new Hash({ "0" : "The Bloodhound Gang","1" : "The Bloodhound Gang","2" : "The Bloodhound Gang","3" : "The Bloodhound Gang","4" : "The Bloodhound Gang","5" : "The Bloodhound Gang","6" : "The Bloodhound Gang","7" : "The Bloodhound Gang","8" : "The Bloodhound Gang","9" : "The Bloodhound Gang","10" : "The Bloodhound Gang","11" : "The Bloodhound Gang" });
+ el.album = new Hash({ "0" : "Dingleberry Haze","1" : "Dingleberry Haze","2" : "Dingleberry Haze","3" : "Dingleberry Haze","4" : "Dingleberry Haze","5" : "Dingleberry Haze","6" : "Dingleberry Haze","7" : "Dingleberry Haze","8" : "Dingleberry Haze","9" : "Dingleberry Haze","10" : "Dingleberry Haze","11" : "Dingleberry Haze" });
+ el.titles = new Hash({ "0" : "Go Down","1" : "Cheese Tidbit","2" : "Legend In My Spare Time","3" : "Neighbor Invasion","4" : "Mama Say","5" : "Rang Dang","6" : "Earlameyer the Butt Pirate","7" : "One Way","8" : "Record Offer","9" : "Coo Coo Ca Choo","10" : "Live at the Apollo","11" : "Hidden Track" });
+ el.injectInside($('TheBloodhoundGang'));
+ if (!$('TheBloodhoundGang')) {
+ new Element('DIV', {
+ 'id': 'TheBloodhoundGang',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("The Bloodhound Gang").injectInside($('root'));
+ }
+ if ($('TheBloodhoundGang').className != 'node') {
+ $('TheBloodhoundGang').className = 'node';
+ $('TheBloodhoundGang').
+ }
+ var el = new Element('DIV', {
+ 'id': 'UseYourFingers',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Use Your Fingers");
+ el.files = new Hash({ "0" : "/The Bloodhound Gang/Use Your Fingers/01 Rip Taylor Is God.mp3","1" : "/The Bloodhound Gang/Use Your Fingers/02 We Are the Knuckleheads.mp3","2" : "/The Bloodhound Gang/Use Your Fingers/03 Legend in My Spare Time.mp3","3" : "/The Bloodhound Gang/Use Your Fingers/04 B.H.G.P.S.A.mp3","4" : "/The Bloodhound Gang/Use Your Fingers/05 Mama Say.mp3","5" : "/The Bloodhound Gang/Use Your Fingers/06 Kids in America.mp3","6" : "/The Bloodhound Gang/Use Your Fingers/07 You're Pretty When I'm Drunk.mp3","7" : "/The Bloodhound Gang/Use Your Fingers/08 The Evils of Placenta Hustling.mp3","8" : "/The Bloodhound Gang/Use Your Fingers/09 One Way.mp3","9" : "/The Bloodhound Gang/Use Your Fingers/10 Shitty Record Offer.mp3","10" : "/The Bloodhound Gang/Use Your Fingers/11 Go Down.mp3","11" : "/The Bloodhound Gang/Use Your Fingers/12 Earlameyer the Butt Pirate.mp3","12" : "/The Bloodhound Gang/Use Your Fingers/13 No Rest for the Wicked.mp3","13" : "/The Bloodhound Gang/Use Your Fingers/14 She Ain't Got No Legs.mp3","14" : "/The Bloodhound Gang/Use Your Fingers/15 We Like Meat.mp3","15" : "/The Bloodhound Gang/Use Your Fingers/16 Coo Coo Ca Choo.mp3","16" : "/The Bloodhound Gang/Use Your Fingers/17 Rang Dang.mp3","17" : "/The Bloodhound Gang/Use Your Fingers/18 Nightmare at the Apollo [-].mp3","18" : "/The Bloodhound Gang/Use Your Fingers/19 K.I.D.S. Incorporated.mp3","19" : "/The Bloodhound Gang/Use Your Fingers/20 [Untitled Hidden Skit].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20" });
+ el.artist = new Hash({ "0" : "The Bloodhound Gang","1" : "The Bloodhound Gang","2" : "The Bloodhound Gang","3" : "The Bloodhound Gang","4" : "The Bloodhound Gang","5" : "The Bloodhound Gang","6" : "The Bloodhound Gang","7" : "The Bloodhound Gang","8" : "The Bloodhound Gang","9" : "The Bloodhound Gang","10" : "The Bloodhound Gang","11" : "The Bloodhound Gang","12" : "The Bloodhound Gang","13" : "The Bloodhound Gang","14" : "The Bloodhound Gang","15" : "The Bloodhound Gang","16" : "The Bloodhound Gang","17" : "The Bloodhound Gang","18" : "The Bloodhound Gang","19" : "The Bloodhound Gang" });
+ el.album = new Hash({ "0" : "Use Your Fingers","1" : "Use Your Fingers","2" : "Use Your Fingers","3" : "Use Your Fingers","4" : "Use Your Fingers","5" : "Use Your Fingers","6" : "Use Your Fingers","7" : "Use Your Fingers","8" : "Use Your Fingers","9" : "Use Your Fingers","10" : "Use Your Fingers","11" : "Use Your Fingers","12" : "Use Your Fingers","13" : "Use Your Fingers","14" : "Use Your Fingers","15" : "Use Your Fingers","16" : "Use Your Fingers","17" : "Use Your Fingers","18" : "Use Your Fingers","19" : "Use Your Fingers" });
+ el.titles = new Hash({ "0" : "Rip Taylor Is God","1" : "We Are the Knuckleheads","2" : "Legend in My Spare Time","3" : "B.H.G.P.S.A.","4" : "Mama Say","5" : "Kids in America","6" : "You're Pretty When I'm Drunk","7" : "The Evils of Placenta Hustling","8" : "One Way","9" : "Shitty Record Offer","10" : "Go Down","11" : "Earlameyer the Butt Pirate","12" : "No Rest for the Wicked","13" : "She Ain't Got No Legs","14" : "We Like Meat","15" : "Coo Coo Ca Choo","16" : "Rang Dang","17" : "Nightmare at the Apollo [*]","18" : "K.I.D.S. Incorporated","19" : "[Untitled Hidden Skit]" });
+ el.injectInside($('TheBloodhoundGang'));
+ var el = new Element('DIV', {
+ 'id': 'TheElderScrollsIVOblivionOST',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The Elder Scrolls IV - Oblivion OST");
+ el.files = new Hash({ "0" : "/The Elder Scrolls IV - Oblivion OST/01-jeremy_soule-reign_of_the_septims.mp3","1" : "/The Elder Scrolls IV - Oblivion OST/02-jeremy_soule-through_the_valleys.mp3","2" : "/The Elder Scrolls IV - Oblivion OST/03-jeremy_soule-death_knell.mp3","3" : "/The Elder Scrolls IV - Oblivion OST/04-jeremy_soule-harvest_dawn.mp3","4" : "/The Elder Scrolls IV - Oblivion OST/05-jeremy_soule-wind_from_the_depths.mp3","5" : "/The Elder Scrolls IV - Oblivion OST/06-jeremy_soule-king_and_country.mp3","6" : "/The Elder Scrolls IV - Oblivion OST/07-jeremy_soule-fall_of_the_hammer.mp3","7" : "/The Elder Scrolls IV - Oblivion OST/08-jeremy_soule-wings_of_kynareth.mp3","8" : "/The Elder Scrolls IV - Oblivion OST/09-jeremy_soule-alls_well.mp3","9" : "/The Elder Scrolls IV - Oblivion OST/10-jeremy_soule-tension.mp3","10" : "/The Elder Scrolls IV - Oblivion OST/11-jeremy_soule-march_of_the_marauders.mp3","11" : "/The Elder Scrolls IV - Oblivion OST/12-jeremy_soule-watchmans_ease.mp3","12" : "/The Elder Scrolls IV - Oblivion OST/13-jeremy_soule-glory_of_cyrodiil.mp3","13" : "/The Elder Scrolls IV - Oblivion OST/14-jeremy_soule-defending_the_gate.mp3","14" : "/The Elder Scrolls IV - Oblivion OST/15-jeremy_soule-bloody_blades.mp3","15" : "/The Elder Scrolls IV - Oblivion OST/16-jeremy_soule-minstrels_lament.mp3","16" : "/The Elder Scrolls IV - Oblivion OST/17-jeremy_soule-ancient_sorrow.mp3","17" : "/The Elder Scrolls IV - Oblivion OST/18-jeremy_soule-auriels_ascension.mp3","18" : "/The Elder Scrolls IV - Oblivion OST/19-jeremy_soule-daedra_in_flight.mp3","19" : "/The Elder Scrolls IV - Oblivion OST/20-jeremy_soule-unmarked_stone.mp3","20" : "/The Elder Scrolls IV - Oblivion OST/21-jeremy_soule-bloodlust.mp3","21" : "/The Elder Scrolls IV - Oblivion OST/22-jeremy_soule-sunrise_of_flutes.mp3","22" : "/The Elder Scrolls IV - Oblivion OST/23-jeremy_soule-churls_revenge.mp3","23" : "/The Elder Scrolls IV - Oblivion OST/24-jeremy_soule-deep_waters.mp3","24" : "/The Elder Scrolls IV - Oblivion OST/25-jeremy_soule-dusk_at_the_market.mp3","25" : "/The Elder Scrolls IV - Oblivion OST/26-jeremy_soule-peace_of_akatosh.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16","16" : "17","17" : "18","18" : "19","19" : "20","20" : "21","21" : "22","22" : "23","23" : "24","24" : "25","25" : "26" });
+ el.artist = new Hash({ "0" : "Jeremy Soule","1" : "Jeremy Soule","2" : "Jeremy Soule","3" : "Jeremy Soule","4" : "Jeremy Soule","5" : "Jeremy Soule","6" : "Jeremy Soule","7" : "Jeremy Soule","8" : "Jeremy Soule","9" : "Jeremy Soule","10" : "Jeremy Soule","11" : "Jeremy Soule","12" : "Jeremy Soule","13" : "Jeremy Soule","14" : "Jeremy Soule","15" : "Jeremy Soule","16" : "Jeremy Soule","17" : "Jeremy Soule","18" : "Jeremy Soule","19" : "Jeremy Soule","20" : "Jeremy Soule","21" : "Jeremy Soule","22" : "Jeremy Soule","23" : "Jeremy Soule","24" : "Jeremy Soule","25" : "Jeremy Soule" });
+ el.album = new Hash({ "0" : "The Elder Scrolls IV: Oblivion","1" : "The Elder Scrolls IV: Oblivion","2" : "The Elder Scrolls IV: Oblivion","3" : "The Elder Scrolls IV: Oblivion","4" : "The Elder Scrolls IV: Oblivion","5" : "The Elder Scrolls IV: Oblivion","6" : "The Elder Scrolls IV: Oblivion","7" : "The Elder Scrolls IV: Oblivion","8" : "The Elder Scrolls IV: Oblivion","9" : "The Elder Scrolls IV: Oblivion","10" : "The Elder Scrolls IV: Oblivion","11" : "The Elder Scrolls IV: Oblivion","12" : "The Elder Scrolls IV: Oblivion","13" : "The Elder Scrolls IV: Oblivion","14" : "The Elder Scrolls IV: Oblivion","15" : "The Elder Scrolls IV: Oblivion","16" : "The Elder Scrolls IV: Oblivion","17" : "The Elder Scrolls IV: Oblivion","18" : "The Elder Scrolls IV: Oblivion","19" : "The Elder Scrolls IV: Oblivion","20" : "The Elder Scrolls IV: Oblivion","21" : "The Elder Scrolls IV: Oblivion","22" : "The Elder Scrolls IV: Oblivion","23" : "The Elder Scrolls IV: Oblivion","24" : "The Elder Scrolls IV: Oblivion","25" : "The Elder Scrolls IV: Oblivion" });
+ el.titles = new Hash({ "0" : "Reign of the Septims","1" : "Through the Valleys","2" : "Death Knell","3" : "Harvest Dawn","4" : "Wind From the Depths","5" : "King and Country","6" : "Fall of the Hammer","7" : "Wings of Kynareth","8" : "Alls Well","9" : "Tension","10" : "March of the Marauders","11" : "Watchman's Ease","12" : "Glory of Cyrodiil","13" : "Defending the Gate","14" : "Bloody Blades","15" : "Minstrel's Lament","16" : "Ancient Sorrow","17" : "Auriel's Ascension","18" : "Daedra in Flight","19" : "Unmarked Stone","20" : "Bloodlust","21" : "Sunrise of Flutes","22" : "Churl's Revenge","23" : "Deep Waters","24" : "Dusk at the Market","25" : "Peace of Akatosh" });
+ el.injectInside($('root'));
+ var el = new Element('DIV', {
+ 'id': 'TheOffspring2003TheSplinter',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The Offspring - 2003 - The Splinter");
+ el.files = new Hash({ "0" : "/The Offspring - 2003 - The Splinter/01 - Neocon.mp3","1" : "/The Offspring - 2003 - The Splinter/02 - The Noose.mp3","2" : "/The Offspring - 2003 - The Splinter/03 - Long Way Home.mp3","3" : "/The Offspring - 2003 - The Splinter/04 - Hit That.mp3","4" : "/The Offspring - 2003 - The Splinter/05 - Race Against Myself.mp3","5" : "/The Offspring - 2003 - The Splinter/06 - (Can't Get My) Head Around You.mp3","6" : "/The Offspring - 2003 - The Splinter/07 - The Worst Hangover Ever.mp3","7" : "/The Offspring - 2003 - The Splinter/08 - Never Gonna Find Me.mp3","8" : "/The Offspring - 2003 - The Splinter/09 - Lightning Rod.mp3","9" : "/The Offspring - 2003 - The Splinter/10 - Spare Me The Details.mp3","10" : "/The Offspring - 2003 - The Splinter/11 - Da Hui.mp3","11" : "/The Offspring - 2003 - The Splinter/12 - When You're In Prison.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.artist = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "" });
+ el.titles = new Hash({ "0" : "01 - Neocon.mp3","1" : "02 - The Noose.mp3","2" : "03 - Long Way Home.mp3","3" : "04 - Hit That.mp3","4" : "05 - Race Against Myself.mp3","5" : "06 - (Can't Get My) Head Around You.mp3","6" : "07 - The Worst Hangover Ever.mp3","7" : "08 - Never Gonna Find Me.mp3","8" : "09 - Lightning Rod.mp3","9" : "10 - Spare Me The Details.mp3","10" : "11 - Da Hui.mp3","11" : "12 - When You're In Prison.mp3" });
+ el.injectInside($('root'));
+ if (!$('Therion')) {
+ new Element('DIV', {
+ 'id': 'Therion',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Therion").injectInside($('root'));
+ }
+ if ($('Therion').className != 'node') {
+ $('Therion').className = 'node';
+ $('Therion').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007GothicKabbalah2CD',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Gothic Kabbalah 2CD");
+ el.files = new Hash({ "0" : "/Therion/2007 - Gothic Kabbalah 2CD/101-therion-der_mitternachtslowe.mp3","1" : "/Therion/2007 - Gothic Kabbalah 2CD/102-therion-gothic_kabbalah.mp3","2" : "/Therion/2007 - Gothic Kabbalah 2CD/103-therion-the_perenial_sophia.mp3","3" : "/Therion/2007 - Gothic Kabbalah 2CD/104-therion-wisdom_and_the_cage.mp3","4" : "/Therion/2007 - Gothic Kabbalah 2CD/105-therion-son_of_the_staves_of_time.mp3","5" : "/Therion/2007 - Gothic Kabbalah 2CD/106-therion-tuna_1613_momentum_excitationis.mp3","6" : "/Therion/2007 - Gothic Kabbalah 2CD/107-therion-trul.mp3","7" : "/Therion/2007 - Gothic Kabbalah 2CD/108-therion-close_up_the_streams.mp3","8" : "/Therion/2007 - Gothic Kabbalah 2CD/201-therion-the_wand_of_abaris.mp3","9" : "/Therion/2007 - Gothic Kabbalah 2CD/202-therion-three_treasures.mp3","10" : "/Therion/2007 - Gothic Kabbalah 2CD/203-therion-path_to_arcady.mp3","11" : "/Therion/2007 - Gothic Kabbalah 2CD/204-therion-tof_-_the_trinity.mp3","12" : "/Therion/2007 - Gothic Kabbalah 2CD/205-therion-chain_of_minerva_(2012).mp3","13" : "/Therion/2007 - Gothic Kabbalah 2CD/206-therion-the_falling_stone.mp3","14" : "/Therion/2007 - Gothic Kabbalah 2CD/207-therion-adulruna_rediviva.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "Therion","1" : "Therion","2" : "Therion","3" : "Therion","4" : "Therion","5" : "Therion","6" : "Therion","7" : "Therion","8" : "Therion","9" : "Therion","10" : "Therion","11" : "Therion","12" : "Therion","13" : "Therion","14" : "Therion" });
+ el.album = new Hash({ "0" : "Gothic Kabbalah","1" : "Gothic Kabbalah","2" : "Gothic Kabbalah","3" : "Gothic Kabbalah","4" : "Gothic Kabbalah","5" : "Gothic Kabbalah","6" : "Gothic Kabbalah","7" : "Gothic Kabbalah","8" : "Gothic Kabbalah","9" : "Gothic Kabbalah","10" : "Gothic Kabbalah","11" : "Gothic Kabbalah","12" : "Gothic Kabbalah","13" : "Gothic Kabbalah","14" : "Gothic Kabbalah" });
+ el.titles = new Hash({ "0" : "101-therion-der_mitternachtslowe.mp3","1" : "Gothic Kabbalah","2" : "The Perenial Sophia","3" : "Wisdom and the Cage","4" : "Son of the Staves of Time","5" : "Tuna 1613: Momentum Excitation","6" : "Trul","7" : "Close Up the Streams","8" : "The Wand of Abaris","9" : "Three Treasures","10" : "Path to Arcady","11" : "T.O.F. - the Trinity","12" : "Chain of Minerva (2012)","13" : "The Falling Stone","14" : "Adulruna Rediviva" });
+ el.injectInside($('Therion'));
+ var el = new Element('DIV', {
+ 'id': 'The_AquabatsChargeAdvance2005',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The_Aquabats-Charge-(Advance)-2005");
+ el.files = new Hash({ "0" : "/The_Aquabats-Charge-(Advance)-2005/01-the_aquabats-for_your_own_safety-kzt.mp3","1" : "/The_Aquabats-Charge-(Advance)-2005/02-the_aquabats-fashion_zombies-kzt.mp3","2" : "/The_Aquabats-Charge-(Advance)-2005/03-the_aquabats-stuck_in_a_movie-kzt.mp3","3" : "/The_Aquabats-Charge-(Advance)-2005/04-the_aquabats-tiger_rider_vs._the_time_sprinkler-kzt.mp3","4" : "/The_Aquabats-Charge-(Advance)-2005/05-the_aquabats-nerd_alert-kzt.mp3","5" : "/The_Aquabats-Charge-(Advance)-2005/06-the_aquabats-plastic_lips-kzt.mp3","6" : "/The_Aquabats-Charge-(Advance)-2005/07-the_aquabats-look_at_me_im_a_winner-kzt.mp3","7" : "/The_Aquabats-Charge-(Advance)-2005/08-the_aquabats-hot_summer_nights_(wont_last_forever)-kzt.mp3","8" : "/The_Aquabats-Charge-(Advance)-2005/09-the_aquabats-meltdown-kzt.mp3","9" : "/The_Aquabats-Charge-(Advance)-2005/10-the_aquabats-mechanical_ape-kzt.mp3","10" : "/The_Aquabats-Charge-(Advance)-2005/11-the_aquabats-demolition_rickshaw-kzt.mp3","11" : "/The_Aquabats-Charge-(Advance)-2005/12-the_aquabats-waterslides-kzt.mp3","12" : "/The_Aquabats-Charge-(Advance)-2005/13-the_aquabats-awesome_forces-kzt.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "The Aquabats","1" : "The Aquabats","2" : "The Aquabats","3" : "The Aquabats","4" : "The Aquabats","5" : "The Aquabats","6" : "The Aquabats","7" : "The Aquabats","8" : "The Aquabats","9" : "The Aquabats","10" : "The Aquabats","11" : "The Aquabats","12" : "The Aquabats" });
+ el.album = new Hash({ "0" : "Charge!!","1" : "Charge!!","2" : "Charge!!","3" : "Charge!!","4" : "Charge!!","5" : "Charge!!","6" : "Charge!!","7" : "Charge!!","8" : "Charge!!","9" : "Charge!!","10" : "Charge!!","11" : "Charge!!","12" : "Charge!!" });
+ el.titles = new Hash({ "0" : "For Your Own Safety","1" : "Fashion Zombies","2" : "Stuck In A Movie","3" : "Tiger Rider Vs. The Time Sprin","4" : "Nerd Alert","5" : "Plastic Lips","6" : "Look At Me, I'm A Winner","7" : "Hot Summer Nights (Won't Last","8" : "Meltdown","9" : "Mechanical Ape","10" : "Demolition Rickshaw","11" : "Waterslides","12" : "Awesome Forces" });
+ el.injectInside($('root'));
+ var el = new Element('DIV', {
+ 'id': 'The_Bloodhound_GangHefty_Fine_Advance2005FM',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM");
+ el.files = new Hash({ "0" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/01-the_bloodhound_gang-strictly_for_the_tardcore.mp3","1" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/02-the_bloodhound_gang-balls_out.mp3","2" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/03-the_bloodhound_gang-foxtrot_uniform_charlie_kilo.mp3","3" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/04-the_bloodhound_gang-im_the_least_you_could_do.mp3","4" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/05-the_bloodhound_gang-farting_with_a_walkman_on.mp3","5" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/06-the_bloodhound_gang-diarrhea_runs_in_the_family.mp3","6" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/07-the_bloodhound_gang-ralph_wiggum.mp3","7" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/08-the_bloodhound_gang-something_diabolical.mp3","8" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/09-the_bloodhound_gang-overhead_in_wawa_parking_lot.mp3","9" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/10-the_bloodhound_gang-pennsylvania.mp3","10" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/11-the_bloodhound_gang-uhn_tiss_uhn_tiss_uhn_tiss.mp3","11" : "/The_Bloodhound_Gang-Hefty_Fine_(Advance)-2005-FM/12-the_bloodhound_gang-no_hard_feelings.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "The Bloodhound Gang","1" : "The Bloodhound Gang","2" : "The Bloodhound Gang","3" : "The Bloodhound Gang","4" : "The Bloodhound Gang","5" : "The Bloodhound Gang","6" : "The Bloodhound Gang","7" : "The Bloodhound Gang","8" : "The Bloodhound Gang","9" : "The Bloodhound Gang","10" : "The Bloodhound Gang","11" : "The Bloodhound Gang" });
+ el.album = new Hash({ "0" : "Hefty Fine (Advance)","1" : "Hefty Fine (Advance)","2" : "Hefty Fine (Advance)","3" : "Hefty Fine (Advance)","4" : "Hefty Fine (Advance)","5" : "Hefty Fine (Advance)","6" : "Hefty Fine (Advance)","7" : "Hefty Fine (Advance)","8" : "Hefty Fine (Advance)","9" : "Hefty Fine (Advance)","10" : "Hefty Fine (Advance)","11" : "Hefty Fine (Advance)" });
+ el.titles = new Hash({ "0" : "Strictly For The Tardcore","1" : "Balls Out","2" : "Foxtrot Uniform Charlie Kilo","3" : "I'm The Least You Could Do","4" : "Farting With A Walkman On","5" : "Diarrhea Runs In The Family","6" : "Ralph Wiggum","7" : "Something Diabolical","8" : "Overhead In Wawa Parking Lot","9" : "Pennsylvania","10" : "Uhn Tiss Uhn Tiss Uhn Tiss","11" : "No Hard Feelings" });
+ el.injectInside($('root'));
+ if (!$('ToDieFor')) {
+ new Element('DIV', {
+ 'id': 'ToDieFor',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("To Die For").injectInside($('root'));
+ }
+ if ($('ToDieFor').className != 'node') {
+ $('ToDieFor').className = 'node';
+ $('ToDieFor').
+ }
+ var el = new Element('DIV', {
+ 'id': '2003Jaded',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2003 - Jaded");
+ el.files = new Hash({ "0" : "/To Die For/2003 - Jaded/01 Dying embers.mp3","1" : "/To Die For/2003 - Jaded/02 (I just) Died in your arms.mp3","2" : "/To Die For/2003 - Jaded/03 Too much ain?t enough.mp3","3" : "/To Die For/2003 - Jaded/04 The unkown II.mp3","4" : "/To Die For/2003 - Jaded/05 Jaded.mp3","5" : "/To Die For/2003 - Jaded/06 Fall strains.mp3","6" : "/To Die For/2003 - Jaded/07 Forever.mp3","7" : "/To Die For/2003 - Jaded/08 Anos de dolor.mp3","8" : "/To Die For/2003 - Jaded/08 Anos de dolor.mp3","9" : "/To Die For/2003 - Jaded/09 Silence tells more.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "","3" : "4","4" : "5","5" : "6","6" : "7","7" : "","8" : "","9" : "9" });
+ el.artist = new Hash({ "0" : "TO DIE FOR","1" : "TO DIE FOR","2" : "","3" : "TO DIE FOR","4" : "TO DIE FOR","5" : "TO DIE FOR","6" : "TO DIE FOR","7" : "","8" : "","9" : "TO DIE FOR" });
+ el.album = new Hash({ "0" : "Álbum desconocido (08/11/2005 19:42:40)","1" : "Álbum desconocido (08/11/2005 19:42:40)","2" : "","3" : "Álbum desconocido (08/11/2005 19:42:40)","4" : "Álbum desconocido (08/11/2005 19:42:40)","5" : "Álbum desconocido (08/11/2005 19:42:40)","6" : "Álbum desconocido (08/11/2005 19:42:40)","7" : "","8" : "","9" : "Álbum desconocido (08/11/2005 19:42:40)" });
+ el.titles = new Hash({ "0" : "Dying embers","1" : "(I just) Died in your arms","2" : "03 Too much ain?t enough.mp3","3" : "The unkown II","4" : "Jaded","5" : "Fall strains","6" : "Forever","7" : "08 Anos de dolor.mp3","8" : "08 Anos de dolor.mp3","9" : "Silence tells more" });
+ el.injectInside($('ToDieFor'));
+ if (!$('ToDieFor')) {
+ new Element('DIV', {
+ 'id': 'ToDieFor',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("To Die For").injectInside($('root'));
+ }
+ if ($('ToDieFor').className != 'node') {
+ $('ToDieFor').className = 'node';
+ $('ToDieFor').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005IV',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - IV");
+ el.files = new Hash({ "0" : "/To Die For/2005 - IV/TO DIE FOR - 01 - Autumn forever.mp3","1" : "/To Die For/2005 - IV/TO DIE FOR - 02 - This world is made for me.mp3","2" : "/To Die For/2005 - IV/TO DIE FOR - 03 - Lies (For fools).mp3","3" : "/To Die For/2005 - IV/TO DIE FOR - 04 - New years day.mp3","4" : "/To Die For/2005 - IV/TO DIE FOR - 05 - Chaotic me.mp3","5" : "/To Die For/2005 - IV/TO DIE FOR - 06 - Little deaths.mp3","6" : "/To Die For/2005 - IV/TO DIE FOR - 07 - No turning back.mp3","7" : "/To Die For/2005 - IV/TO DIE FOR - 08 - Fragmented.mp3","8" : "/To Die For/2005 - IV/TO DIE FOR - 09 - Endlessly.mp3","9" : "/To Die For/2005 - IV/TO DIE FOR - 10 - Last breath.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "TO / DIE / FOR","1" : "TO / DIE / FOR","2" : "TO / DIE / FOR","3" : "TO / DIE / FOR","4" : "TO / DIE / FOR","5" : "TO / DIE / FOR","6" : "TO / DIE / FOR","7" : "TO / DIE / FOR","8" : "TO / DIE / FOR","9" : "TO / DIE / FOR" });
+ el.album = new Hash({ "0" : "IV","1" : "IV","2" : "IV","3" : "IV","4" : "IV","5" : "IV","6" : "IV","7" : "IV","8" : "IV","9" : "IV" });
+ el.titles = new Hash({ "0" : "Autumn Forever","1" : "This World Is Made For Me","2" : "Lies (For Fools)","3" : "New Year's Day","4" : "Chaotic Me","5" : "Little Deaths","6" : "No Turning Back","7" : "Fragmented","8" : "Endlessly","9" : "Last Breath" });
+ el.injectInside($('ToDieFor'));
+ if (!$('ToDieFor')) {
+ new Element('DIV', {
+ 'id': 'ToDieFor',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("To Die For").injectInside($('root'));
+ }
+ if ($('ToDieFor').className != 'node') {
+ $('ToDieFor').className = 'node';
+ $('ToDieFor').
+ }
+ var el = new Element('DIV', {
+ 'id': 'AllEternity',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("All Eternity");
+ el.files = new Hash({ "0" : "/To Die For/All Eternity/01 Farewell.mp3","1" : "/To Die For/All Eternity/02 Live in you.mp3","2" : "/To Die For/All Eternity/03 Our candle melts away.mp3","3" : "/To Die For/All Eternity/04 Driping down red.mp3","4" : "/To Die For/All Eternity/05 Sea of sin.mp3","5" : "/To Die For/All Eternity/06 Loveless.mp3","6" : "/To Die For/All Eternity/07 One more time.mp3","7" : "/To Die For/All Eternity/08 Mary - Ann (rip).mp3","8" : "/To Die For/All Eternity/09 Together complete.mp3","9" : "/To Die For/All Eternity/10 Rimed with frost.mp3","10" : "/To Die For/All Eternity/11 Lacrimarum.mp3","11" : "/To Die For/All Eternity/12 In the heat of the night.mp3","12" : "/To Die For/All Eternity/13 It?s a sin.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "" });
+ el.artist = new Hash({ "0" : "TO DIE FOR","1" : "TO DIE FOR","2" : "TO DIE FOR","3" : "TO DIE FOR","4" : "TO DIE FOR","5" : "TO DIE FOR","6" : "TO DIE FOR","7" : "TO DIE FOR","8" : "TO DIE FOR","9" : "TO DIE FOR","10" : "TO DIE FOR","11" : "TO DIE FOR","12" : "" });
+ el.album = new Hash({ "0" : "Álbum desconocido (08/11/2005 19:48:51)","1" : "Álbum desconocido (08/11/2005 19:48:51)","2" : "Álbum desconocido (08/11/2005 19:48:51)","3" : "Álbum desconocido (08/11/2005 19:48:51)","4" : "Álbum desconocido (08/11/2005 19:48:51)","5" : "Álbum desconocido (08/11/2005 19:48:51)","6" : "Álbum desconocido (08/11/2005 19:48:51)","7" : "Álbum desconocido (08/11/2005 19:48:51)","8" : "Álbum desconocido (08/11/2005 19:48:51)","9" : "Álbum desconocido (08/11/2005 19:48:51)","10" : "Álbum desconocido (08/11/2005 19:48:51)","11" : "Álbum desconocido (08/11/2005 19:48:51)","12" : "" });
+ el.titles = new Hash({ "0" : "Farewell","1" : "Live in you","2" : "Our candle melts away","3" : "Driping down red","4" : "Sea of sin","5" : "Loveless","6" : "One more time","7" : "Mary - Ann (rip)","8" : "Together complete","9" : "Rimed with frost","10" : "Lacrimarum","11" : "In the heat of the night","12" : "13 It?s a sin.mp3" });
+ el.injectInside($('ToDieFor'));
+ if (!$('ToDieFor')) {
+ new Element('DIV', {
+ 'id': 'ToDieFor',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("To Die For").injectInside($('root'));
+ }
+ if ($('ToDieFor').className != 'node') {
+ $('ToDieFor').className = 'node';
+ $('ToDieFor').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Epilogue',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Epilogue");
+ el.files = new Hash({ "0" : "/To Die For/Epilogue/01 Crimson twins.mp3","1" : "/To Die For/Epilogue/02 Vale of tears.mp3","2" : "/To Die For/Epilogue/03 Hollow heart.mp3","3" : "/To Die For/Epilogue/04 Veiled.mp3","4" : "/To Die For/Epilogue/05 The unknown.mp3","5" : "/To Die For/Epilogue/06 Frail without you.mp3","6" : "/To Die For/Epilogue/07 In solitude.mp3","7" : "/To Die For/Epilogue/08 Chains.mp3","8" : "/To Die For/Epilogue/09 Immortal love.mp3","9" : "/To Die For/Epilogue/10 Garden of stones.mp3","10" : "/To Die For/Epilogue/11 Passion rules the game.mp3","11" : "/To Die For/Epilogue/12 Victim Of Love.mp3","12" : "/To Die For/Epilogue/13 Behind These Walls.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "","12" : "" });
+ el.artist = new Hash({ "0" : "TO DIE FOR","1" : "TO DIE FOR","2" : "TO DIE FOR","3" : "TO DIE FOR","4" : "TO DIE FOR","5" : "TO DIE FOR","6" : "TO DIE FOR","7" : "TO DIE FOR","8" : "TO DIE FOR","9" : "TO DIE FOR","10" : "TO DIE FOR","11" : "To/Die/For","12" : "To/Die/For" });
+ el.album = new Hash({ "0" : "Álbum desconocido (08/11/2005 19:54:23)","1" : "Álbum desconocido (08/11/2005 19:54:23)","2" : "Álbum desconocido (08/11/2005 19:54:23)","3" : "Álbum desconocido (08/11/2005 19:54:23)","4" : "Álbum desconocido (08/11/2005 19:54:23)","5" : "Álbum desconocido (08/11/2005 19:54:23)","6" : "Álbum desconocido (08/11/2005 19:54:23)","7" : "Álbum desconocido (08/11/2005 19:54:23)","8" : "Álbum desconocido (08/11/2005 19:54:23)","9" : "Álbum desconocido (08/11/2005 19:54:23)","10" : "Álbum desconocido (08/11/2005 19:54:23)","11" : "Epilogue (Japanese)","12" : "- unreleased -" });
+ el.titles = new Hash({ "0" : "Crimson twins","1" : "Vale of tears","2" : "Hollow heart","3" : "Veiled","4" : "The unknown","5" : "Frail without you","6" : "In solitude","7" : "Chains","8" : "Immortal love","9" : "Garden of stones","10" : "Passion rules the game","11" : "Victim of love","12" : "Behind These Walls" });
+ el.injectInside($('ToDieFor'));
+ if (!$('ToDieFor')) {
+ new Element('DIV', {
+ 'id': 'ToDieFor',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("To-Die-For").injectInside($('root'));
+ }
+ if ($('ToDieFor').className != 'node') {
+ $('ToDieFor').className = 'node';
+ $('ToDieFor').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006WoundsWideOpen',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Wounds Wide Open");
+ el.files = new Hash({ "0" : "/To-Die-For/2006 - Wounds Wide Open/01-to-die-for-intro-sorrow.mp3","1" : "/To-Die-For/2006 - Wounds Wide Open/02-to-die-for-wicked_circle.mp3","2" : "/To-Die-For/2006 - Wounds Wide Open/03-to-die-for-guilt_ridden_state.mp3","3" : "/To-Die-For/2006 - Wounds Wide Open/04-to-die-for-like_never_before.mp3","4" : "/To-Die-For/2006 - Wounds Wide Open/05-to-die-for-under_a_velvet_sky.mp3","5" : "/To-Die-For/2006 - Wounds Wide Open/06-to-die-for-scar_diary.mp3","6" : "/To-Die-For/2006 - Wounds Wide Open/07-to-die-for-new_heaven.mp3","7" : "/To-Die-For/2006 - Wounds Wide Open/08-to-die-for-the_quiet_room.mp3","8" : "/To-Die-For/2006 - Wounds Wide Open/09-to-die-for-liquid_dies.mp3","9" : "/To-Die-For/2006 - Wounds Wide Open/10-to-die-for-(i_just)_want_you.mp3","10" : "/To-Die-For/2006 - Wounds Wide Open/11-to-die-for-sorrow_remains.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "To/die/for","1" : "To/die/for","2" : "To/die/for","3" : "To/die/for","4" : "To/die/for","5" : "To/die/for","6" : "To/die/for","7" : "To/die/for","8" : "To/die/for","9" : "To/die/for","10" : "To/die/for" });
+ el.album = new Hash({ "0" : "Wounds Wide Open","1" : "Wounds Wide Open","2" : "Wounds Wide Open","3" : "Wounds Wide Open","4" : "Wounds Wide Open","5" : "Wounds Wide Open","6" : "Wounds Wide Open","7" : "Wounds Wide Open","8" : "Wounds Wide Open","9" : "Wounds Wide Open","10" : "Wounds Wide Open" });
+ el.titles = new Hash({ "0" : "Intro-Sorrow","1" : "Wicked Circle","2" : "Guilt Ridden State","3" : "Like Never Before","4" : "Under A Velvet Sky","5" : "Scar Diary","6" : "New Heaven","7" : "The Quiet Room","8" : "Liquid Dies","9" : "(I Just) Want You","10" : "Sorrow Remains" });
+ el.injectInside($('ToDieFor'));
+ var el = new Element('DIV', {
+ 'id': 'ToyDolls1993AbsurdDitties',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Toy Dolls - 1993 - Absurd Ditties");
+ el.files = new Hash({ "0" : "/Toy Dolls - 1993 - Absurd Ditties/01_Absurd-Ditties.mp3","1" : "/Toy Dolls - 1993 - Absurd Ditties/02_I'm_A_Telly_Addict.mp3","2" : "/Toy Dolls - 1993 - Absurd Ditties/03_Terry_Talking.mp3","3" : "/Toy Dolls - 1993 - Absurd Ditties/04_Ernie_Had_A_Hernia.mp3","4" : "/Toy Dolls - 1993 - Absurd Ditties/05_Toccata_In_D_Minor.mp3","5" : "/Toy Dolls - 1993 - Absurd Ditties/06_My_Wife's_A_Psychopath.mp3","6" : "/Toy Dolls - 1993 - Absurd Ditties/07_Sod_The_Neighbors.mp3","7" : "/Toy Dolls - 1993 - Absurd Ditties/08_Melancholy_Margaret.mp3","8" : "/Toy Dolls - 1993 - Absurd Ditties/09_Drooling_Banjos.mp3","9" : "/Toy Dolls - 1993 - Absurd Ditties/10_Alecs_Gone.mp3","10" : "/Toy Dolls - 1993 - Absurd Ditties/11_When_You're_Jimmy_Seville.mp3","11" : "/Toy Dolls - 1993 - Absurd Ditties/12_Caught_Up_The_Reeperbahn!.mp3","12" : "/Toy Dolls - 1993 - Absurd Ditties/13_Dez_The_Demon_Decorator.mp3","13" : "/Toy Dolls - 1993 - Absurd Ditties/14_Absurd-Ditties(end_bit).mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.artist = new Hash({ "0" : "The Toy Dolls","1" : "The Toy Dolls","2" : "The Toy Dolls","3" : "The Toy Dolls","4" : "The Toy Dolls","5" : "The Toy Dolls","6" : "The Toy Dolls","7" : "The Toy Dolls","8" : "Toy Dolls","9" : "The Toy Dolls","10" : "The Toy Dolls","11" : "The Toy Dolls","12" : "The Toy Dolls","13" : "The Toy Dolls" });
+ el.album = new Hash({ "0" : "Absurd-Ditties","1" : "Absurd-Ditties","2" : "Absurd-Ditties","3" : "Absurd-Ditties","4" : "Absurd-Ditties","5" : "Absurd-Ditties","6" : "Absurd-Ditties","7" : "Absurd-Ditties","8" : "Absurd-Ditties","9" : "Absurd-Ditties","10" : "Absurd-Ditties","11" : "Absurd-Ditties","12" : "Absurd-Ditties","13" : "Absurd-Ditties" });
+ el.titles = new Hash({ "0" : "Absurd-Ditties","1" : "I'm A Telly Addict","2" : "Terry Talking","3" : "Ernie Had A Hernia","4" : "Toccata In D minor","5" : "My Wife's A Psychopath","6" : "Sod The Neighbours","7" : "Melancholy Margaret","8" : "Drooling Banjos","9" : "Alec's Gone","10" : "When You're Jimmy Seville","11" : "Caught Up The Reeoerbahn!","12" : "Dez The Demon Decorator","13" : "Absurd-Ditties (End bit)" });
+ el.injectInside($('root'));
+ if (!$('TrailofTears')) {
+ new Element('DIV', {
+ 'id': 'TrailofTears',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Trail of Tears").injectInside($('root'));
+ }
+ if ($('TrailofTears').className != 'node') {
+ $('TrailofTears').className = 'node';
+ $('TrailofTears').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007Existentia',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Existentia");
+ el.files = new Hash({ "0" : "/Trail of Tears/2007 - Existentia/01-deceptive_mirrors-qtxmp3.mp3","1" : "/Trail of Tears/2007 - Existentia/02-my_comfort-qtxmp3.mp3","2" : "/Trail of Tears/2007 - Existentia/03-venom_inside_my_veins-qtxmp3.mp3","3" : "/Trail of Tears/2007 - Existentia/04-decadence_becomes_me-qtxmp3.mp3","4" : "/Trail of Tears/2007 - Existentia/05-she_weaves_shadows-qtxmp3.mp3","5" : "/Trail of Tears/2007 - Existentia/06-the_closing_walls-qtxmp3.mp3","6" : "/Trail of Tears/2007 - Existentia/07-empty_room-qtxmp3.mp3","7" : "/Trail of Tears/2007 - Existentia/08-poisonous_tongues-qtxmp3.mp3","8" : "/Trail of Tears/2007 - Existentia/09-as_it_penetrates-qtxmp3.mp3","9" : "/Trail of Tears/2007 - Existentia/10-shades_of_yesterday-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Trail Of Tears","1" : "Trail Of Tears","2" : "Trail Of Tears","3" : "Trail Of Tears","4" : "Trail Of Tears","5" : "Trail Of Tears","6" : "Trail Of Tears","7" : "Trail Of Tears","8" : "Trail Of Tears","9" : "Trail Of Tears" });
+ el.album = new Hash({ "0" : "Existentia","1" : "Existentia","2" : "Existentia","3" : "Existentia","4" : "Existentia","5" : "Existentia","6" : "Existentia","7" : "Existentia","8" : "Existentia","9" : "Existentia" });
+ el.titles = new Hash({ "0" : "Deceptive mirrors","1" : "My comfort","2" : "Venom inside my veins","3" : "Decadence becomes me","4" : "She weaves shadows","5" : "The closing walls","6" : "Empty room","7" : "Poisonous tongues","8" : "As it penetrates","9" : "Shades of yesterday" });
+ el.injectInside($('TrailofTears'));
+ if (!$('Tristania')) {
+ new Element('DIV', {
+ 'id': 'Tristania',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Tristania").injectInside($('root'));
+ }
+ if ($('Tristania').className != 'node') {
+ $('Tristania').className = 'node';
+ $('Tristania').
+ }
+ var el = new Element('DIV', {
+ 'id': '2006Illumination',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2006 - Illumination");
+ el.files = new Hash({ "0" : "/Tristania/2006 - Illumination/01-tristania-mercyside.mp3","1" : "/Tristania/2006 - Illumination/02-tristania-sanguine_sky.mp3","2" : "/Tristania/2006 - Illumination/03-tristania-open_ground.mp3","3" : "/Tristania/2006 - Illumination/04-tristania-the_ravens.mp3","4" : "/Tristania/2006 - Illumination/05-tristania-destination_departure.mp3","5" : "/Tristania/2006 - Illumination/06-tristania-down.mp3","6" : "/Tristania/2006 - Illumination/07-tristania-fate.mp3","7" : "/Tristania/2006 - Illumination/08-tristania-lotus.mp3","8" : "/Tristania/2006 - Illumination/09-tristania-sacrilege.mp3","9" : "/Tristania/2006 - Illumination/10-tristania-deadlands.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Tristania","1" : "Tristania","2" : "Tristania","3" : "Tristania","4" : "Tristania","5" : "Tristania","6" : "Tristania","7" : "Tristania","8" : "Tristania","9" : "Tristania" });
+ el.album = new Hash({ "0" : "Illumination","1" : "Illumination","2" : "Illumination","3" : "Illumination","4" : "Illumination","5" : "Illumination","6" : "Illumination","7" : "Illumination","8" : "Illumination","9" : "Illumination" });
+ el.titles = new Hash({ "0" : "Mercyside","1" : "Sanguine Sky","2" : "Open Ground","3" : "The Ravens","4" : "Destination Departure","5" : "Down","6" : "Fate","7" : "Lotus","8" : "Sacrilege","9" : "Deadlands" });
+ el.injectInside($('Tristania'));
+ if (!$('TypeONegative')) {
+ new Element('DIV', {
+ 'id': 'TypeONegative',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Type O Negative").injectInside($('root'));
+ }
+ if ($('TypeONegative').className != 'node') {
+ $('TypeONegative').className = 'node';
+ $('TypeONegative').
+ }
+ var el = new Element('DIV', {
+ 'id': '1993BloodyKisses',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1993 - Bloody Kisses");
+ el.files = new Hash({ "0" : "/Type O Negative/1993 - Bloody Kisses/01 - Machine Screw.mp3","1" : "/Type O Negative/1993 - Bloody Kisses/02 - Christian Woman.mp3","2" : "/Type O Negative/1993 - Bloody Kisses/03 - Black No.1 .mp3","3" : "/Type O Negative/1993 - Bloody Kisses/04 - Fay Wray Come Out And Play.mp3","4" : "/Type O Negative/1993 - Bloody Kisses/05 - Kill All The White People.mp3","5" : "/Type O Negative/1993 - Bloody Kisses/06 - Summer Breeze.mp3","6" : "/Type O Negative/1993 - Bloody Kisses/07 - Set Me On Fire.mp3","7" : "/Type O Negative/1993 - Bloody Kisses/08 - Dark Side Of The Womb.mp3","8" : "/Type O Negative/1993 - Bloody Kisses/09 - We Hate Everyone.mp3","9" : "/Type O Negative/1993 - Bloody Kisses/10 - Bloody Kisses.mp3","10" : "/Type O Negative/1993 - Bloody Kisses/11 - 3.0.I.F.mp3","11" : "/Type O Negative/1993 - Bloody Kisses/12 - Too Late - Frozen.mp3","12" : "/Type O Negative/1993 - Bloody Kisses/13 - Blood & Fire.mp3","13" : "/Type O Negative/1993 - Bloody Kisses/14 - Can't Lose You.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "" });
+ el.artist = new Hash({ "0" : "01 - Type O Negative","1" : "02 - Type O Negative","2" : "03 - Type O Negative","3" : "04 - Type O Negative","4" : "05 - Type O Negative","5" : "06 - Type O Negative","6" : "09 - Type O Negative","7" : "07 - Type O Negative","8" : "08 - Type O Negative","9" : "10 - Type O Negative","10" : "11 - Type O Negative","11" : "12 - Type O Negative","12" : "13 - Type O Negative","13" : "14 - Type O Negative" });
+ el.album = new Hash({ "0" : "Bloody Kisses","1" : "Bloody Kisses","2" : "Bloody Kisses","3" : "Bloody Kisses","4" : "Bloody Kisses","5" : "Bloody Kisses","6" : "Bloody Kisses","7" : "Bloody Kisses","8" : "Bloody Kisses","9" : "Bloody Kisses","10" : "Bloody Kisses","11" : "Bloody Kisses","12" : "Bloody Kisses","13" : "Bloody Kisses" });
+ el.titles = new Hash({ "0" : "Machine Screw","1" : "Christian Woman","2" : "Black No.1","3" : "Fay Wray Come Out And Play","4" : "Kill All The White People","5" : "Summer Breeze","6" : "Set Me On Fire","7" : "Dark Side Of The Womb","8" : "We Hate Everyone","9" : "Bloody Kisses","10" : "3.0.I.F","11" : "Too Late: Frozen","12" : "Blood & Fire","13" : "Can't Lose You" });
+ el.injectInside($('TypeONegative'));
+ if (!$('TypeONegative')) {
+ new Element('DIV', {
+ 'id': 'TypeONegative',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Type O Negative").injectInside($('root'));
+ }
+ if ($('TypeONegative').className != 'node') {
+ $('TypeONegative').className = 'node';
+ $('TypeONegative').
+ }
+ if (!$('2003LifeIsKillingMeLimited_Edition2CD')) {
+ new Element('DIV', {
+ 'id': '2003LifeIsKillingMeLimited_Edition2CD',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2003 - Life Is Killing Me (Limited_Edition) - 2CD").injectInside($('TypeONegative'));
+ }
+ if ($('2003LifeIsKillingMeLimited_Edition2CD').className != 'node') {
+ $('2003LifeIsKillingMeLimited_Edition2CD').className = 'node';
+ $('2003LifeIsKillingMeLimited_Edition2CD').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CD1',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("CD1");
+ el.files = new Hash({ "0" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-01-type_o_negative-thir13teen-iro.mp3","1" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-02-type_o_negative-i_dont_wanna_be_me-iro.mp3","2" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-03-type_o_negative-less_than_zero_(0)-iro.mp3","3" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-04-type_o_negative-todds_ship_gods_(above_all_things-iro.mp3","4" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-05-type_o_negative-i_like_goils-iro.mp3","5" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-06-type_o_negative-._a_dish_best_served_coldly-iro.mp3","6" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-07-type_o_negative-how_could_she-iro.mp3","7" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-08-type_o_negative-life_is_killing_me-iro.mp3","8" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-09-type_o_negative-nettie-iro.mp3","9" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-10-type_o_negative-(we_were)_electrocute-iro.mp3","10" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-11-type_o_negative-iydkmigthtky_(gimme_that)-iro.mp3","11" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-12-type_o_negative-angry_inch-iro.mp3","12" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-13-type_o_negative-anesthesia-iro.mp3","13" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-14-type_o_negative-drunk_in_paris-iro.mp3","14" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD1/CD1-15-type_o_negative-the_dream_is_dead-iro.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15" });
+ el.artist = new Hash({ "0" : "Type O Negative","1" : "Type O Negative","2" : "Type O Negative","3" : "Type O Negative","4" : "Type O Negative","5" : "Type O Negative","6" : "Type O Negative","7" : "Type O Negative","8" : "Type O Negative","9" : "Type O Negative","10" : "Type O Negative","11" : "Type O Negative","12" : "Type O Negative","13" : "Type O Negative","14" : "Type O Negative" });
+ el.album = new Hash({ "0" : "Life Is Killing Me (Limited Ed","1" : "Life Is Killing Me (Limited Ed","2" : "Life Is Killing Me (Limited Ed","3" : "Life Is Killing Me (Limited Ed","4" : "Life Is Killing Me (Limited Ed","5" : "Life Is Killing Me (Limited Ed","6" : "Life Is Killing Me (Limited Ed","7" : "Life Is Killing Me (Limited Ed","8" : "Life Is Killing Me (Limited Ed","9" : "Life Is Killing Me (Limited Ed","10" : "Life Is Killing Me (Limited Ed","11" : "Life Is Killing Me (Limited Ed","12" : "Life Is Killing Me (Limited Ed","13" : "Life Is Killing Me (Limited Ed","14" : "Life Is Killing Me (Limited Ed" });
+ el.titles = new Hash({ "0" : "Thir13teen","1" : "I Don't Wanna Be Me","2" : "Less Than Zero (<0)","3" : "Todd's Ship Gods (Above All Th","4" : "I Like Goils","5" : "... A Dish Best Served Coldly","6" : "How Could She?","7" : "Life Is Killing Me","8" : "Nettie","9" : "(We Were) Electrocute","10" : "IYDKMIGTHTKY (Gimme That)","11" : "Angry Inch","12" : "Anesthesia","13" : "Drunk In Paris","14" : "The Dream Is Dead" });
+ el.injectInside($('2003LifeIsKillingMeLimited_Edition2CD'));
+ if (!$('TypeONegative')) {
+ new Element('DIV', {
+ 'id': 'TypeONegative',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Type O Negative").injectInside($('root'));
+ }
+ if ($('TypeONegative').className != 'node') {
+ $('TypeONegative').className = 'node';
+ $('TypeONegative').
+ }
+ if (!$('2003LifeIsKillingMeLimited_Edition2CD')) {
+ new Element('DIV', {
+ 'id': '2003LifeIsKillingMeLimited_Edition2CD',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("2003 - Life Is Killing Me (Limited_Edition) - 2CD").injectInside($('TypeONegative'));
+ }
+ if ($('2003LifeIsKillingMeLimited_Edition2CD').className != 'node') {
+ $('2003LifeIsKillingMeLimited_Edition2CD').className = 'node';
+ $('2003LifeIsKillingMeLimited_Edition2CD').
+ }
+ var el = new Element('DIV', {
+ 'id': 'CD2',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("CD2");
+ el.files = new Hash({ "0" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-01-type_o_negative-out_of_the_fire_(kanes_theme)-iro.mp3","1" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-02-type_o_negative-christian_woman_(butt-kissing_sel-iro.mp3","2" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-03-type_o_negative-suspended_in_dusk-iro.mp3","3" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-04-type_o_negative-blood__fire_(out_of_the_ashes_mix-iro.mp3","4" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-05-type_o_negative-black_sabbath-iro.mp3","5" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-06-type_o_negative-cinnamon_girl_(extended_depressio-iro.mp3","6" : "/Type O Negative/2003 - Life Is Killing Me (Limited_Edition) - 2CD/CD2/CD2-07-type_o_negative-haunted_(per_version)-iro.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7" });
+ el.artist = new Hash({ "0" : "Type O Negative","1" : "Type O Negative","2" : "Type O Negative","3" : "Type O Negative","4" : "Type O Negative","5" : "Type O Negative","6" : "Type O Negative" });
+ el.album = new Hash({ "0" : "Life Is Killing Me (Limited Ed","1" : "Life Is Killing Me (Limited Ed","2" : "Life Is Killing Me (Limited Ed","3" : "Life Is Killing Me (Limited Ed","4" : "Life Is Killing Me (Limited Ed","5" : "Life Is Killing Me (Limited Ed","6" : "Life Is Killing Me (Limited Ed" });
+ el.titles = new Hash({ "0" : "Out Of The Fire (Kane's Theme)","1" : "Christian Woman (Butt-Kissing","2" : "Suspended In Dusk","3" : "Blood & Fire (Out Of The Ashes","4" : "Black Sabbath","5" : "Cinnamon Girl (Extended Depres","6" : "Haunted (Per Version)" });
+ el.injectInside($('2003LifeIsKillingMeLimited_Edition2CD'));
+ if (!$('TypeONegative')) {
+ new Element('DIV', {
+ 'id': 'TypeONegative',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Type O Negative").injectInside($('root'));
+ }
+ if ($('TypeONegative').className != 'node') {
+ $('TypeONegative').className = 'node';
+ $('TypeONegative').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007DeadAgain',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Dead Again");
+ el.files = new Hash({ "0" : "/Type O Negative/2007 - Dead Again/01-Dead Again.mp3","1" : "/Type O Negative/2007 - Dead Again/02-Tripping A Blind Man.mp3","2" : "/Type O Negative/2007 - Dead Again/03-The Profit of Doom.mp3","3" : "/Type O Negative/2007 - Dead Again/04-September Sun.mp3","4" : "/Type O Negative/2007 - Dead Again/05-Halloween In Heaven.mp3","5" : "/Type O Negative/2007 - Dead Again/06-These Three Things.mp3","6" : "/Type O Negative/2007 - Dead Again/07-She Burned Me Down.mp3","7" : "/Type O Negative/2007 - Dead Again/08-Some Stupid Tomorrow.mp3","8" : "/Type O Negative/2007 - Dead Again/09-An Ode To Locksmiths.mp3","9" : "/Type O Negative/2007 - Dead Again/10-Hail and Farewell To Britain.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10" });
+ el.artist = new Hash({ "0" : "Type o Negative","1" : "Type o Negative","2" : "Type o Negative","3" : "Type o Negative","4" : "Type o Negative","5" : "Type o Negative","6" : "Type o Negative","7" : "Type o Negative","8" : "Type o Negative","9" : "Type o Negative" });
+ el.album = new Hash({ "0" : "Dead Again","1" : "Dead Again","2" : "Dead Again","3" : "Dead Again","4" : "Dead Again","5" : "Dead Again","6" : "Dead Again","7" : "Dead Again","8" : "Dead Again","9" : "Dead Again" });
+ el.titles = new Hash({ "0" : "Dead Again","1" : "Tripping A Blind Man","2" : "The Profit of Doom","3" : "September Sun","4" : "Halloween In Heaven","5" : "These Three Things","6" : "She Burned Me Down","7" : "Some Stupid Tomorrow","8" : "An Ode To Locksmiths","9" : "Hail and Farewell To Britain" });
+ el.injectInside($('TypeONegative'));
+ var el = new Element('DIV', {
+ 'id': 'VAMusic_From_The_Motion_Picture_EuroTrip2004KSi',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi");
+ el.files = new Hash({ "0" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/01-lustra-scotty_doesnt_know-ksi.mp3","1" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/02-chapeaumelon-my_generation-ksi.mp3","2" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/03-wakefield-wild_one-ksi.mp3","3" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/04-goldfinger-99_red_balloons-ksi.mp3","4" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/05-the_jam-in_the_city-ksi.mp3","5" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/06-cauterize-shooting_stars-ksi.mp3","6" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/07-chapeaumelon-nonchalant-ksi.mp3","7" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/08-mc_jeffsky_feat._igor-scotty_doesnt_know_(euro_mix)-ksi.mp3","8" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/09-apollo_440-make_my_dreams_come_true-ksi.mp3","9" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/10-david_hasselhoff-du-ksi.mp3","10" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/11-autour_de_luce-les_promesses-ksi.mp3","11" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/12-linval_thompson-i_love_marijuana-ksi.mp3","12" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/13-ugly_duckling-turn_it_up-ksi.mp3","13" : "/VA-Music_From_The_Motion_Picture_EuroTrip-2004-KSi/14-the_salads-get_loose-ksi.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Lustra","1" : "Chapeaumelon","2" : "Wakefield","3" : "Goldfinger","4" : "The Jam","5" : "Cauterize","6" : "Chapeaumelon","7" : "MC Jeffsky feat. Igor","8" : "Apollo 440","9" : "David Hasselhoff","10" : "Autour De Luce","11" : "Linval Thompson","12" : "Ugly Duckling","13" : "The Salads" });
+ el.album = new Hash({ "0" : "Music From The Motion Picture","1" : "Music From The Motion Picture","2" : "Music From The Motion Picture","3" : "Music From The Motion Picture","4" : "Music From The Motion Picture","5" : "Music From The Motion Picture","6" : "Music From The Motion Picture","7" : "Music From The Motion Picture","8" : "Music From The Motion Picture","9" : "Music From The Motion Picture","10" : "Music From The Motion Picture","11" : "Music From The Motion Picture","12" : "Music From The Motion Picture","13" : "Music From The Motion Picture" });
+ el.titles = new Hash({ "0" : "Scotty Doesn't Know","1" : "My Generation","2" : "Wild One","3" : "99 Red Balloons","4" : "In The City","5" : "Shooting Stars","6" : "Nonchalant","7" : "Scotty Doesn't Know (Euro Mix)","8" : "Make My Dreams Come True","9" : "Du","10" : "Les Promesses","11" : "I Love Marijuana","12" : "Turn It Up","13" : "Get Loose" });
+ el.injectInside($('root'));
+ if (!$('Vast')) {
+ new Element('DIV', {
+ 'id': 'Vast',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Vast").injectInside($('root'));
+ }
+ if ($('Vast').className != 'node') {
+ $('Vast').className = 'node';
+ $('Vast').
+ }
+ var el = new Element('DIV', {
+ 'id': 'MusicForPeople',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Music For People");
+ el.files = new Hash({ "0" : "/Vast/Music For People/01 Last One Alive.MP3","1" : "/Vast/Music For People/02 Free.mp3","2" : "/Vast/Music For People/03 I Don't Have Anything.mp3","3" : "/Vast/Music For People/04 Gates of Rock 'N' Roll.mp3","4" : "/Vast/Music For People/05 What Else Do I Need.mp3","5" : "/Vast/Music For People/06 Blue.mp3","6" : "/Vast/Music For People/07 Land of Shame.mp3","7" : "/Vast/Music For People/08 Better Place.mp3","8" : "/Vast/Music For People/09 Song Without a Name.mp3","9" : "/Vast/Music For People/10 We Will Meet Again.mp3","10" : "/Vast/Music For People/11 My TV and You.mp3","11" : "/Vast/Music For People/12 Lady of Dream.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Vast","1" : "Vast","2" : "Vast","3" : "Vast","4" : "Vast","5" : "Vast","6" : "Vast","7" : "Vast","8" : "Vast","9" : "Vast","10" : "Vast","11" : "Vast" });
+ el.album = new Hash({ "0" : "Music for People","1" : "Music for People","2" : "Music for People","3" : "Music for People","4" : "Music for People","5" : "Music for People","6" : "Music for People","7" : "Music for People","8" : "Music for People","9" : "Music for People","10" : "Music for People","11" : "Music for People" });
+ el.titles = new Hash({ "0" : "Last One Alive","1" : "Free","2" : "I Don't Have Anything","3" : "Gates of Rock 'N' Roll","4" : "What Else Do I Need","5" : "Blue","6" : "Land of Shame","7" : "Better Place","8" : "Song Without a Name","9" : "We Will Meet Again","10" : "My TV and You","11" : "Lady of Dreams" });
+ el.injectInside($('Vast'));
+ if (!$('Vast')) {
+ new Element('DIV', {
+ 'id': 'Vast',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Vast").injectInside($('root'));
+ }
+ if ($('Vast').className != 'node') {
+ $('Vast').className = 'node';
+ $('Vast').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Nude',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Nude");
+ el.files = new Hash({ "0" : "/Vast/Nude/01 Turquoise.mp3","1" : "/Vast/Nude/02 Thrown Away.mp3","2" : "/Vast/Nude/03 Don't Take Your Love Away.mp3","3" : "/Vast/Nude/04 Be With Me.mp3","4" : "/Vast/Nude/05 Lost.mp3","5" : "/Vast/Nude/06 Winter in My Heart.mp3","6" : "/Vast/Nude/07 I Need To Say Goodbye.mp3","7" : "/Vast/Nude/08 Japanese Fantasy.mp3","8" : "/Vast/Nude/09 Ecstasy.mp3","9" : "/Vast/Nude/10 Candle.mp3","10" : "/Vast/Nude/11 I Can't Say No (To You).mp3","11" : "/Vast/Nude/12 Desert Garden.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Vast","1" : "Vast","2" : "Vast","3" : "Vast","4" : "Vast","5" : "Vast","6" : "Vast","7" : "Vast","8" : "Vast","9" : "Vast","10" : "Vast","11" : "Vast" });
+ el.album = new Hash({ "0" : "Nude","1" : "Nude","2" : "Nude","3" : "Nude","4" : "Nude","5" : "Nude","6" : "Nude","7" : "Nude","8" : "Nude","9" : "Nude","10" : "Nude","11" : "Nude" });
+ el.titles = new Hash({ "0" : "Turquoise","1" : "Thrown Away","2" : "Don't Take Your Love Away","3" : "Be With Me","4" : "Lost","5" : "Winter in My Heart","6" : "I Need To Say Goodbye","7" : "Japanese Fantasy","8" : "Ecstacy","9" : "Candle","10" : "I Can't Say No (To You)","11" : "Desert Garden" });
+ el.injectInside($('Vast'));
+ if (!$('Vast')) {
+ new Element('DIV', {
+ 'id': 'Vast',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Vast").injectInside($('root'));
+ }
+ if ($('Vast').className != 'node') {
+ $('Vast').className = 'node';
+ $('Vast').
+ }
+ var el = new Element('DIV', {
+ 'id': 'Other',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Other");
+ el.files = new Hash({ "0" : "/Vast/Other/Vast - Cello Song.mp3","1" : "/Vast/Other/Vast - Enemy.mp3","2" : "/Vast/Other/Vast - I'm Dying (Remix).mp3","3" : "/Vast/Other/Vast - Last One Alive.MP3","4" : "/Vast/Other/Vast - Liquid.mp3","5" : "/Vast/Other/Vast - Pretty When You Cry (Club Mix).mp3","6" : "/Vast/Other/Vast - Pretty When You Cry (Trailermen Electro Bump Mix).mp3","7" : "/Vast/Other/Vast - The Gates of Rock 'n' Roll.mp3","8" : "/Vast/Other/Vast - The Niles Edge.mp3","9" : "/Vast/Other/Vast - Untitled.mp3" });
+ el.track = new Hash({ "0" : "","1" : "7","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.artist = new Hash({ "0" : "","1" : "Vast","2" : "","3" : "","4" : "","5" : "Vast","6" : "","7" : "","8" : "","9" : "" });
+ el.album = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "" });
+ el.titles = new Hash({ "0" : "Vast - Cello Song.mp3","1" : "Enemy","2" : "Vast - I'm Dying (Remix).mp3","3" : "Vast - Last One Alive.MP3","4" : "Vast - Liquid.mp3","5" : "Pretty When You Cry (Club Mix)","6" : "Vast - Pretty When You Cry (Trailermen Electro Bump Mix).mp3","7" : "Vast - The Gates of Rock 'n' Roll.mp3","8" : "Vast - The Niles Edge.mp3","9" : "Vast - Untitled.mp3" });
+ el.injectInside($('Vast'));
+ if (!$('Vast')) {
+ new Element('DIV', {
+ 'id': 'Vast',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Vast").injectInside($('root'));
+ }
+ if ($('Vast').className != 'node') {
+ $('Vast').className = 'node';
+ $('Vast').
+ }
+ var el = new Element('DIV', {
+ 'id': 'VisualAudioSensoryTheater',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("Visual Audio Sensory Theater");
+ el.files = new Hash({ "0" : "/Vast/Visual Audio Sensory Theater/01 Here.mp3","1" : "/Vast/Visual Audio Sensory Theater/02 Touched.mp3","2" : "/Vast/Visual Audio Sensory Theater/03 Dirty Hole.mp3","3" : "/Vast/Visual Audio Sensory Theater/04 Pretty When You Cry.mp3","4" : "/Vast/Visual Audio Sensory Theater/05 I'm Dying.mp3","5" : "/Vast/Visual Audio Sensory Theater/06 Flames.mp3","6" : "/Vast/Visual Audio Sensory Theater/07 Temptation.mp3","7" : "/Vast/Visual Audio Sensory Theater/08 Three Doors.mp3","8" : "/Vast/Visual Audio Sensory Theater/09 Niles Edge.mp3","9" : "/Vast/Visual Audio Sensory Theater/10 Somewhere Else To Be.mp3","10" : "/Vast/Visual Audio Sensory Theater/11 You.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Vast","1" : "Vast","2" : "Vast","3" : "Vast","4" : "Vast","5" : "Vast","6" : "Vast","7" : "Vast","8" : "Vast","9" : "Vast","10" : "Vast" });
+ el.album = new Hash({ "0" : "Visual Audio Sensory Theater","1" : "Visual Audio Sensory Theater","2" : "Visual Audio Sensory Theater","3" : "Visual Audio Sensory Theater","4" : "Visual Audio Sensory Theater","5" : "Visual Audio Sensory Theater","6" : "Visual Audio Sensory Theater","7" : "Visual Audio Sensory Theater","8" : "Visual Audio Sensory Theater","9" : "Visual Audio Sensory Theater","10" : "Visual Audio Sensory Theater" });
+ el.titles = new Hash({ "0" : "Here","1" : "Touched","2" : "Dirty Hole","3" : "Pretty When You Cry","4" : "I'm Dying","5" : "Flames","6" : "Temtation","7" : "Three Doors","8" : "Niles Edge","9" : "Somewhere Else To Be","10" : "You" });
+ el.injectInside($('Vast'));
+ if (!$('Waltari')) {
+ new Element('DIV', {
+ 'id': 'Waltari',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Waltari").injectInside($('root'));
+ }
+ if ($('Waltari').className != 'node') {
+ $('Waltari').className = 'node';
+ $('Waltari').
+ }
+ var el = new Element('DIV', {
+ 'id': '1994SoFine',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("1994 - So Fine!");
+ el.files = new Hash({ "0" : "/Waltari/1994 - So Fine!/01 the beginning song.mp3","1" : "/Waltari/1994 - So Fine!/02 mad boy.mp3","2" : "/Waltari/1994 - So Fine!/03 so fine.mp3","3" : "/Waltari/1994 - So Fine!/04 a forest.mp3","4" : "/Waltari/1994 - So Fine!/05 4S.mp3","5" : "/Waltari/1994 - So Fine!/06 celtic funk.mp3","6" : "/Waltari/1994 - So Fine!/07 (your) nature is wild.mp3","7" : "/Waltari/1994 - So Fine!/08 to give.mp3","8" : "/Waltari/1994 - So Fine!/09 piggy in the middle.mp3","9" : "/Waltari/1994 - So Fine!/10 freddie laker.mp3","10" : "/Waltari/1994 - So Fine!/11 autumn.mp3","11" : "/Waltari/1994 - So Fine!/12 rhythm is a cancer.mp3","12" : "/Waltari/1994 - So Fine!/13 misty man.mp3","13" : "/Waltari/1994 - So Fine!/14 mysterious.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14" });
+ el.artist = new Hash({ "0" : "Waltari","1" : "Waltari","2" : "Waltari","3" : "Waltari","4" : "Waltari","5" : "Waltari","6" : "Waltari","7" : "Waltari","8" : "Waltari","9" : "Waltari","10" : "Waltari","11" : "Waltari","12" : "Waltari","13" : "Waltari" });
+ el.album = new Hash({ "0" : "So Fine","1" : "So Fine","2" : "So Fine","3" : "So Fine","4" : "So Fine","5" : "So Fine","6" : "So Fine","7" : "So Fine","8" : "So Fine","9" : "So Fine","10" : "So Fine","11" : "So Fine","12" : "So Fine","13" : "So Fine" });
+ el.titles = new Hash({ "0" : "the beginning song","1" : "mad boy","2" : "so fine","3" : "a forest","4" : "4s","5" : "celtic funk","6" : "(your) nature i","7" : "o give","8" : "piggy in the middle","9" : "freddie laker","10" : "autumn","11" : "rhythm is a cancer","12" : "misty man","13" : "mysterious" });
+ el.injectInside($('Waltari'));
+ if (!$('Waltari')) {
+ new Element('DIV', {
+ 'id': 'Waltari',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Waltari").injectInside($('root'));
+ }
+ if ($('Waltari').className != 'node') {
+ $('Waltari').className = 'node';
+ $('Waltari').
+ }
+ var el = new Element('DIV', {
+ 'id': '2005BloodSample',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2005 - Blood Sample");
+ el.files = new Hash({ "0" : "/Waltari/2005 - Blood Sample/01 - Blood Sample - Helsinki.mp3","1" : "/Waltari/2005 - Blood Sample/02 - Blood Sample - Not Enough.mp3","2" : "/Waltari/2005 - Blood Sample/03 - Blood Sample - Too Much Emptiness.mp3","3" : "/Waltari/2005 - Blood Sample/04 - Blood Sample - Never.mp3","4" : "/Waltari/2005 - Blood Sample/05 - Blood Sample - New York.mp3","5" : "/Waltari/2005 - Blood Sample/06 - Blood Sample - I'm In Pain.mp3","6" : "/Waltari/2005 - Blood Sample/07 - Blood Sample - All Roads Will Lead To Rome.mp3","7" : "/Waltari/2005 - Blood Sample/08 - Blood Sample - Digging Inside.mp3","8" : "/Waltari/2005 - Blood Sample/09 - Blood Sample - Fly Into The Light.mp3","9" : "/Waltari/2005 - Blood Sample/10 - Blood Sample - Shades To Grace.mp3","10" : "/Waltari/2005 - Blood Sample/11 - Blood Sample - Aching Eyes.mp3","11" : "/Waltari/2005 - Blood Sample/12 - Blood Sample - Back To The Audio.mp3","12" : "/Waltari/2005 - Blood Sample/13 - Blood Sample - Pigeons.mp3","13" : "/Waltari/2005 - Blood Sample/14 - Blood Sample - Exterminator Warheads.mp3","14" : "/Waltari/2005 - Blood Sample/15 - Blood Sample - Darling Boy.mp3","15" : "/Waltari/2005 - Blood Sample/16 - Blood Sample - Wide Awake.mp3","16" : "/Waltari/2005 - Blood Sample/17 - Blood Sample - Julia.mp3" });
+ el.track = new Hash({ "0" : "","1" : "","2" : "","3" : "","4" : "","5" : "","6" : "","7" : "","8" : "","9" : "","10" : "","11" : "","12" : "","13" : "","14" : "","15" : "","16" : "" });
+ el.artist = new Hash({ "0" : "Waltari","1" : "Waltari","2" : "Waltari","3" : "Waltari","4" : "Waltari","5" : "Waltari","6" : "Waltari","7" : "Waltari","8" : "Waltari","9" : "Waltari","10" : "Waltari","11" : "Waltari","12" : "Waltari","13" : "Waltari","14" : "Waltari","15" : "Waltari","16" : "Waltari" });
+ el.album = new Hash({ "0" : "Blood Sample","1" : "Blood Sample","2" : "Blood Sample","3" : "Blood Sample","4" : "Blood Sample","5" : "Blood Sample","6" : "Blood Sample","7" : "Blood Sample","8" : "Blood Sample","9" : "Blood Sample","10" : "Blood Sample","11" : "Blood Sample","12" : "Blood Sample","13" : "Blood Sample","14" : "Blood Sample","15" : "Blood Sample","16" : "Blood Sample" });
+ el.titles = new Hash({ "0" : "Helsinki","1" : "Not Enough","2" : "Too Much Emptiness","3" : "Never","4" : "New York","5" : "I'm In Pain","6" : "All Roads Will Lead To Rome","7" : "Digging Inside","8" : "Fly Into The Light","9" : "Shades To Grace","10" : "Aching Eyes","11" : "Back To The Audio","12" : "Pigeons","13" : "Exterminator Warheads","14" : "Darling Boy","15" : "Wide Awake","16" : "Julia" });
+ el.injectInside($('Waltari'));
+ if (!$('Waltari')) {
+ new Element('DIV', {
+ 'id': 'Waltari',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Waltari").injectInside($('root'));
+ }
+ if ($('Waltari').className != 'node') {
+ $('Waltari').className = 'node';
+ $('Waltari').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007ReleaseDatePromo',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Release Date - Promo");
+ el.files = new Hash({ "0" : "/Waltari/2007 - Release Date - Promo/01_get_stamped.mp3","1" : "/Waltari/2007 - Release Date - Promo/02_big_sleep.mp3","2" : "/Waltari/2007 - Release Date - Promo/03_lets_puke_together-cmg.mp3","3" : "/Waltari/2007 - Release Date - Promo/04_cityshamaani.mp3","4" : "/Waltari/2007 - Release Date - Promo/05_night_flight.mp3","5" : "/Waltari/2007 - Release Date - Promo/06_morning.mp3","6" : "/Waltari/2007 - Release Date - Promo/07_colgate_country_showdown.mp3","7" : "/Waltari/2007 - Release Date - Promo/08_the_incarnation_party.mp3","8" : "/Waltari/2007 - Release Date - Promo/09_sympathy.mp3","9" : "/Waltari/2007 - Release Date - Promo/10_hype.mp3","10" : "/Waltari/2007 - Release Date - Promo/11_thd_(lethinen).mp3","11" : "/Waltari/2007 - Release Date - Promo/12_sex_in_the_beergarden.mp3","12" : "/Waltari/2007 - Release Date - Promo/13_wish_i_could_heal.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Waltari","1" : "Waltari","2" : "Waltari","3" : "Waltari","4" : "Waltari","5" : "Waltari","6" : "Waltari","7" : "Waltari","8" : "Waltari","9" : "Waltari","10" : "Waltari","11" : "Waltari","12" : "Waltari" });
+ el.album = new Hash({ "0" : "Release Date","1" : "Release Date","2" : "Release Date","3" : "Release Date","4" : "Release Date","5" : "Release Date","6" : "Release Date","7" : "Release Date","8" : "Release Date","9" : "Release Date","10" : "Release Date","11" : "Release Date","12" : "Release Date" });
+ el.titles = new Hash({ "0" : "01_get_stamped.mp3","1" : "02_big_sleep.mp3","2" : "03_lets_puke_together-cmg.mp3","3" : "04_cityshamaani.mp3","4" : "05_night_flight.mp3","5" : "06_morning.mp3","6" : "07_colgate_country_showdown.mp3","7" : "08_the_incarnation_party.mp3","8" : "09_sympathy.mp3","9" : "10_hype.mp3","10" : "11_thd_(lethinen).mp3","11" : "12_sex_in_the_beergarden.mp3","12" : "13_wish_i_could_heal.mp3" });
+ el.injectInside($('Waltari'));
+ if (!$('WithinTemptation')) {
+ new Element('DIV', {
+ 'id': 'WithinTemptation',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Within Temptation").injectInside($('root'));
+ }
+ if ($('WithinTemptation').className != 'node') {
+ $('WithinTemptation').className = 'node';
+ $('WithinTemptation').
+ }
+ var el = new Element('DIV', {
+ 'id': '2004TheSilentForcepremiumdigipackedition',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2004 - The Silent Force (premium digipack edition)");
+ el.files = new Hash({ "0" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/01-within_temptation_-_intro-qtxmp3.mp3","1" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/02-within_temptation_-_see_who_i_am-qtxmp3.mp3","2" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/03-within_temptation_-_julian_(id_give_my_heart)-qtxmp3.mp3","3" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/04-within_temptation_-_stand_my_ground-qtxmp3.mp3","4" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/05-within_temptation_-_pale-qtxmp3.mp3","5" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/06-within_temptation_-_forsaken-qtxmp3.mp3","6" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/07-within_temptation_-_angels-qtxmp3.mp3","7" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/08-within_temptation_-_memories-qtxmp3.mp3","8" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/09-within_temptation_-_aquarius-qtxmp3.mp3","9" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/10-within_temptation_-_its_the_fear-qtxmp3.mp3","10" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/11-within_temptation_-_somewhere-qtxmp3.mp3","11" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/12-within_temptation_-_a_dangerous_mind_(bonustrack)-qtxmp3.mp3","12" : "/Within Temptation/2004 - The Silent Force (premium digipack edition)/13-within_temptation_-_the_swan_song_(bonustrack)-qtxmp3.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13" });
+ el.artist = new Hash({ "0" : "Within Temptation","1" : "Within Temptation","2" : "Within Temptation","3" : "Within Temptation","4" : "Within Temptation","5" : "Within Temptation","6" : "Within Temptation","7" : "Within Temptation","8" : "Within Temptation","9" : "Within Temptation","10" : "Within Temptation","11" : "Within Temptation","12" : "Within Temptation" });
+ el.album = new Hash({ "0" : "The Silent Force","1" : "The Silent Force","2" : "The Silent Force","3" : "The Silent Force","4" : "The Silent Force","5" : "The Silent Force","6" : "The Silent Force","7" : "The Silent Force","8" : "The Silent Force","9" : "The Silent Force","10" : "The Silent Force","11" : "The Silent Force","12" : "The Silent Force" });
+ el.titles = new Hash({ "0" : "Intro","1" : "See Who I Am","2" : "Julian (I'd Give My Heart)","3" : "Stand My Ground","4" : "Pale","5" : "Forsaken","6" : "Angels","7" : "Memories","8" : "Aquarius","9" : "It's The Fear","10" : "Somewhere","11" : "A Dangerous Mind (bonustrack)","12" : "The Swan Song (bonustrack)" });
+ el.injectInside($('WithinTemptation'));
+ if (!$('WithinTemptation')) {
+ new Element('DIV', {
+ 'id': 'WithinTemptation',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Within Temptation").injectInside($('root'));
+ }
+ if ($('WithinTemptation').className != 'node') {
+ $('WithinTemptation').className = 'node';
+ $('WithinTemptation').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007TheHeartofEverything',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - The Heart of Everything");
+ el.files = new Hash({ "0" : "/Within Temptation/2007 - The Heart of Everything/01-within_temptation-the_howling.mp3","1" : "/Within Temptation/2007 - The Heart of Everything/02-within_temptation-what_have_you_done_(feat._keith_caputo).mp3","2" : "/Within Temptation/2007 - The Heart of Everything/03-within_temptation-frozen.mp3","3" : "/Within Temptation/2007 - The Heart of Everything/04-within_temptation-our_solemn_hour.mp3","4" : "/Within Temptation/2007 - The Heart of Everything/05-within_temptation-the_heart_of_everything.mp3","5" : "/Within Temptation/2007 - The Heart of Everything/06-within_temptation-hand_of_sorrow.mp3","6" : "/Within Temptation/2007 - The Heart of Everything/07-within_temptation-the_cross.mp3","7" : "/Within Temptation/2007 - The Heart of Everything/08-within_temptation-final_destination.mp3","8" : "/Within Temptation/2007 - The Heart of Everything/09-within_temptation-all_i_need.mp3","9" : "/Within Temptation/2007 - The Heart of Everything/10-within_temptation-the_truth_beneath_the_rose.mp3","10" : "/Within Temptation/2007 - The Heart of Everything/11-within_temptation-forgiven.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11" });
+ el.artist = new Hash({ "0" : "Within Temptation","1" : "Within Temptation","2" : "Within Temptation","3" : "Within Temptation","4" : "Within Temptation","5" : "Within Temptation","6" : "Within Temptation","7" : "Within Temptation","8" : "Within Temptation","9" : "Within Temptation","10" : "Within Temptation" });
+ el.album = new Hash({ "0" : "The Heart Of Everything","1" : "The Heart Of Everything","2" : "The Heart Of Everything","3" : "The Heart Of Everything","4" : "The Heart Of Everything","5" : "The Heart Of Everything","6" : "The Heart Of Everything","7" : "The Heart Of Everything","8" : "The Heart Of Everything","9" : "The Heart Of Everything","10" : "The Heart Of Everything" });
+ el.titles = new Hash({ "0" : "The Howling","1" : "What Have You Done (Feat. Keith Caputo)","2" : "Frozen","3" : "Our Solemn Hour","4" : "The Heart Of Everything","5" : "Hand Of Sorrow","6" : "The Cross","7" : "Final Destination","8" : "All I Need","9" : "The Truth Beneath The Rose","10" : "Forgiven" });
+ el.injectInside($('WithinTemptation'));
+ if (!$('WithinTemptation')) {
+ new Element('DIV', {
+ 'id': 'WithinTemptation',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Within Temptation").injectInside($('root'));
+ }
+ if ($('WithinTemptation').className != 'node') {
+ $('WithinTemptation').className = 'node';
+ $('WithinTemptation').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007TheRaretheBest',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - The Rare, the Best");
+ el.files = new Hash({ "0" : "/Within Temptation/2007 - The Rare, the Best/01 - Towards The End.mp3","1" : "/Within Temptation/2007 - The Rare, the Best/02 - Destroyed (Demo).mp3","2" : "/Within Temptation/2007 - The Rare, the Best/03 - The Howling.mp3","3" : "/Within Temptation/2007 - The Rare, the Best/04 - Deep Within.mp3","4" : "/Within Temptation/2007 - The Rare, the Best/05 - Deceiver of fools.mp3","5" : "/Within Temptation/2007 - The Rare, the Best/06 - Ice queen.mp3","6" : "/Within Temptation/2007 - The Rare, the Best/07 - Gatekeeper.mp3","7" : "/Within Temptation/2007 - The Rare, the Best/08 - Jane Doe.mp3","8" : "/Within Temptation/2007 - The Rare, the Best/09 - What Have you Done - (rock_mix).mp3","9" : "/Within Temptation/2007 - The Rare, the Best/10 - Enter.mp3","10" : "/Within Temptation/2007 - The Rare, the Best/11 - Running up that Hill.mp3","11" : "/Within Temptation/2007 - The Rare, the Best/12 - Grace.mp3","12" : "/Within Temptation/2007 - The Rare, the Best/13 - Overcome.mp3","13" : "/Within Temptation/2007 - The Rare, the Best/14 - Candles.mp3","14" : "/Within Temptation/2007 - The Rare, the Best/15 - The other half of me.mp3","15" : "/Within Temptation/2007 - The Rare, the Best/16 - What Have you Done - (single_version).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12","12" : "13","13" : "14","14" : "15","15" : "16" });
+ el.artist = new Hash({ "0" : "Within Temptation","1" : "Within Temptation","2" : "Within Temptation","3" : "Within Temptation","4" : "Within Temptation","5" : "Within Temptation","6" : "Within Temptation","7" : "Within Temptation","8" : "Within Temptation","9" : "Within Temptation","10" : "Within Temptation","11" : "Within Temptation","12" : "Within Temptation","13" : "Within Temptation","14" : "Within Temptation","15" : "Within Temptation" });
+ el.album = new Hash({ "0" : "The Rare - The Best","1" : "The Rare - The Best","2" : "The Rare - The Best","3" : "The Rare - The Best","4" : "The Rare - The Best","5" : "The Rare - The Best","6" : "The Rare - The Best","7" : "The Rare - The Best","8" : "The Rare - The Best","9" : "The Rare - The Best","10" : "The Rare - The Best","11" : "The Rare - The Best","12" : "The Rare - The Best","13" : "The Rare - The Best","14" : "The Rare - The Best","15" : "The Rare - The Best" });
+ el.titles = new Hash({ "0" : "Towards The End","1" : "Destroyed (Unreleased Demo)","2" : "The Howling (From the upcoming","3" : "Deep Within","4" : "Deceiver of Fools","5" : "Ice Queen","6" : "Gatekeeper","7" : "Jane Doe","8" : "What have you done (Rock Mix)","9" : "Enter","10" : "Running Up That Hill","11" : "Grace","12" : "Overcome","13" : "Candles","14" : "The other half of me","15" : "What have you done (Single Ver" });
+ el.injectInside($('WithinTemptation'));
+ if (!$('WithinTemptation')) {
+ new Element('DIV', {
+ 'id': 'WithinTemptation',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Within Temptation").injectInside($('root'));
+ }
+ if ($('WithinTemptation').className != 'node') {
+ $('WithinTemptation').className = 'node';
+ $('WithinTemptation').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007WhatHaveYouDone5TrackSingle',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - What Have You Done - 5 Track Single");
+ el.files = new Hash({ "0" : "/Within Temptation/2007 - What Have You Done - 5 Track Single/01 What Have You Done [European Radio Version].mp3","1" : "/Within Temptation/2007 - What Have You Done - 5 Track Single/02 What Have You Done [Album Version].mp3","2" : "/Within Temptation/2007 - What Have You Done - 5 Track Single/03 Blue Eyes [Non Album Bonus Track].mp3","3" : "/Within Temptation/2007 - What Have You Done - 5 Track Single/04 Aquarius [Live at Java Island, Amsterdam].mp3","4" : "/Within Temptation/2007 - What Have You Done - 5 Track Single/05 Caged [Live at Java Island, Amsterdam].mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5" });
+ el.artist = new Hash({ "0" : "Within Temptation","1" : "Within Temptation","2" : "Within Temptation","3" : "Within Temptation","4" : "Within Temptation" });
+ el.album = new Hash({ "0" : "What Have You Done [Premium Tracklisting] [Single]","1" : "What Have You Done [Premium Tracklisting] [Single]","2" : "What Have You Done [Premium Tracklisting] [Single]","3" : "What Have You Done [Premium Tracklisting] [Single]","4" : "What Have You Done [Premium Tracklisting] [Single]" });
+ el.titles = new Hash({ "0" : "What have you done (Single Ver","1" : "What have you done (Album Vers","2" : "Blue eyes","3" : "Aquarius (Live at The Java Isl","4" : "Caged (Live at The Java Island" });
+ el.injectInside($('WithinTemptation'));
+ if (!$('WithinTemptation')) {
+ new Element('DIV', {
+ 'id': 'WithinTemptation',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Within Temptation").injectInside($('root'));
+ }
+ if ($('WithinTemptation').className != 'node') {
+ $('WithinTemptation').className = 'node';
+ $('WithinTemptation').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007WhatHaveYouDoneSingle',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - What Have You Done - Single");
+ el.files = new Hash({ "0" : "/Within Temptation/2007 - What Have You Done - Single/01_within_temptation-what_have_you_done_(single_version).mp3","1" : "/Within Temptation/2007 - What Have You Done - Single/02_within_temptation-what_have_you_done_(rock_mix).mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2" });
+ el.artist = new Hash({ "0" : "Within Temptation","1" : "Within Temptation" });
+ el.album = new Hash({ "0" : "What Have You Done CDS","1" : "What Have You Done CDS" });
+ el.titles = new Hash({ "0" : "What have you done (Single Version)","1" : "What have you done (Rock Mix)" });
+ el.injectInside($('WithinTemptation'));
+ if (!$('Xandria')) {
+ new Element('DIV', {
+ 'id': 'Xandria',
+ 'class': 'node',
+ 'events': {
+ 'click': nodeclick
+ }
+ }).appendText("Xandria").injectInside($('root'));
+ }
+ if ($('Xandria').className != 'node') {
+ $('Xandria').className = 'node';
+ $('Xandria').
+ }
+ var el = new Element('DIV', {
+ 'id': '2007SalomeTheSeventhVeil',
+ 'class': 'leaf',
+ 'events': {
+ 'click': leafclick
+ }
+ }).appendText("2007 - Salome - The Seventh Veil");
+ el.files = new Hash({ "0" : "/Xandria/2007 - Salome - The Seventh Veil/01-xandria-save_my_life.mp3","1" : "/Xandria/2007 - Salome - The Seventh Veil/02-xandria-vampire.mp3","2" : "/Xandria/2007 - Salome - The Seventh Veil/03-xandria-beware.mp3","3" : "/Xandria/2007 - Salome - The Seventh Veil/04-xandria-emotional_man.mp3","4" : "/Xandria/2007 - Salome - The Seventh Veil/05-xandria-salome.mp3","5" : "/Xandria/2007 - Salome - The Seventh Veil/06-xandria-only_for_the_stars_in_your_eyes.mp3","6" : "/Xandria/2007 - Salome - The Seventh Veil/07-xandria-firestorm.mp3","7" : "/Xandria/2007 - Salome - The Seventh Veil/08-xandria-a_new_age.mp3","8" : "/Xandria/2007 - Salome - The Seventh Veil/09-xandria-the_wind_and_the_ocean.mp3","9" : "/Xandria/2007 - Salome - The Seventh Veil/10-xandria-sisters_of_the_light.mp3","10" : "/Xandria/2007 - Salome - The Seventh Veil/11-xandria-sleeping_dogs_lie.mp3","11" : "/Xandria/2007 - Salome - The Seventh Veil/12-xandria-on_my_way.mp3" });
+ el.track = new Hash({ "0" : "1","1" : "2","2" : "3","3" : "4","4" : "5","5" : "6","6" : "7","7" : "8","8" : "9","9" : "10","10" : "11","11" : "12" });
+ el.artist = new Hash({ "0" : "Xandria","1" : "Xandria","2" : "Xandria","3" : "Xandria","4" : "Xandria","5" : "Xandria","6" : "Xandria","7" : "Xandria","8" : "Xandria","9" : "Xandria","10" : "Xandria","11" : "Xandria" });
+ el.album = new Hash({ "0" : "Salome The Seventh Veil","1" : "Salome The Seventh Veil","2" : "Salome The Seventh Veil","3" : "Salome The Seventh Veil","4" : "Salome The Seventh Veil","5" : "Salome The Seventh Veil","6" : "Salome The Seventh Veil","7" : "Salome The Seventh Veil","8" : "Salome The Seventh Veil","9" : "Salome The Seventh Veil","10" : "Salome The Seventh Veil","11" : "Salome The Seventh Veil" });
+ el.titles = new Hash({ "0" : "Save My Life","1" : "Vampire","2" : "Beware","3" : "Emotional Man","4" : "Salomé","5" : "Only For The Stars In Your Eyes","6" : "Firestorm","7" : "A New Age","8" : "The Wind And The Ocean","9" : "Sisters Of The Light","10" : "Sleeping Dogs Lie","11" : "On My Way" });
+ el.injectInside($('Xandria'));
+
+ }
+ window.addEvent('domready', init);