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(8); threads[0] = new thread(12390, 'Dossier de Presse: Vidéochorégraphie: Michaël d’Auzon, Design sonore: Lorenzo Brusci', 'Burgy Zapp', '01-10-08', '23:00'); threads[1] = new thread(12263, 'Brandmelder: Pressemeldung, Artikel, Beteiligte, Video-Mitschnitte und Einladung', 'Burgy Zapp', '24-04-08', '05:54'); threads[2] = new thread(12261, 'Pressemeldung und Einladung: Neue Lesebühne in Berlin: Der Brandmelder', 'Burgy Zapp', '23-04-08', '20:33'); threads[3] = new thread(12246, 'Dr. Christian Bahr Schönheitschirurgie goes Aesthetic / Hochzeitsmodel Finale im Goya', 'Burgy Zapp', '09-04-08', '12:29'); threads[4] = new thread(12191, 'Pre Release 4: Magazin für Kultur Gesellschaft und Kunst', 'Burgy Zapp', '13-02-08', '17:38'); threads[5] = new thread(12139, 'Pre Release Künstlersalon Berlin Online', 'Burgy Zapp', '19-12-07', '00:49'); threads[6] = new thread(12138, 'Pre Release Open Creative Standards', 'Burgy Zapp', '19-12-07', '00:35'); threads[7] = new thread(12137, 'Pre Release rlpTV', 'Burgy Zapp', '19-12-07', '00:24');