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(25058, 'southwold norwich boat', 'staples', '09-01-2010', '03:04 PM'); threads[1] = new thread(25028, 'shop info', 'baker boy', '08-30-2010', '06:54 PM'); threads[2] = new thread(25027, 'Kimmeridge', 'wilson 17', '08-30-2010', '05:09 PM'); threads[3] = new thread(25023, 'British open beach championship wales', 'djrooni', '08-30-2010', '11:54 AM'); threads[4] = new thread(25021, 'Marks in South Wales', 'Russnofish', '08-30-2010', '10:07 AM'); threads[5] = new thread(25017, 'Would you?', 'captain chaos', '08-30-2010', '06:43 AM'); threads[6] = new thread(24989, 'Got too rough', 'captain chaos', '08-28-2010', '06:04 PM'); threads[7] = new thread(24962, 'hmmm, what to do this weekend', 'captain chaos', '08-26-2010', '07:39 PM'); threads[8] = new thread(24934, 'pics', 'browners', '08-25-2010', '12:58 PM'); threads[9] = new thread(24929, 'Guinea Bissau trip Oct 22nd', 'Richard s', '08-24-2010', '11:38 PM'); threads[10] = new thread(24925, 'NEW ROD & Reel WELL NOT QUITE!', 'captain chaos', '08-24-2010', '08:38 PM'); threads[11] = new thread(24915, 'Anyone got any rods and reels for sale', 'welshicon', '08-24-2010', '02:22 PM'); threads[12] = new thread(24853, 'Childrens Waders', 'captain chaos', '08-21-2010', '08:05 AM'); threads[13] = new thread(24826, 'Bass fishing on the Hamble', 'j.peg', '08-19-2010', '03:15 PM'); threads[14] = new thread(24812, 'Stupid GPS question', 'tommy a', '08-18-2010', '12:18 PM');