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(207924, 'Can we afford Davids?', 'AJ', '06-09-2010', '06:06 PM'); threads[1] = new thread(206032, 'Toddler/Baby shirts', 'spunky', '06-09-2010', '06:05 PM'); threads[2] = new thread(207889, 'Tube strike tomorrow/Tuesday', 'Scrumpy', '06-09-2010', '06:05 PM'); threads[3] = new thread(169319, 'Things you have learnt today', 'Brumie Allan', '06-09-2010', '06:03 PM'); threads[4] = new thread(207680, 'September Betting Masters - 82', 'Gooders', '06-09-2010', '06:02 PM'); threads[5] = new thread(207910, 'PAYE Tax mess. Have you received a rebate or a bill?', 'bigend1', '06-09-2010', '06:02 PM'); threads[6] = new thread(42083, 'depression', 'Maz', '06-09-2010', '06:02 PM'); threads[7] = new thread(205877, 'BBS Betting Masters – Champions league Cup 2010/2011', 'Swanny32', '06-09-2010', '06:00 PM'); threads[8] = new thread(207927, 'An england side with no KNOWN skeletons...', 'AJ', '06-09-2010', '05:59 PM'); threads[9] = new thread(119118, 'best ways to get out of debt............', 'little al', '06-09-2010', '05:58 PM'); threads[10] = new thread(207855, 'Woman Caught Masturbating Whilst Driving', 'A Wooden Fish On Wheels', '06-09-2010', '05:54 PM'); threads[11] = new thread(187211, 'Thorpe Park - 2 For 1?', 'spunky', '06-09-2010', '05:54 PM'); threads[12] = new thread(169714, 'The Inbetweeners', 'spunky', '06-09-2010', '05:53 PM'); threads[13] = new thread(35779, 'Lyric b*llocks', 'Eaglettie', '06-09-2010', '05:47 PM'); threads[14] = new thread(36985, 'The Music Thread', 'Eaglettie', '06-09-2010', '05:44 PM');