table_arr = new Array(); row_arr = new Array();row_arr[0]=''; table_arr[0] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Your new favourite band'; row_arr[1]=' The Hives'; row_arr[2]=''; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : The Marshall Mathers Show'; row_arr[1]=' Eminem'; row_arr[2]=''; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Red blood cells'; row_arr[1]=' White Stripes'; row_arr[2]=''; table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='
- Playing : Medieval Total War'; row_arr[1]=' Creative Assembly'; row_arr[2]='
Beat that sucker for good this time'; table_arr[4] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Origin of Symmetry'; row_arr[1]=' Muse'; row_arr[2]='
I\'m sure there used to be a different band called Muse'; table_arr[5] = row_arr; row_arr = new Array();row_arr[0]='
- Reading : The Double Helix'; row_arr[1]=' Watson'; row_arr[2]='
Crick and Watson discover the secret of life (it was the girl wot did it)'; table_arr[6] = row_arr; row_arr = new Array();row_arr[0]='
- Reading : Fear and Loathing in Las Vegas'; row_arr[1]=' Hunter S Thompson'; row_arr[2]='
Samoan acid baths at the Mint 400'; table_arr[7] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Atom Powered Action'; row_arr[1]=' Bis'; row_arr[2]='
Scottish Punk Pop'; table_arr[8] = row_arr; row_arr = new Array();row_arr[0]='
- Reading : Gonzo Marketing'; row_arr[1]=' Chris Locke'; row_arr[2]='
Marketing for the clinically insane'; table_arr[9] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Kind of Blue'; row_arr[1]=' Miles Davis'; row_arr[2]='
Doesn\'t get better than this'; table_arr[10] = row_arr; row_arr = new Array();row_arr[0]='
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[11] = 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]) } };