table_arr = new Array(); row_arr = new Array();row_arr[0]='
'; row_arr[1]='| '; row_arr[2]='currently recommends |
'; table_arr[0] = row_arr; row_arr = new Array();row_arr[0]='
 El Caso de la Fe'; row_arr[1]=' Lee Strobel'; row_arr[2]=' Interesting book that studies the personality in need of faith to escape loneliness. And true faith on the other hand (****)'; row_arr[3]=': 01 Nov 04:35 |
'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='¤ by myMediaList ¤ Get Your Own Free List!'; row_arr[1]=' |
'; table_arr[2] = 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])
}
};