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(813, '[A-US-PVE] [LFM RAIDERS] No Less Than Perfect (Madoran)', 'Disparity', '11-11-2009', '04:14 AM'); threads[1] = new thread(806, 'CB05 Guide: How To Feral DPS RELEASED!', 'coldbear', '11-08-2009', '05:19 PM'); threads[2] = new thread(802, 'UI', 'Rakasha', '11-03-2009', '05:33 PM'); threads[3] = new thread(794, '9/9 5/5 (Tribute to Skill) LF Exceptional Players! EST-3 Days', 'Venomex', '10-29-2009', '12:12 PM'); threads[4] = new thread(788, 'Mage specs for ToGC?', 'Mangroas', '10-28-2009', '10:34 PM');