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]='';table_arr[6] = row_arr; row_arr = new Array();row_arr[0]='
'; row_arr[2]='Declan Celebrates


Nuyorican Soul
'; row_arr[1]=' Masters At Work'; row_arr[2]='
Fave Track: I am the Black Gold of the Sun. '; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='


Let It Be
'; row_arr[1]=' The Replacements'; row_arr[2]='
The missing link between REM & Husker Du. (Are they auditioning for 3rd Rock from the Sun on the Cover?)'; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='


ABC Music
'; row_arr[1]=' Stereolab'; row_arr[2]='
2cd Radio 1 Sesssions - would make a great introduction to the grooop'; table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='


Futurism 2
'; row_arr[1]=' Various Artists'; row_arr[2]='
Apparently Electroclash is dead - don\'t believe it!'; table_arr[4] = row_arr; row_arr = new Array();row_arr[0] = '
';table_arr[5] = row_arr; row_arr = new Array();row_arr[0] = '
Declan\'s Stuff\'s rank is: Biological Species, gathered from 32 people. Rank Declan\'s Stuff below
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[7] = 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]) } };