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(6); threads[0] = new thread(13033, '04 th - Midlands Meet', 'djinuk', '30-01-2010', '19:02'); threads[1] = new thread(13593, '19th ace cafe meet', 'car.crash', '22-02-2010', '20:46'); threads[2] = new thread(13008, '24th - Rolling Road Day @ staffordshire/cheshire', 'BluntyR5GTT', '28-01-2010', '19:44'); threads[3] = new thread(12775, '24th - Spring Performance Action Day @ Castle Combe', 'Sy5GTT', '18-01-2010', '09:50'); threads[4] = new thread(14157, '3 April - @ The Dark Side!!!', 'Chris Hebden', '17-03-2010', '20:33'); threads[5] = new thread(14837, 'sunday 18th, ford rs central day at pod', 'stu21t', '13-04-2010', '18:32');