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(112741, 'Aurelio is back', 'MikeB', '31st July 2010', '07:13 PM'); threads[1] = new thread(112729, 'The straight talker??', 'MikeB', '31st July 2010', '09:31 AM'); threads[2] = new thread(112727, 'Steven Defour', 'Atickett', '31st July 2010', '08:33 AM'); threads[3] = new thread(112696, 'Fernandez Suso', 'stevie harkness', '30th July 2010', '09:47 PM'); threads[4] = new thread(112694, 'ressies...', 'user name', '30th July 2010', '05:18 PM'); threads[5] = new thread(112693, 'Ynwa ...', 'Smithy', '30th July 2010', '04:43 PM'); threads[6] = new thread(112692, 'World Cup 2010 - North Korean flops shamed in public', 'charmac', '30th July 2010', '03:36 PM'); threads[7] = new thread(112674, 'the marlon king debate', 'Ducatiboy749', '30th July 2010', '10:54 AM'); threads[8] = new thread(112673, 'Another Friendly?', 'Treadmill', '30th July 2010', '10:43 AM'); threads[9] = new thread(112656, 'Roy\'s on field coaching', 'NeverOffside', '30th July 2010', '08:48 AM'); threads[10] = new thread(112634, 'Europa Play Offs', 'ger_ryan22', '29th July 2010', '10:27 PM'); threads[11] = new thread(112623, 'Ryan Babel - commitment', 'Leviathan', '29th July 2010', '09:20 PM'); threads[12] = new thread(112621, 'Lucas Leiva & David N\'Gog', 'Red_Aaron', '29th July 2010', '09:04 PM'); threads[13] = new thread(112615, 'How to spend our money?', 'redman2008', '29th July 2010', '06:51 PM'); threads[14] = new thread(112614, 'What is the best way to turn a good reserve into a first teamer?', 'Insidious', '29th July 2010', '06:34 PM');