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]='I\'m much cooler than you


The Revolution; a feild manual for changing your world
'; row_arr[1]=' multiple contributors'; row_arr[2]='
just about to start this; I have to write a review :('; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='


Truth with Love; The Apologetics of Francis Schaeffer
'; row_arr[1]=' Bryan A. Follis'; row_arr[2]='
Oh to be an intern...'; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[3] = 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]) } };