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 Job Shop
Golf Tips'; row_arr[1]=':   The Best Golf Course On The Web'; row_arr[2]=': 05 Jan
Golf Tips And Lessons 4u'; row_arr[1]=':   Tips from experts on how to improve your golfing game'; row_arr[2]=': 08 Dec
The Golf Instruction Center'; row_arr[1]=':   The Golf Instruction Center - A compendium of articles and resources to improve your game and help you to become a better golfer.'; row_arr[2]=': 11 Sep
Weblogs Compendium Links'; row_arr[1]=':   Tools, hosting, and directories for webloggers'; row_arr[2]=': 07 Sep
'; 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]) } };