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(3271, 'Kepler: Auf der Suche nach der zweiten Erde', 'Monod', '31.07.2010', '19:33'); threads[1] = new thread(4573, 'kleines Gedankenexpermient, Zusammenhang Masse und Drehmoment', 'Bernhard', '31.07.2010', '16:28'); threads[2] = new thread(4601, 'Gemini: Junger Brauner Zwerg um sonnenähnlichen Stern', 'astronews.com Redaktion', '30.07.2010', '12:40'); threads[3] = new thread(4548, 'Protonen ist kleiner als gedacht', 'ralfkannenberg', '30.07.2010', '09:41'); threads[4] = new thread(3835, 'Higgs-Teilchen aus der Zukunft zerstörten den LHC', '973', '29.07.2010', '21:42'); threads[5] = new thread(4554, 'WorldWide Telescope: Marserkundung mit NASA und Microsoft', 'Crucifer', '29.07.2010', '20:57'); threads[6] = new thread(4594, 'Hubble: Schneller Stern mit turbulenter Geschichte', 'jonas', '29.07.2010', '20:28'); threads[7] = new thread(4485, 'Dunkle Materie und Energie in Frage gestellt?', 'mac', '29.07.2010', '16:16'); threads[8] = new thread(4600, 'Astronauten: Einfühlsame Roboter als Fitnesstrainer?', 'astronews.com Redaktion', '29.07.2010', '11:51'); threads[9] = new thread(4583, 'Verbindung zwischen Acht Explosionen & LHC', 'ralfkannenberg', '28.07.2010', '20:34'); threads[10] = new thread(4131, 'Bey Bey Mond, Bey Bey Orion!!!!', '_Mars_', '28.07.2010', '19:27'); threads[11] = new thread(4508, 'Project Constellation - Distributed Computing with BOINC! Aufruf zur Teilnahme!', 'Sissy', '28.07.2010', '17:05'); threads[12] = new thread(4598, 'Der Umlaufbahnschnittpunktbeweis', 'Webmaster', '28.07.2010', '12:17'); threads[13] = new thread(4599, 'La Silla: Brillanter Stern in farbenfroher Umgebung', 'astronews.com Redaktion', '28.07.2010', '12:00'); threads[14] = new thread(4597, 'Verwarnung für bluaMauritius: [R10] Stören der Diskussion', 'Webmaster', '28.07.2010', '09:25');