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(4974, 'migrif Intro', 'migrif', '09-05-10', '06:01'); threads[1] = new thread(4973, 'What\'s Next for Lean?', 'netneanderthal', '09-03-10', '14:42'); threads[2] = new thread(4972, 'Link Job opportunity in Europe', 'netneanderthal', '09-02-10', '19:10'); threads[3] = new thread(4971, 'Discussion What would you do if...', 'netneanderthal', '09-02-10', '18:59'); threads[4] = new thread(4970, 'surprisingly Intro', 'surprisingly', '09-01-10', '19:01');