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(4484, 'The Prince Has Spoken [9] - Top Secret', 'Prince-Jigsaw', '02-09-2010', '02:00 PM'); threads[1] = new thread(4488, 'Droppin\' The Bomb #9: Sweet Dreams', 'The Maz', '02-09-2010', '01:54 PM'); threads[2] = new thread(4527, 'A Lost Art (CSI)', 'The Maz', '02-09-2010', '01:30 PM'); threads[3] = new thread(4520, 'Beyond The Walls #32 - The NXT Rumble', 'The Maz', '02-09-2010', '01:09 PM'); threads[4] = new thread(4505, '(CSI) The Classroom presents The Alliance Warfare Match', 'The Maz', '02-09-2010', '12:36 PM'); threads[5] = new thread(4513, 'Subject: Re: Rethinking the Royal Rumble', 'The Maz', '02-09-2010', '12:18 PM'); threads[6] = new thread(4517, 'Doctor\'s Orders: Rumble + MITB = The Road to Wrestlemania', 'The Maz', '02-09-2010', '11:52 AM'); threads[7] = new thread(4530, 'Doctor\'s Orders: Greatest Mania Moments Volume 1', 'pringle100', '02-09-2010', '10:50 AM'); threads[8] = new thread(4547, 'Blood Chronicles II-II: The Dehumanization of Cool', 'pringle100', '02-09-2010', '10:27 AM'); threads[9] = new thread(4523, 'The TNA Tirade (Episode 5)', 'pringle100', '02-09-2010', '10:17 AM'); threads[10] = new thread(4501, 'Gooner\'s Armoury: So many paths...', 'pringle100', '02-09-2010', '10:01 AM'); threads[11] = new thread(4544, 'The Way Too Long Review of History of the World Heavyweight Championship', 'anonymous', '02-09-2010', '09:58 AM'); threads[12] = new thread(4546, 'Mythology: Innovation', 'pringle100', '02-09-2010', '09:41 AM'); threads[13] = new thread(4502, 'Absolute Brilliance', 'The Maz', '02-09-2010', '07:44 AM'); threads[14] = new thread(4422, 'Screwed', 'The Maz', '02-09-2010', '07:37 AM');