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[1] = row_arr; row_arr = new Array();row_arr[0]=''; table_arr[2] = row_arr; row_arr = new Array();row_arr[0] = '';table_arr[4] = row_arr; row_arr = new Array();row_arr[0]='
'; row_arr[2]='currently recommends
- Watching : Eternal Sunshine of the Spotless Mind'; row_arr[1]=' jim carrey, kate winslet'; row_arr[2]=' i love this movie. it\'s different. the acting is perfect and the storyline is unique. it is funny and artsy. rent it!'; row_arr[3]=': 22 Nov 23:33
- Listening to : Absolution'; row_arr[1]=' Muse'; row_arr[2]=' piano based alternative. the vocals sound like a mix between the lead singers of Starsailor and Radiohead. this is a powerful and sometimes hauntingly beautiful album!'; row_arr[3]=': 22 Nov 23:23
';table_arr[3] = row_arr; row_arr = new Array();row_arr[0] = '
land of random\'s rank is: Default Superstar, gathered from 3 people. Rank land of random below
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[5] = 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]) } };