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(420, 'Collecting stash', 'pichie', '09-03-2010', '03:18 AM'); threads[1] = new thread(419, 'Hobbies and work', 'Finn', '09-02-2010', '12:45 PM'); threads[2] = new thread(418, 'Israeli Palestinian Peace Talks', 'Rebecca', '09-02-2010', '08:53 AM'); threads[3] = new thread(417, 'Affordable Gifts', 'beardedlady', '09-02-2010', '08:51 AM'); threads[4] = new thread(416, 'Pending Home Sales Dropped', 'Rebecca', '09-02-2010', '08:50 AM');