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(4972, 'Link Job opportunity in Europe', 'netneanderthal', '09-02-10', '19:10'); threads[1] = new thread(4971, 'Discussion What would you do if...', 'netneanderthal', '09-02-10', '18:59'); threads[2] = new thread(4970, 'surprisingly Intro', 'surprisingly', '09-01-10', '19:01'); threads[3] = new thread(4969, 'Question Time and Motion Study', 'kakolichatterjee', '09-01-10', '16:45'); threads[4] = new thread(4968, 'MiniTab Error Message', 'lowprofile', '09-01-10', '03:50');