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(51640, 'Volbeat', 'black coffee', '11-23-2009', '08:02 AM'); threads[1] = new thread(51639, 'Karloff Blogathon', 'JJJunkk', '11-23-2009', '01:04 AM'); threads[2] = new thread(51638, 'The Official Lady Gaga Thread', 'Urdeadlyfriend', '11-23-2009', '12:22 AM'); threads[3] = new thread(51634, 'Eight Legged Freaks', 'ScrotumSteve', '11-22-2009', '08:14 PM'); threads[4] = new thread(51633, 'Movies based on real crime/stories', 'entrail', '11-22-2009', '07:06 PM'); threads[5] = new thread(51628, 'Misfits', 'creepozoid', '11-22-2009', '03:56 PM'); threads[6] = new thread(51625, 'Evilution and Basement Jack', 'ScrotumSteve', '11-22-2009', '01:12 PM'); threads[7] = new thread(51624, 'Soul Cinema', 'ScrotumSteve', '11-22-2009', '09:07 AM'); threads[8] = new thread(51615, 'What Virus Protection and/or Virus Scan do you use?', 'ScrotumSteve', '11-21-2009', '10:25 PM'); threads[9] = new thread(51609, 'The Collater Damage Games Never Show', 'Jeremy-V1', '11-21-2009', '12:24 PM'); threads[10] = new thread(51608, 'Sweet zombie article from our video game news section', 'killrobot', '11-21-2009', '12:16 PM'); threads[11] = new thread(51605, 'The Gaslight Anthem', 'black coffee', '11-21-2009', '08:28 AM'); threads[12] = new thread(51594, 'The Scarecrow (2011)', 'prettyboi_1030', '11-20-2009', '07:09 PM'); threads[13] = new thread(51589, 'New Moon (2009)', 'mmyersisgod', '11-20-2009', '03:56 PM'); threads[14] = new thread(51588, 'Edge of Darkness', 'destinie2loveu2', '11-20-2009', '09:46 AM');