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(45795, 'Show Report: ALPHA 15: The Era of Savage Begins 7.24.10', 'Kongo', '07-29-2010', '07:13 PM'); threads[1] = new thread(45792, 'PRIME ReVolution 227', 'Johnnnnnnnnnn Cantellyyyyyyy', '07-28-2010', '09:05 PM'); threads[2] = new thread(45779, '[THE INTERFED] Week in Review', 'benhalkum', '07-26-2010', '01:21 PM'); threads[3] = new thread(45777, 'PTC Wrestler Rankings: July 2010', 'Hyde', '07-26-2010', '11:07 AM'); threads[4] = new thread(45769, 'AWC: Darcy averts Crisis.', 'Hyde', '07-24-2010', '09:23 PM'); threads[5] = new thread(45768, 'SCCW\'s first card of a NEW REGIME! Temptation: Rumble in Richmond!', 'Kat', '07-24-2010', '04:12 PM'); threads[6] = new thread(45766, 'PRIME Revoution 225', 'Skylar Montgomery', '07-24-2010', '12:51 AM'); threads[7] = new thread(45762, 'AWC: Two out of three ain\'t bad.', 'Hyde', '07-22-2010', '11:11 PM'); threads[8] = new thread(45756, 'ALPHA Primer 7.20.10', 'Kongo', '07-20-2010', '09:22 PM'); threads[9] = new thread(45750, 'Show Report: A~4 Coronation Chase 7.17.10', 'Kongo', '07-19-2010', '05:28 AM'); threads[10] = new thread(45727, '[AAA VIDEO] LIONS Ready to Charge', 'Kongo', '07-17-2010', '06:35 PM'); threads[11] = new thread(45714, 'ALPHA Primer 7.14.10', 'Kongo', '07-14-2010', '05:18 PM'); threads[12] = new thread(45713, 'NLW- Friday Night Vulgar 05', 'Castor Strife', '07-14-2010', '07:01 AM'); threads[13] = new thread(45712, 'AAA Pick \'Em: A~4 Coronation Chase!', 'Kongo', '07-13-2010', '11:15 PM'); threads[14] = new thread(45707, '[AAA VIDEO] Clip: Fox Uploads His Opinions on "Fashion"', 'Kongo', '07-12-2010', '07:29 PM');