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(89096, 'The International Karate Championships', 'Bob White', '07-27-2010', '06:31 PM'); threads[1] = new thread(89095, 'The International Karate Championships', 'Bob White', '07-27-2010', '06:26 PM'); threads[2] = new thread(88515, 'Missing Pages from Ed Parker\'s Kenpo Manual', 'BuzzW', '07-07-2010', '03:57 PM'); threads[3] = new thread(88514, 'Missing Pages from Ed', 'BuzzW', '07-07-2010', '03:56 PM'); threads[4] = new thread(88156, 'Karate Kid demo', 'Bob White', '06-18-2010', '06:27 PM'); threads[5] = new thread(87696, 'Brian Strain', 'JSB', '05-26-2010', '04:13 PM'); threads[6] = new thread(87651, 'I wonder why part 2', 'Kim Dahl', '05-24-2010', '05:09 PM'); threads[7] = new thread(87455, 'Sets dvd', 'WILKESBOROKENPO', '05-16-2010', '02:04 PM'); threads[8] = new thread(87281, 'Neil church contact information', 'WILKESBOROKENPO', '05-07-2010', '03:07 PM'); threads[9] = new thread(87196, 'Steve Johnson, 5th out of Azusa, CA.', 'Tames D', '05-03-2010', '10:59 PM'); threads[10] = new thread(86268, 'Creation Forms', 'Kyoshi', '03-31-2010', '05:37 AM'); threads[11] = new thread(85883, 'I wonder why', 'Kim Dahl', '03-20-2010', '03:47 PM'); threads[12] = new thread(85762, 'Short 2 - lets see what we can dig out!', 'Kyoshi', '03-16-2010', '06:14 AM'); threads[13] = new thread(85732, 'Purple Belt technique questions', 'Kyoshi', '03-15-2010', '11:07 AM'); threads[14] = new thread(85664, 'I am ready', 'Manny', '03-12-2010', '01:17 PM');