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(97011, '2009 TIPSTERS: Survivor Series', 'Triple Naitch', '11-20-2009', '01:19 PM'); threads[1] = new thread(97004, 'scissor stabbing, promo stumbling, during match shitting former champ to TNA!!!', 'The MAC', '11-20-2009', '08:08 AM'); threads[2] = new thread(96998, 'House show - go or don\'t go? (possible S. Series spoiler)', 'HTrain90', '11-20-2009', '02:02 AM'); threads[3] = new thread(96997, 'really good deals right now', 'Indifferent Clox', '11-20-2009', '01:27 AM'); threads[4] = new thread(96996, 'FCW 11/15/09-11/21/09 TV Recap', 'loopydate', '11-19-2009', '11:58 PM'); threads[5] = new thread(96992, 'TNA (lariat) impact thread- Wolfe, daniels v angle, styles', 'Indifferent Clox', '11-19-2009', '10:40 PM'); threads[6] = new thread(96990, 'Whats Your Gimmick?', 'thegoat10', '11-19-2009', '09:35 PM'); threads[7] = new thread(96980, 'The Rock and WWE working together??', 'Splaya', '11-19-2009', '01:59 PM'); threads[8] = new thread(96977, 'Did the TNA Legend\'s title change to the Global Title?', 'BigDaddyCool', '11-19-2009', '12:32 PM'); threads[9] = new thread(96970, 'IWA-MS is back (apparently)', 'kareru', '11-19-2009', '11:09 AM'); threads[10] = new thread(96969, 'Better Wrestler #105', 'Supreme Olajuwon', '11-19-2009', '10:59 AM'); threads[11] = new thread(96963, 'Hulk Hogan Unreleased Collector\'s Edition DVD Review', 'CWK', '11-19-2009', '04:02 AM'); threads[12] = new thread(96947, 'Create Tag Teams', 'Providence Peep', '11-19-2009', '01:53 AM'); threads[13] = new thread(96943, 'Should TNA do more with Raven and Dr. Stevie?', 'Rollermacka', '11-19-2009', '12:13 AM'); threads[14] = new thread(96939, 'So are we going to see Hot Rod again?', 'LuigiD', '11-18-2009', '11:14 PM');