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(4552, 'Who Hates Sheamus?', 'MissouriDragon', '02-09-2010', '12:16 PM'); threads[1] = new thread(4350, 'Which wrestlers are you not feeling?', 'EdgeRocks', '02-09-2010', '12:06 PM'); threads[2] = new thread(4543, 'Do you think Hulk Hogan is ruining TNA?', 'ItDeosntMatter', '02-09-2010', '11:54 AM'); threads[3] = new thread(4545, 'Human Tornado Retiring', 'jawbreaker', '02-09-2010', '10:43 AM'); threads[4] = new thread(4551, 'Blandest or less credible champ ever...', 'cuzisnotamark1985', '02-09-2010', '10:21 AM'); threads[5] = new thread(45, 'Christian', 'makeo', '02-09-2010', '10:05 AM'); threads[6] = new thread(4542, 'Monday Night RAW: February 8th, 2009', 'CharlieMac', '02-09-2010', '09:53 AM'); threads[7] = new thread(4353, 'The Future Of ECW ???', 'makeo', '02-09-2010', '09:42 AM'); threads[8] = new thread(3351, 'You must pick one', 'cuzisnotamark1985', '02-09-2010', '09:17 AM'); threads[9] = new thread(4550, 'Which is your favourite Undertaker gimmick ever?', 'Hollywood Hogan', '02-09-2010', '07:33 AM'); threads[10] = new thread(4541, 'WWE Toy Show', 'The End', '02-09-2010', '05:39 AM'); threads[11] = new thread(4390, 'Things you wish you would never see in the WWE, and things you wish you hadn\'t', 'westward-ho', '02-09-2010', '04:25 AM'); threads[12] = new thread(4478, 'Why do we continue to watch WWE when all it does is dissapoint us???', 'westward-ho', '02-09-2010', '04:08 AM'); threads[13] = new thread(92, 'WWE Fact or Fiction', 'westward-ho', '02-09-2010', '03:12 AM'); threads[14] = new thread(3762, 'Greatest Ever', 'jibran', '02-09-2010', '02:57 AM');