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(70086, 'Palladium Boots Feature on DETROIT with Johnny Knoxville 3 part series', 'JohnMcClane', '09-10-2010', '12:13 AM'); threads[1] = new thread(70078, 'BREAKING NEWS: There is no Jesus or Muhammad so everyone can get along again.', 'juicyj024', '09-09-2010', '08:53 PM'); threads[2] = new thread(70073, 'Football: NFL Week 1: NFC Championship Rematch - NO vs. MIN', 'gordongekko', '09-09-2010', '07:26 PM'); threads[3] = new thread(70072, 'Flex help', 'Buster', '09-09-2010', '07:21 PM'); threads[4] = new thread(70071, 'Space shuttle tribute posters', 'Mororvia', '09-09-2010', '07:04 PM'); threads[5] = new thread(70056, 'Football: Question for anyone who\'s been to ND for a game.......', 'AWelch', '09-09-2010', '03:08 PM'); threads[6] = new thread(70053, 'which rb to start', 'yourmom_is_hot', '09-09-2010', '02:24 PM'); threads[7] = new thread(70051, 'Other: All these mascots are better than Sparty', 'yourmom_is_hot', '09-09-2010', '02:19 PM'); threads[8] = new thread(70050, 'Appeal failed, Monica Conyers to report to prison tomorrow', 'yourmom_is_hot', '09-09-2010', '02:13 PM'); threads[9] = new thread(70045, 'Light a Candle for 9/11', 'yourmom_is_hot', '09-09-2010', '01:22 PM'); threads[10] = new thread(70042, 'Week 1 Butthurt', 'gordongekko', '09-09-2010', '12:45 PM'); threads[11] = new thread(70034, 'RB Question - Week 1', 'The Great Gazoo', '09-09-2010', '12:03 PM'); threads[12] = new thread(70033, 'Trade Question', 'kehrerd', '09-09-2010', '11:53 AM'); threads[13] = new thread(70028, 'Would you.........', 'det2orl', '09-09-2010', '11:30 AM'); threads[14] = new thread(70027, 'Dual Back system is tough to predict: Help', 'Kansas City Joey', '09-09-2010', '11:27 AM');