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(15); threads[0] = new thread(7724, 'Sharm - differnt dive style dive centre recommendations?', 'Argyle', '29-07-2010', '18:19'); threads[1] = new thread(7723, 'Bad dreams', 'Argyle', '29-07-2010', '17:24'); threads[2] = new thread(7722, 'Places availiable this weekend, Weymouth', 'The Cod Father', '29-07-2010', '16:41'); threads[3] = new thread(7721, 'dry suit seals', 'davehaslam@orange.net', '29-07-2010', '08:59'); threads[4] = new thread(7720, 'I used to be a **** photographer', 'Achie Boy', '28-07-2010', '19:14'); threads[5] = new thread(7719, 'Lundy Dive Trip', 'Scuba Troopers', '28-07-2010', '16:31'); threads[6] = new thread(7718, 'Anyone fancy an exotic trip?', 'annie.c', '28-07-2010', '13:47'); threads[7] = new thread(7717, 'Camera advise please', 'Glynn', '28-07-2010', '10:09'); threads[8] = new thread(7714, 'Buddy for weeks Diving in Sharm', 'SuperDiver', '27-07-2010', '19:45'); threads[9] = new thread(7713, 'Uploading', 'Bob Whorton', '27-07-2010', '14:19'); threads[10] = new thread(7712, 'New Underwater Photography book by Maria Munn....', 'missshark', '26-07-2010', '19:49'); threads[11] = new thread(7711, 'Thailand snorkelling', 'toon', '26-07-2010', '09:20'); threads[12] = new thread(7710, 'Arse-about-face', 'Bob Whorton', '24-07-2010', '22:06'); threads[13] = new thread(7709, 'New camera', 'PUDDLEDIVER', '23-07-2010', '22:55'); threads[14] = new thread(7708, 'Woah!', 'joethelion', '22-07-2010', '11:13');