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]='
Morning Coffee
Gina Cobb'; row_arr[1]=':   Commentary. Current Events. Quotes. Humor.'; row_arr[2]=': 08 May
Scrappy Conservatives'; row_arr[1]=':   Shock troops of the conservative movement.'; row_arr[2]=': 03 May
Citizen Journal'; row_arr[1]=':   Conservative politics and discussions'; row_arr[2]=': 28 Apr
Truth On Iraq'; row_arr[1]=':   Latest news and views comming out of Iraq! Stop relying on the MSM for your news about Iraq, Iraqis\',and our soldiers serving over there!'; row_arr[2]=': 24 Apr
'; row_arr[1]='¤ by blogLinker.com
¤ join my list!'; row_arr[2]='
¤ Check out: broadQAst.com - share travel tips & pics with the world!'; row_arr[3]='
'; 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]) } };