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(25074, 'It\'s Worth Sticking With It!', 'peakoverload', '09-02-2010', '10:51 AM'); threads[1] = new thread(25065, 'Huge fished topped in canal', 'hydey5', '09-01-2010', '11:15 PM'); threads[2] = new thread(25060, 'After the rain...', 'fullcreel', '09-01-2010', '04:40 PM'); threads[3] = new thread(25059, 'Some After Work Research, Good Result Too', 'Mark Elvin', '09-01-2010', '03:19 PM'); threads[4] = new thread(25058, 'southwold norwich boat', 'staples', '09-01-2010', '03:04 PM'); threads[5] = new thread(25056, 'Severn acres, Bolton', 'maceyscarping', '09-01-2010', '01:45 PM'); threads[6] = new thread(25054, 'Frome Through Oldbury Park Bristol', 'Mark Elvin', '09-01-2010', '08:54 AM'); threads[7] = new thread(25053, 'A week with Colin and Les, SPAC waters', 'toma', '09-01-2010', '08:39 AM'); threads[8] = new thread(25048, 'Great EA river level resource.', 'barbelblanker', '08-31-2010', '08:03 PM'); threads[9] = new thread(25044, 'Good Fishing Within An Hour Of Bristol', 'Mark Elvin', '08-31-2010', '04:48 PM'); threads[10] = new thread(25028, 'shop info', 'baker boy', '08-30-2010', '06:54 PM'); threads[11] = new thread(25027, 'Kimmeridge', 'wilson 17', '08-30-2010', '05:09 PM'); threads[12] = new thread(25024, 'Night fish at sandwich 31/08/10', 'mini me', '08-30-2010', '12:36 PM'); threads[13] = new thread(25023, 'British open beach championship wales', 'djrooni', '08-30-2010', '11:54 AM'); threads[14] = new thread(25021, 'Marks in South Wales', 'Russnofish', '08-30-2010', '10:07 AM');