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]='the addict is...
- Listening to : Love. Angel. Music. Baby.'; row_arr[1]=' Gwen Stefani'; row_arr[2]='
The album is a combination of Kool and the Gang, Yaz, New Order, Lisa Lisa, and the Neptunes. Great beats. A lot of fun.'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='
- Watching : The Incredibles'; row_arr[1]=' from Pixar'; row_arr[2]='
My favorite Pixar movie yet. Well developed characters, great voice acting, and smart commentary on American suburban life.'; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Love the Cup'; row_arr[1]=' by Sons and Daughters'; row_arr[2]='
I first saw this band when they opened for Franz Ferdinand at the Grand in SF. '; table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='
- Reading : Carnet de Voyage'; row_arr[1]=' by Craig Thompson'; row_arr[2]='
My favorite graphic novelist. Thompson went on a European book tour to promote \"Blankets\" and he agreed to keep an illustrated travel journal during his time there. It\'s a moving portrait of loneliness, culture shock, culture wars, and love.'; table_arr[4] = row_arr; row_arr = new Array();row_arr[0]='
- Listening to : Happenstance'; row_arr[1]=' by Rachael Yamagata'; row_arr[2]='
An absolutely phenomenal singer/songwriter. Wrongfully compared to Norah Jones, Yamagata\'s songs, about the highs and lows of love, are so moving. Also check out her EP for additional songs. It\'s available on iTunes'; table_arr[5] = row_arr; row_arr = new Array();row_arr[0]='
- Watching : Coupling'; row_arr[1]=' on BBC America and DVD'; row_arr[2]='
This show really is Friends meets Sex and the City. So raunchy and laugh out loud funny. Sarah Alexander looks like Katie Couric\'s twin and Jack Davenport is just lovely.'; table_arr[6] = row_arr; row_arr = new Array();row_arr[0]='
- Watching : Desperate Housewives'; row_arr[1]=' starring Teri Hatcher, Felicity Huffman, and Marcia Cross'; row_arr[2]='
Finally! Appointment television is back.'; table_arr[7] = row_arr; row_arr = new Array();row_arr[0]='
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[8] = 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]) } };