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(20234, 'Brabus 451 mpg.', 'sticky', '30th July 2010', '18:58'); threads[1] = new thread(20232, 'The Smart Story Where Are They Now', 'pamg9454', '30th July 2010', '18:26'); threads[2] = new thread(20229, 'York meet 28th August 2010', 'puddlejumper4444', '29th July 2010', '20:15'); threads[3] = new thread(20228, 'Noisy exhaust!', 'Kimmipea', '29th July 2010', '20:01'); threads[4] = new thread(20227, 'Puncture repair kit', 'jon9343', '29th July 2010', '19:25'); threads[5] = new thread(20226, 'Brand New Car Deals: Smart ForTwo Coupe and Cabrio', 'Robofsmart', '29th July 2010', '12:27'); threads[6] = new thread(20225, 'Anyone for a (K)99 ??', 'J500ANT', '28th July 2010', '20:34'); threads[7] = new thread(20223, 'Ebay - Fortwo, Roadster, ForFour various parts forsale', 'ZorroReturns', '28th July 2010', '19:18'); threads[8] = new thread(20222, '##Shepperton Meet - Wednesday 4th August##', 'jedi0310', '28th July 2010', '18:30'); threads[9] = new thread(20221, 'Smart ForTwo Brabus Coupe - Rare Opening Panoramic Roof...', 'Paulo', '28th July 2010', '11:10'); threads[10] = new thread(20220, 'smart of Lincoln Open Day', 'jedi0310', '27th July 2010', '22:46'); threads[11] = new thread(20213, 'Fortwo various parts on ebay', 'edgers5355', '26th July 2010', '23:17'); threads[12] = new thread(20209, 'Daimler sets up new smart product unit', 'J500ANT', '26th July 2010', '18:19'); threads[13] = new thread(20208, 'A 3 Second Smile', 'Adendri38', '26th July 2010', '11:47'); threads[14] = new thread(20207, 'Buying a Roadster Coupe - due diligence', 'Bealers', '26th July 2010', '10:47');