table_arr = new Array(); row_arr = new Array();row_arr[0]=''; 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[3] = row_arr; row_arr = new Array();row_arr[0]=''; table_arr[4] = row_arr; row_arr = new Array();row_arr[0]=''; table_arr[5] = row_arr; row_arr = new Array();row_arr[0]='
The Myth of the Rational Voter'; row_arr[1]=' Bryan Caplan'; row_arr[2]='
A reasonable economic analysis of why voters are so prone to folly. Required reading for fools.'; row_arr[3]=': 25 Nov 18:04
The Politically Incorrect Guide to the Constitution'; row_arr[1]=' Kevin R. C. Gutzman'; row_arr[2]='
The Federalists were nationalists who managed to write a mostly federalist Constitution, which was perverted by nationalist sympathies, as the American Experiment evolved. I sympathize almost entirely with the original anti-federalists, who were the true federalists all along.'; row_arr[3]=': 25 Nov 16:05
Jumper'; row_arr[1]=' Steven Gould'; row_arr[2]='
I read this when it first came out; just re-read it. I enjoyed it both times. Good popular fiction, good juvenile science fiction, and far better than the movie ostensibly made from it.'; row_arr[3]=': 25 Nov 15:55
The Data of Ethics'; row_arr[1]=' Herbert Spencer'; row_arr[2]='
I\'m usually reading or re-reading something by Spencer. This time I\'m reading through his classic treatise (part one of the Principles of Ethics) to clean up HTML before loading it online.'; row_arr[3]=': 27 Mar 09:07
Principles of Political Economy, Vols I & II'; row_arr[1]=' J.S. Mill'; row_arr[2]='
My most recent purchase, fine old D. Appleton editions.'; row_arr[3]=': 27 Mar 09:05
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[6] = 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]) } };