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(25805, 'higgins', 'mint', '25-07-2010', '06:57 AM'); threads[1] = new thread(25799, 'Trec B???', 'madmonk', '20-07-2010', '04:42 PM'); threads[2] = new thread(25798, 'Spence - info needed - registrations for next year', 'glyn', '20-07-2010', '02:25 PM'); threads[3] = new thread(25796, 'Playing on both nights?', 'glyn', '18-07-2010', '10:11 AM'); threads[4] = new thread(25792, 'Snooker Table For Sale', 'The Secretary', '11-07-2010', '09:08 AM');