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(28649, 'HT bis 1000 Euro für Touren gesucht', 'JanO', '06.09.2010', '19:05'); threads[1] = new thread(28634, 'BOOM - Brauche neue Felge...', 'Sealed-for-life', '06.09.2010', '18:52'); threads[2] = new thread(17309, 'Änderungen/Verbesserungen am neuen Forum', 'sakura', '06.09.2010', '18:47'); threads[3] = new thread(28628, 'Zurück in den Sattel!', 'Vronilinchen', '06.09.2010', '17:07'); threads[4] = new thread(28574, 'Pro & Contra/ Alu & Carbon', 'sakura', '06.09.2010', '17:01'); threads[5] = new thread(28614, 'Reaktionszeit Leserservcie', 'ChrisXC', '06.09.2010', '16:45'); threads[6] = new thread(28361, 'Eurobike 2010... Fährt jemand hin?', 'Sealed-for-life', '06.09.2010', '16:14'); threads[7] = new thread(28562, 'Ponyhof Fackelritt endet mit katastrophe', 'slider', '06.09.2010', '16:14'); threads[8] = new thread(28565, 'Shetty`s aus schlechter Haltung aufpäppeln u. a.', 'Snivelli', '06.09.2010', '15:48'); threads[9] = new thread(28648, 'VERKAUFE Scott Genius MC 40 2007', 'Aladdin', '06.09.2010', '15:28');