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(10); threads[0] = new thread(28670, 'Download auf Garmin nüvi 465T', 'kule', '08.09.2010', '15:24'); threads[1] = new thread(20879, 'Mobilvetta Huari 1121', 'MobilIveco', '08.09.2010', '12:55'); threads[2] = new thread(28472, 'Winterreifenpflicht gekippt', 'Sandokan54', '08.09.2010', '12:53'); threads[3] = new thread(28586, 'Caravan-Salon 2010', 'pleo', '08.09.2010', '10:45'); threads[4] = new thread(28558, 'Scheibenwischer und Korken', 'Rudimi', '08.09.2010', '09:01'); threads[5] = new thread(28653, 'Camos Monitor (Rückfahrcamera)', 'hady', '07.09.2010', '20:29'); threads[6] = new thread(27373, 'Gastankflasche', 'goldmund46', '07.09.2010', '17:43'); threads[7] = new thread(28436, 'Funktion "Zum letzten Beitrag" klemmt ??', 'Schwälmer', '07.09.2010', '14:41'); threads[8] = new thread(28657, 'Yachten zu Wasser und zu Land', 'Caravan-und-Yacht', '07.09.2010', '13:18'); threads[9] = new thread(28536, 'TomTom XXL I QR Europe', 'MagicCamp', '06.09.2010', '13:29');