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(89165, 'FMAT: a heated conversation.. with a favorable ending??', 'Clark Kent', '07-29-2010', '08:00 AM'); threads[1] = new thread(89161, 'FMAT: WEKAF World Champions Vs Eskrima Champions', 'Clark Kent', '07-29-2010', '03:51 AM'); threads[2] = new thread(89074, 'FMAT: Eskrimadors', 'Clark Kent', '07-27-2010', '02:30 AM'); threads[3] = new thread(89067, 'FMAT: Anybody watch this', 'Clark Kent', '07-26-2010', '05:00 PM'); threads[4] = new thread(89059, 'FMAT: Congratulations to Tomi Harell - Promoted to Lakan 7 (Sr. Master)!', 'Clark Kent', '07-26-2010', '01:00 PM'); threads[5] = new thread(89033, 'FMAT: WALKING STICK vs LONG AXE', 'Clark Kent', '07-24-2010', '06:30 PM'); threads[6] = new thread(89027, 'Promoted to 3rd Degree!!!', 'Guro Harold', '07-24-2010', '08:29 AM'); threads[7] = new thread(89025, 'FMAT: Looking for people to train with in Norfolk, VA', 'Clark Kent', '07-24-2010', '04:41 AM'); threads[8] = new thread(89011, 'FMAT: Shotgun versus Knife with Grand Tuhon Gaje and Mandala Guro Tim Waid', 'Clark Kent', '07-23-2010', '01:50 PM'); threads[9] = new thread(88992, 'FMAT: How Much Sparring', 'Clark Kent', '07-22-2010', '11:50 PM'); threads[10] = new thread(88911, '2010 IMAF Detroit Camp Visit.', 'Datu Tim Hartman', '07-19-2010', '10:17 AM'); threads[11] = new thread(88910, 'FMAT: 2010 IMAF Detroit Camp Visit.', 'Clark Kent', '07-19-2010', '10:10 AM'); threads[12] = new thread(88901, 'FMAT: Robert Quinn has passed away.', 'Clark Kent', '07-18-2010', '08:00 PM'); threads[13] = new thread(88900, 'The Passing of Bob Quinn', 'hapkenkido', '07-18-2010', '07:59 PM'); threads[14] = new thread(88889, 'FMAT: FMA in Topeka, KS?', 'Clark Kent', '07-17-2010', '09:40 PM');