songs = new Array
songs[1]  = "Pearl Jam - \"Alive\""
songs[2]  = "Temple of the dog - \"Hunger Strike\""
songs[3]  = "Roni Size - \"Watching Windows\""
songs[4]  = "Radiohead - \"Creep\""
songs[5]  = "Stone Temple Pilots - \"Sex Type Thing\""
songs[6]  = "Biohazard - \"We're Only Gonna Die (from our own arrogance)\""
songs[7]  = "The The - \"Dogs Of Lust\""
songs[8]  = "Alice In Chains - \"Rooster\""
songs[9]  = "Jaw - \"Alec Is Amused\""
songs[10] = "OP:L Bastards - \"Scorpius\""
songs[11] = "Wu Tang Clan - \"Gravel Pit\""
songs[12] = "Filter - \"Take A Picture\""
songs[13] = "Propellerheads - \"Bang On\""
songs[14] = "Bad Religion - \"I Want To Conquer The World\""
songs[15] = "Stella - \"Hyperventilation Weeks\""
songs[16] = "Radiohead - \"Creep\""
songs[17] = "Atari Teenage Riot - \"Deutschland (has gotta die)\""
songs[18] = "DJ Krush - \"Only The Strong Survive\""
songs[19] = "Judas Priest - \"Painkiller\""
songs[20] = "Soundgarden - \"Jesus Christ Pose\""
songs[21] = "Moby - \"That\'s When I Reach For My Revolver\""
songs[22] = "Nine Inch Nails - \"Closer\""
songs[23] = "Fun Lovin\' Criminals - \"Loco\""
songs[24] = "Placebo - \"Pure Morning\""
songs[25] = "Helmet - \"Unsung\""
var song = songs[Math.round( (songs.length-1) * Math.random()) + 1]
