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(16423, 'Brauche dringend euren Rat: Orlando und Golfküste', 'bea1969', '04.09.2010', '22:37'); threads[1] = new thread(16420, 'Kreuzfahrt und Cape Coral', 'Zauby', '04.09.2010', '12:36'); threads[2] = new thread(16419, 'Muc - Dus - Mia', 'annalein_19', '04.09.2010', '09:25'); threads[3] = new thread(16418, 'Deutsche Bundesliga in Florida Live gucken ?', 'Flo2905', '04.09.2010', '01:13'); threads[4] = new thread(16417, 'Umgang mit Artikeln und Zitaten von anderen Webseiten', 'Jochen', '03.09.2010', '12:32'); threads[5] = new thread(16415, 'Musik gesucht', 'floechenjenny', '03.09.2010', '09:48'); threads[6] = new thread(16414, 'Reisebericht Städtereise 2010', 'Heeeschen', '03.09.2010', '09:23'); threads[7] = new thread(16413, 'Paket billiger als 2. Koffer?', 'Ardona', '02.09.2010', '21:56'); threads[8] = new thread(16412, 'New York -Key West', 'binehh', '02.09.2010', '19:42'); threads[9] = new thread(16411, 'Tipp WoMo-Überführungsfahrt Frühjahr 2011', 'fsu-seminoles', '02.09.2010', '18:52'); threads[10] = new thread(16410, 'Koffer abhanden gekommen?', 'Sunrise2', '02.09.2010', '17:13'); threads[11] = new thread(16409, 'Wo Möbel kaufen', 'Floridatom', '02.09.2010', '15:59'); threads[12] = new thread(16407, 'Tipp Freizeitparks in Florida/Elvis und die Meerjungfrauen', 'claudia', '02.09.2010', '13:00'); threads[13] = new thread(16405, 'Kopenhagen', 'signori', '01.09.2010', '09:05'); threads[14] = new thread(16404, 'mehr als 2 Koffer nach Florida...?', 'thomaswa', '31.08.2010', '23:01');