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(8); threads[0] = new thread(90486, 'AionSource Guides up for use!', 'Knite', '11-21-2009', '12:24 AM'); threads[1] = new thread(89946, 'MMORPG article: Real Money, Real Problems & NCsoft\'s Game Surveillance Unit', 'Knite', '11-19-2009', '10:25 AM'); threads[2] = new thread(89802, 'Crysystem.dll a thing of the past?', 'Knite', '11-18-2009', '11:56 PM'); threads[3] = new thread(89646, 'Tamat issues a statement about today\'s server issues', 'Knite', '11-18-2009', '04:45 PM'); threads[4] = new thread(89350, 'Server Maintenance & Patch Implementation 3:30 a.m. PST, November 18, 2009', 'Knite', '11-17-2009', '09:53 PM'); threads[5] = new thread(88085, 'Aion Korean Patch Notes 11/11/09', 'Knite', '11-12-2009', '07:17 PM'); threads[6] = new thread(87997, 'Avatar Contest: Design Tamat Some Awesomeness', 'Tamat', '11-12-2009', '01:10 PM'); threads[7] = new thread(87562, 'AionSource Mystery Event Submissions and Winners!', 'Knite', '11-11-2009', '02:32 AM');