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(13368, '01st - PPC show @ Mallory Park', 'dave-sbs', '16-02-2010', '17:21'); threads[1] = new thread(13594, '17th ace cafe meet', 'car.crash', '22-02-2010', '20:48'); threads[2] = new thread(12638, '21st - RTOC Santa Pod day', 'mike r5 gtt', '09-01-2010', '18:58'); threads[3] = new thread(13834, '2nd- North East/ Yorkshire meet @ York Dragstrip', 'HULK', '03-03-2010', '23:41'); threads[4] = new thread(13784, '30th - Club stand at Le Vie en Bleu at Prescott hill climb', 'stuTHC', '02-03-2010', '13:26'); threads[5] = new thread(14336, '9th - PTM show @Santa Pod', 'Rob@Backyardracing', '25-03-2010', '23:50');