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(580, 'Pictures From the RA Rally 2010', 'Stagehand', '08-15-2010', '02:16 AM'); threads[1] = new thread(594, '2010 rally comments', 'Red Rover', '08-14-2010', '08:23 AM'); threads[2] = new thread(595, 'Redmond to Top of Rockies, or Aerostitch, or MOA HQ, to Pownal', 'rockers', '08-13-2010', '10:21 PM'); threads[3] = new thread(590, 'Attendance Figures?', 'Paul_F', '08-03-2010', '08:32 PM'); threads[4] = new thread(503, 'Area attractions', 'dancogan', '08-02-2010', '10:34 AM'); threads[5] = new thread(550, 'Free food for veterans and guest', 'Glenfiddich', '08-01-2010', '02:46 PM'); threads[6] = new thread(539, 'Entertainment', 'kenlodge', '07-31-2010', '03:26 PM'); threads[7] = new thread(589, 'Emerson Motor Works —the shop is open!', 'emersonmotorworks', '07-31-2010', '02:45 PM');