table_arr = new Array(); row_arr = new Array();row_arr[0]='
'; row_arr[1]='| '; row_arr[2]='Currently reading |
'; table_arr[0] = row_arr; row_arr = new Array();row_arr[0]='Blink'; row_arr[1]=' Malcolm Gladwell'; row_arr[2]=' Blink is about the snap judgements and decisions we make in our life. A brilliant insight on how our sub conscious works Simple and compelling'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0] = '| random pourings of the sanguine water bearer\'s rank is: Cosmic Star, gathered from 8 people. Rank random pourings of the sanguine water bearer below | ';table_arr[2] = row_arr; row_arr = new Array();row_arr[0] = ' |
| ';table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='¤ by myMediaList ¤ Get Your Own Free List!'; row_arr[1]=' | |
'; table_arr[4] = 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])
}
};