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(5); threads[0] = new thread(2948, 'The Animation Update Part 1 [August 7]', 'Mazzer', '08-07-2010', '06:28 PM'); threads[1] = new thread(2868, 'The VGUI Update [July 11]', 'alba', '07-11-2010', '09:14 PM'); threads[2] = new thread(2746, 'Bug Fix Work [May 22]', 'doublethink', '05-22-2010', '07:55 AM'); threads[3] = new thread(2687, 'The Orange Box [May 8]', 'amogan', '05-07-2010', '09:12 PM'); threads[4] = new thread(1068, 'Art Diary/Status [January 29]', 'alba', '01-29-2010', '05:47 AM');