table_arr = new Array(); row_arr = new Array();row_arr[0]=''; table_arr[0] = row_arr; row_arr = new Array();row_arr[0]='


John Adams
'; row_arr[1]=' HBO'; row_arr[2]=' An enjoyable historical mini-sereis about one of America\'s founding fathers. Great acting and good writing that while it may take some liberties with history, presents the story of the man in an intersting way.'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='


A. D. - The Trials & Triumph of the Early Church
'; row_arr[1]=' Vincenzo Labella'; row_arr[2]=' I always liked this mini-sereis which focused on the Acts of the Apostles and also covered the succession of Roman emperors and their intrigues. I was disapointed by this version which cut the 9 hour series down to 6. The editing was choppy and made the story hard to follow at times. Much of the contrast with the Romans was cut. I would like to have the 9 hour version, if it were available.'; table_arr[2] = row_arr; row_arr = new Array();row_arr[0]='


The Tudors - The Complete First Season
'; row_arr[1]=' Showtime'; row_arr[2]=' Excellent drama that unfortunatley takes some liberties with history. It is an interesting portrayal of a young and fit Henry VIII of England. My wife is something of an expert on the time period and is constantly pointing out the historical inaccuracies, but it is still a very good drama.'; table_arr[3] = row_arr; row_arr = new Array();row_arr[0]='


The Godfather DVD Collection (The Godfather/ The Godfather - Part II/ The Godfather - Part III)
'; row_arr[1]=' Francis Ford Coppola'; row_arr[2]=' These are movie classics. Tragedies of a Shakespearian caliber, these films do not glorify violence or the mob any more than Shakespearian plays glorify regicide. There are tales that show the consequences of poor choices even when those choices are done for good ends. They also illustrate what happens when one aspect of virtue, in this case, loyalty is upheld to the exclusion of others - just as Plato argues.'; table_arr[4] = row_arr; row_arr = new Array();row_arr[0]='


The War
'; row_arr[1]=' Ken Burns'; row_arr[2]=' Another fine documentary by Ken Burns. This work focuses on the experience of the residents of 4 American towns durring World War II. '; table_arr[5] = row_arr; row_arr = new Array();row_arr[0]='


The Complete 10 Star Trek Movie Set
'; row_arr[1]=' Star Trek'; row_arr[2]=' All 10 movies including the Motionless Picture, The Search for Plot. The Apology, Worst Contact, and Shamlesis. Just kidding. I am a big fan of Trek and while I might go nuts with all the faults in 5 and First Contact, I still enjoy them.'; table_arr[6] = row_arr; row_arr = new Array();row_arr[0]='


Star Trek The Animated Series
'; row_arr[1]=' Gene Roddenberry'; row_arr[2]=' I had barely seen any of what many call \"Star Trek\'s 4th Season\". The writing is right on the same level in most of these animated episodes as in the original series. It was a real treat to see \"new\" Trek.'; table_arr[7] = row_arr; row_arr = new Array();row_arr[0]='


Rome - The Complete Second Season
'; row_arr[1]=' HBO, BBC, RAI'; row_arr[2]=' The second seaon of Rome picks up after the dealth of Caesar and covers the time period up to Octavian (Ceasar Augustus) taking sole control of and the start of the empire. The series depits in graphic detail the excesses, and violence of ancient Rome. While this season was less historically accurate than the 1st, it did give a good sense of the times even if some facts were bent or broken to fit the well crafted story.'; table_arr[8] = row_arr; row_arr = new Array();row_arr[0]='


Babylon 5 - The Lost Tales
'; row_arr[1]=' J. Michael Straczynski'; row_arr[2]=' The first new chapter of Babylon 5 in 5 years. It was great to see two new original stories set in one of my favorite fictional settings. These two stories played out rather like good Twilight Zone episodes - but they fit in great to the world of Babylon 5.'; table_arr[9] = row_arr; row_arr = new Array();row_arr[0]='


Star Trek: The Original Series
'; row_arr[1]=' Gene Roddenberry'; row_arr[2]=' The Original Star Trek. I grew up watching this groundbreaking series as a young child with my father. Despite the sometimes dated special effects, the writing and the ideals expressed in the series hold up rather well today. A definite Science Fiction Classic and one of my favorite TV shows.'; table_arr[10] = row_arr; row_arr = new Array();row_arr[0]='
¤ by myMediaList
¤ Get Your Own Free List!'; row_arr[1]='
'; table_arr[11] = 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]) } };