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


Civilization IV Beyond the Sword
'; row_arr[1]=' Sid Meiers and 2K Games'; row_arr[2]=' A Large expanision for Civ 4 (my favorite game) that adds back many of the features that existed in CIV 2 and 3. There are increesed espionage features, random events, corporations, and many new Civilizations to play or confront.'; table_arr[1] = row_arr; row_arr = new Array();row_arr[0]='


Civilization 4 Gold
'; row_arr[1]=' Sid Meier'; row_arr[2]=' Civilization has long been my favorite game. Where else can you participate in the growth of human civilization from the start though the modern era. Very fun!'; 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]) } };