table_arr = new Array(); row_arr = new Array();row_arr[0]=''; row_arr[1]=''; table_arr[0] = row_arr; row_arr = new Array();row_arr[0]='
'; row_arr[2]='currently playing


Last Broadcast
'; row_arr[1]=' - Doves: '; row_arr[2]=' Was cooing to this last weekend. Marvelous album by one of the unhailed originators of metro Brit-rock. Packed with good songs and ideas, this was the sound of the band at the height of its creative prowess. A must listen.'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='


Violet
'; row_arr[1]=' - Boy in Static: '; row_arr[2]=' Absolutely lovely. The calming fuzz that just drenches this gem of a record by Boy in Static is jaggedly beautiful. But no, this isn\'t classic noise pop as the band shuffles sometimes into the deeper end of ambient/dance music, creating a canvas that\'s both precisely calculated but yet compositionally strong.'; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='


Fourteen Autumns and Fifteen Winters
'; row_arr[1]=' - The Twilight Sad: '; row_arr[2]=' Some would say that The Twilight Sad need to lighten up. I beg to differ. Sure, there is a distinct uneasiness when trying to take in the band\'s brand of noisy melancholia, in that it\'s very unsettling. But yet, it\'s probably some of the most so emotionally poignant music you will hear this year.'; table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='


Sky Blue Sky
'; row_arr[1]=' - Wilco: '; row_arr[2]=' Jeff Tweedy has carved himself yet another gem of a record. The experimental theatrics have been considerably stripped, leaving just songs. And we all know how good Tweedy are with those. No twists, just a really good classic roots record.'; table_arr[4] = row_arr; row_arr = new Array();row_arr[0]='


Heresy and the Hotel Choir
'; row_arr[1]=' - Maritme: '; row_arr[2]=' Don\'t be fooled by Davey Von Bohlen\'s past, this is not whiny bed-wetting emo. Maritme play an infectious brand of upbeat indie rock that is seriously difficult to dislike. That culminated with Von Bohlen\'s satirical view of our existence\'s in and outs makes Maritime one of the foremost indie rock forces out there. '; table_arr[5] = row_arr; row_arr = new Array();row_arr[0]='
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[6] = row_arr; for (i=0; i < table_arr.length; i++){ for (j=0; j < table_arr[i].length; j++){ document.writeln(table_arr[i][j]) } };