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(10); threads[0] = new thread(365, 'Terracotta army emerges in its true colors', 'GRPitts', '09-09-2010', '08:45'); threads[1] = new thread(362, 'Anyone else playing Empire?', 'Rakkasan', '09-07-2010', '23:51'); threads[2] = new thread(364, '"A History of the Civil War"', 'GRPitts', '09-07-2010', '15:48'); threads[3] = new thread(363, 'Discovery could rewrite period in Egyptian history', 'GRPitts', '09-07-2010', '14:30'); threads[4] = new thread(361, 'More Malifaux', 'GRPitts', '09-05-2010', '13:12'); threads[5] = new thread(360, '3,000-year-old Moabite temple unearthed near Dhiban', 'GRPitts', '09-04-2010', '12:16'); threads[6] = new thread(352, 'Just a few Questions', 'GRPitts', '09-03-2010', '09:01'); threads[7] = new thread(359, 'Retailers and Distributors', 'GRPitts', '09-03-2010', '03:16'); threads[8] = new thread(357, 'We call this a Wake', 'Gary Hoover', '09-02-2010', '03:29'); threads[9] = new thread(358, 'Architects of War', 'GRPitts', '08-31-2010', '17:08');