function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(15); threads[0] = new thread(89164, 'Alternate Mook Jong Ideas', 'dosk3n', '07-29-2010', '07:23 AM'); threads[1] = new thread(89127, 'Hey ya\'ll....', 'qwksilver61', '07-28-2010', '07:59 PM'); threads[2] = new thread(89081, 'DF: Shaolin Kung fu', 'Clark Kent', '07-27-2010', '10:30 AM'); threads[3] = new thread(89066, 'Sifu Benny Meng\'s Wing Chun University', 'coffeerox', '07-26-2010', '04:54 PM'); threads[4] = new thread(89058, 'Qigong', 'cwk', '07-26-2010', '01:00 PM'); threads[5] = new thread(89034, 'Some online resources related to Taijiquan ...', 'fyn5000', '07-24-2010', '06:41 PM'); threads[6] = new thread(89031, 'Tai-chi park', 'Bob Klein', '07-24-2010', '05:37 PM'); threads[7] = new thread(89029, 'Response to axe kick? (or other attacks)', 'Nabakatsu', '07-24-2010', '01:07 PM'); threads[8] = new thread(89018, 'Differences between JKD and Wing Chun', 'coffeerox', '07-23-2010', '04:06 PM'); threads[9] = new thread(89017, 'Practice Practice Practice!', 'General_Tso', '07-23-2010', '03:28 PM'); threads[10] = new thread(88999, 'Grading', 'dosk3n', '07-23-2010', '07:44 AM'); threads[11] = new thread(88994, 'Help- Translation needed!', 'sgerhardt45', '07-23-2010', '01:42 AM'); threads[12] = new thread(88991, 'Playing my form 10,000 times.', 'toranaga', '07-22-2010', '09:27 PM'); threads[13] = new thread(88988, 'What is fook sau?', 'bully', '07-22-2010', '03:05 PM'); threads[14] = new thread(88980, 'fave combos?', 'cwk', '07-22-2010', '07:19 AM');