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(25028, 'shop info', 'baker boy', '08-30-2010', '06:54 PM'); threads[1] = new thread(25023, 'British open beach championship wales', 'djrooni', '08-30-2010', '11:54 AM'); threads[2] = new thread(25021, 'Marks in South Wales', 'Russnofish', '08-30-2010', '10:07 AM'); threads[3] = new thread(25017, 'Would you?', 'captain chaos', '08-30-2010', '06:43 AM'); threads[4] = new thread(24962, 'hmmm, what to do this weekend', 'captain chaos', '08-26-2010', '07:39 PM'); threads[5] = new thread(24934, 'pics', 'browners', '08-25-2010', '12:58 PM'); threads[6] = new thread(24929, 'Guinea Bissau trip Oct 22nd', 'Richard s', '08-24-2010', '11:38 PM'); threads[7] = new thread(24925, 'NEW ROD & Reel WELL NOT QUITE!', 'captain chaos', '08-24-2010', '08:38 PM'); threads[8] = new thread(24915, 'Anyone got any rods and reels for sale', 'welshicon', '08-24-2010', '02:22 PM'); threads[9] = new thread(24853, 'Childrens Waders', 'captain chaos', '08-21-2010', '08:05 AM'); threads[10] = new thread(24791, 'Live Sand eel', 'Boilermaker1', '08-17-2010', '03:47 PM'); threads[11] = new thread(24754, 'fixed spool locks up on retrieve!', 'captain chaos', '08-15-2010', '07:31 PM'); threads[12] = new thread(24745, 'Yet another peeler crab question', 'Russnofish', '08-15-2010', '10:59 AM'); threads[13] = new thread(24738, 'Colditz, Hayling Island?', 'Goodlife', '08-14-2010', '08:52 PM'); threads[14] = new thread(24727, 'Newbie', 'Mick Preston UK', '08-14-2010', '09:12 AM');