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(83326, 'Bilder Wolfshausen und Feuerlöscher in Box 0', 'Flexi 007', '27.08.2010', '10:19'); threads[1] = new thread(83292, 'Meisterschaftsauswertung Wolfshausen Online', 'bomelunde', '25.08.2010', '23:05'); threads[2] = new thread(83278, 'Video von Wolfshausen', 'Beta Racer', '25.08.2010', '14:22'); threads[3] = new thread(83270, 'Online-Anmeldung für Aufenau', 'Beta Racer', '25.08.2010', '10:07'); threads[4] = new thread(83224, 'IGE - Wolfshausen - wie war\'s?', 'Q-Trotter', '23.08.2010', '18:51'); threads[5] = new thread(82766, 'Meisterschaftsauswertung Hof Online', 'bomelunde', '03.08.2010', '23:22'); threads[6] = new thread(82729, 'IGE Lauf in Wolfshausen', 'Beta Racer', '02.08.2010', '18:15'); threads[7] = new thread(82538, 'IGE Hof', 'nickolai', '27.07.2010', '14:23'); threads[8] = new thread(82248, 'Enduro Meeting in Bauschheim', 'Beta Racer', '14.07.2010', '19:32'); threads[9] = new thread(81588, 'Tolle Strecke in Dieskau', 'nickolai', '14.06.2010', '16:58'); threads[10] = new thread(81427, 'Wegbeschreibung zum MSV-Dieskau', 'Beta Racer', '08.06.2010', '19:50'); threads[11] = new thread(81403, 'Zeitplan Dieskau', 'nickolai', '07.06.2010', '19:45'); threads[12] = new thread(81267, 'IGE Dieskau', 'nickolai', '01.06.2010', '17:26'); threads[13] = new thread(81053, 'Auswertung Teams - Klarstellung', 'bomelunde', '25.05.2010', '21:52'); threads[14] = new thread(80950, 'IGE Strecke von Menteroda mit einer Helmkamera abgefahren', 'Beta Racer', '22.05.2010', '16:03');