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(267187, 'Any Weyoun fans here?', 'Kilana2', 'March 10 2015', '11:09 PM'); threads[1] = new thread(267184, 'Nimoy-Class...', 'Atolm', 'March 10 2015', '10:38 PM'); threads[2] = new thread(267181, 'Plox = Guinan 2.0 ???', 'Reeborg', 'March 10 2015', '08:43 PM'); threads[3] = new thread(267178, 'So what was the best single special effects shot in the 10', 'enterprisecvn65', 'March 10 2015', '06:39 PM'); threads[4] = new thread(267175, 'Cities Skylines: SimCity\'s Successor', 'Robert Maxwell', 'March 10 2015', '04:50 PM'); threads[5] = new thread(267166, 'Great alternate movie shots', 'JJohnson', 'March 10 2015', '04:18 PM'); threads[6] = new thread(267163, 'Powers', 'JoeZhang', 'March 10 2015', '03:55 PM'); threads[7] = new thread(267160, 'Your Dream?', 'TayLaLaLa', 'March 10 2015', '03:48 PM'); threads[8] = new thread(267157, 'Single worst scene in the first ten movies', 'Marsden', 'March 10 2015', '03:47 PM'); threads[9] = new thread(267154, 'TIE BREAKER -' + '- TNG Avatar Contest #93: Qpid', 'Tom Riley', 'March 10 2015', '02:53 AM'); threads[10] = new thread(267151, 'Should the Washington Redskins Change Their Name?', 'fonzob1', 'March 10 2015', '02:44 AM'); threads[11] = new thread(267148, 'These Are The Voyages Volumes 4 and 5...', 'Warped9', 'March 10 2015', '02:43 AM'); threads[12] = new thread(267142, 'The road to WNMHGB, 50 years ago', 'subatoi', 'March 9 2015', '11:38 PM'); threads[13] = new thread(267139, 'ENTER | TOS Avatar Contest #67: The Empath', 'Orac', 'March 9 2015', '11:17 PM'); threads[14] = new thread(267136, 'VOTE Misc. Avatar Contest: This means WAR!', 'Showdown', 'March 9 2015', '11:12 PM');