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(25014, 'where to go', 'chagan', '08-29-2010', '08:26 PM'); threads[1] = new thread(24974, 'Keeping The Hooklength Pinned Down', 'Mark Elvin', '08-27-2010', '07:06 AM'); threads[2] = new thread(24971, 'New to ledger fishing', 'AndrewR', '08-27-2010', '12:40 AM'); threads[3] = new thread(24957, 'favourite pellet', 'new fisher', '08-26-2010', '03:26 PM'); threads[4] = new thread(24938, 'Weed question', 'alec', '08-25-2010', '03:25 PM'); threads[5] = new thread(24921, 'Mussels on hair rig?', 'AndrewR', '08-24-2010', '07:45 PM'); threads[6] = new thread(24914, 'carp comp bait ?', 'al84', '08-24-2010', '01:42 PM'); threads[7] = new thread(24891, 'bluewater lakes', 'sturgen5560', '08-22-2010', '07:08 PM'); threads[8] = new thread(24888, 'Boilies', 'maceyscarping', '08-22-2010', '05:58 PM'); threads[9] = new thread(24872, 'Help Needed for Linear Fisheries', 'Ricky lee', '08-21-2010', '11:35 PM'); threads[10] = new thread(24854, 'any one looking for cheap bigpits', 'NICK R', '08-21-2010', '10:56 AM'); threads[11] = new thread(24848, 'pva nuggets cheap as chips', 'NICK R', '08-20-2010', '08:33 PM'); threads[12] = new thread(24847, 'Ron Thompson Gangster Pole.', 'Fisherman Woolley', '08-20-2010', '07:04 PM'); threads[13] = new thread(24832, 'toilet for those long sessions', 'NICK R', '08-19-2010', '09:27 PM'); threads[14] = new thread(24831, 'Hair rig With a Bait band?', 'badchild1664', '08-19-2010', '09:13 PM');