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(2452, 'NEPA Tourney', 'The Don', '09-08-2010', '08:03 PM'); threads[1] = new thread(2451, 'Butteryfly Guard', 'Rufio', '09-08-2010', '11:15 AM'); threads[2] = new thread(2450, 'Pedro Sauer Move of the Month', 'Pedro Sauer Academy', '09-07-2010', '10:24 AM'); threads[3] = new thread(2446, 'supplements?', 'harrow17', '09-06-2010', '06:47 PM'); threads[4] = new thread(2445, 'Aromatherapy For Stress Relief', 'maddy26', '09-05-2010', '09:55 PM'); threads[5] = new thread(2444, 'Yves Lavigne Remains Unbiased: Josh Koscheck Statements Were False', 'wolunt', '09-05-2010', '04:16 PM'); threads[6] = new thread(2443, '#126 Weight Loss in BJJ (Rebroadcast)', 'Kay', '09-05-2010', '01:11 AM'); threads[7] = new thread(2442, 'Possible new school', 'The Don', '09-04-2010', '07:25 PM'); threads[8] = new thread(2441, 'Sick Training Montage featuring JT "Spiderman" Torres!!!', 'Jitz8200', '09-03-2010', '11:51 AM'); threads[9] = new thread(2439, 'The BJJ Gi Dryer Hanger', 'Kay', '09-03-2010', '09:43 AM'); threads[10] = new thread(2438, 'Ok I need some help', 'toDIEisGAIN', '09-02-2010', '03:19 PM'); threads[11] = new thread(2437, 'Conceptual Video on Leverage in Grappling', 'jasculs', '09-02-2010', '09:59 AM'); threads[12] = new thread(2436, 'I need some advice. Any help is appreciated.', 'RBCa', '09-01-2010', '08:56 PM'); threads[13] = new thread(2435, 'Shoyoroll Batch 7 Preorders soon!', 'Rufio', '09-01-2010', '04:25 PM'); threads[14] = new thread(2434, 'Hello....', 'Chris3954', '09-01-2010', '03:46 PM');