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(10); threads[0] = new thread(7794, 'Invasion of the Body Slammers', 'Stardy', '11-22-2009', '10:44 AM'); threads[1] = new thread(7793, 'VIDEO: Bret Hart Talks About His Book', 'Shockage', '11-22-2009', '10:34 AM'); threads[2] = new thread(7792, '[20/11/09-21/11/09] PWG BOLA 2009 Results!', 'Stardy', '11-22-2009', '08:08 AM'); threads[3] = new thread(7791, 'Has CM Punk Been Demoted?', 'AJ STORM', '11-22-2009', '07:32 AM'); threads[4] = new thread(7790, 'Jim Ross comments on possible WrestleMania 26 return, current WWE contract status', 'AJ STORM', '11-22-2009', '07:29 AM'); threads[5] = new thread(7789, 'Favorite "Thrown Together" Tag Teams', 'ScrapMetal55', '11-22-2009', '05:04 AM'); threads[6] = new thread(7788, 'Random Thoughts', 'Toron', '11-22-2009', '03:25 AM'); threads[7] = new thread(7787, 'OWW Radio #18 RECAP - Angle Watch (August 19, 2009)', 'Ramon\'s Razor', '11-22-2009', '01:27 AM'); threads[8] = new thread(7786, '*SPOILERS* [21/11/09] Hulkamania: Let the Battle Begin, Melbourne Show', 'Straight-Edge Zach', '11-22-2009', '12:38 AM'); threads[9] = new thread(7785, 'TNA Signs British Women\'s Wrestler Saraya Knight', 'Shockage', '11-21-2009', '11:22 PM');