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(9); threads[0] = new thread(62231, 'Zusammenfassung im Studienservice Shop bestellbar', 'David', '07.09.2010', '13:30'); threads[1] = new thread(62077, 'Klausur Personalführung SS 10', 'BieneA', '03.09.2010', '11:58'); threads[2] = new thread(62041, 'an die Berliner: Klausur morgen und der Raum', 'utili1980', '02.09.2010', '14:38'); threads[3] = new thread(61168, 'alte EA', 'Dagi', '17.08.2010', '10:50'); threads[4] = new thread(61024, 'Menschenbilder als Mischtypen Weinert/Langer', 'CooleJuule', '11.08.2010', '13:08'); threads[5] = new thread(61000, 'Stoffeingrenzung', 'CooleJuule', '10.08.2010', '11:16'); threads[6] = new thread(60446, ' Kelleys Kovariation Kurs 1 - Attribution ', 'd-baby', '20.07.2010', '13:34'); threads[7] = new thread(59963, ' Seminar vom 13-14.Dez.10 ', 'diving gemini', '29.06.2010', '15:13'); threads[8] = new thread(59896, 'Vorbereitungsveranstaltung am 20.07.10 in Hagen ?', 'Ritschie', '26.06.2010', '13:40');