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(56252, 'England - Championship 11 Sep', 'Roald', '10-09-10', '20:53'); threads[1] = new thread(56126, 'Turkish Super League 10-11-13 September', 'fearlesstr', '10-09-10', '20:47'); threads[2] = new thread(56138, 'Greek Superleague, Round 2, Sept. 11-12', 'Ellinas', '10-09-10', '20:47'); threads[3] = new thread(55870, 'England - Premier League 11-13 Sep', 'buzzie', '10-09-10', '20:45'); threads[4] = new thread(56251, 'CHILE 23 ROUND', 'cmiranda78', '10-09-10', '20:37'); threads[5] = new thread(56207, 'Ukraine Vyscha Liga 10 - 12 Sep', 'Lexa', '10-09-10', '20:35'); threads[6] = new thread(56184, 'FIBA - WC -SFs', 'Marc23', '10-09-10', '20:35'); threads[7] = new thread(56183, 'ATP: US Open | SFs', 'nazz', '10-09-10', '20:29'); threads[8] = new thread(56147, 'Spain Primera Liga 11 - 13 Sep', 'sucotash', '10-09-10', '20:27'); threads[9] = new thread(56248, 'Correct Score Drip season 2010/2011', 'Correct Score Specialist', '10-09-10', '20:26'); threads[10] = new thread(56155, 'Holland Eredivisie 11 - 12 Sep', 'Jiveje', '10-09-10', '20:10'); threads[11] = new thread(56188, 'Croatia 1.HNL 10 - 11 Sep', 'Corinthian', '10-09-10', '20:10'); threads[12] = new thread(56213, 'Cyprus 2nd round 11-12-13/9', 'delfino', '10-09-10', '20:05'); threads[13] = new thread(56157, 'WTA: US Open | SFs', 'illiades', '10-09-10', '19:49'); threads[14] = new thread(56089, 'Croatia 2. HNL * 05/09', 'Muuki', '10-09-10', '19:46');