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(972, 'The mystery motorcyclist thread', 'Johnny Sasaki', '07-30-2010', '10:31 AM'); threads[1] = new thread(976, 'TNA-ECW Impact Discussion Thread - July 29, 2010', 'H.O.O.D', '07-30-2010', '10:25 AM'); threads[2] = new thread(988, 'Bret Hart "Hitman". The book I should have reviewed 3 years ago', 'stjimmy1991', '07-30-2010', '10:20 AM'); threads[3] = new thread(987, 'The Bear Trap 2: What if I just did? (NxT)', 'Shane', '07-30-2010', '10:16 AM'); threads[4] = new thread(624, 'The ECW boys in TNA', 'VoxIsMyCowboy', '07-30-2010', '10:13 AM'); threads[5] = new thread(986, 'Green Eyes #29: Brock’s loss is wrestling’s gain. (NXT)', 'Shane', '07-30-2010', '10:00 AM'); threads[6] = new thread(127, 'Fantasy Baseball Budget league - transaction thread', 'Slap', '07-30-2010', '09:35 AM'); threads[7] = new thread(69, '2010 College Football Off-season', 'Jediknight', '07-30-2010', '08:43 AM'); threads[8] = new thread(982, 'The PEN15 Mightier – What If You Can\'t See Me? -NXT 4-', 'ChrisBear', '07-30-2010', '08:31 AM'); threads[9] = new thread(969, 'Doctor\'s Orders: Chris Benoit Arrested For Murdering His Wife and Son (NXT)', 'Dr. CMV1', '07-30-2010', '07:48 AM'); threads[10] = new thread(57, 'MLB Hitting Streak Game', 'Hustle', '07-30-2010', '06:09 AM'); threads[11] = new thread(970, 'The Current Big Column: The Rest of the Current Big Controversy', 'stjimmy1991', '07-30-2010', '04:08 AM'); threads[12] = new thread(18, 'Major League Baseball 2010', 'Slap', '07-30-2010', '03:19 AM'); threads[13] = new thread(963, '(#4) Yipp Yipp: The Life and Times of Skip Shagfield', 'Current Big Thing', '07-30-2010', '01:18 AM'); threads[14] = new thread(973, 'The Rant Of The Week: Total Desperation', 'Morpheus', '07-30-2010', '12:25 AM');