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(6); threads[0] = new thread(19593, 'What happen to oddworld?', 'RyuuFox', '09-02-2010', '12:35 PM'); threads[1] = new thread(19583, 'Has anyone ever heard of a Choupug?', 'jmchandler', '08-31-2010', '05:04 PM'); threads[2] = new thread(19581, 'editing .bsq files is impossible???', 'NovaMan', '08-31-2010', '10:05 AM'); threads[3] = new thread(19569, 'Oddworld Memes from Google Images!', 'AlexFili', '08-29-2010', '10:57 PM'); threads[4] = new thread(19558, 'Ever played any of the Oddworld games while intoxicated?', 'Stranger4002', '08-27-2010', '04:35 AM'); threads[5] = new thread(19557, 'Poll:Your favorite', 'The Crappin\' Elum', '08-27-2010', '12:29 AM');