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(10931, 'Moleküle: Negative Ionen in interstellaren Wolken erklärt?', 'Klaus', '14.08.2021', '01:39'); threads[1] = new thread(10933, 'JUICE: Zum Jupiter über Toulouse', 'SFF-TWRiker', '13.08.2021', '20:33'); threads[2] = new thread(10932, 'Sternschnuppen: Das Maximum der Perseiden', 'astronews.com Redaktion', '12.08.2021', '11:44'); threads[3] = new thread(10930, 'Robotik: Clevere Roboter aus dem Baukasten', 'TomTom333', '11.08.2021', '06:14'); threads[4] = new thread(10928, 'Superflares: für Exoplaneten weniger gefährlich als gedacht', 'astronews.com Redaktion', '09.08.2021', '12:28'); threads[5] = new thread(10927, 'Venus: Zwei Raumsonden vor Venus-Vorüberflug', 'astronews.com Redaktion', '06.08.2021', '13:38'); threads[6] = new thread(10926, 'VLT: System aus Gesteinsplaneten um nahen Stern', 'astronews.com Redaktion', '05.08.2021', '14:13'); threads[7] = new thread(10925, 'GLOSTAR: Detaillierter Blick auf das Gas der Milchstraße', 'astronews.com Redaktion', '04.08.2021', '12:40'); threads[8] = new thread(10924, 'Parabelflüge: Entfaltungs-Experimente in Schwerelosigkeit', 'astronews.com Redaktion', '03.08.2021', '12:09'); threads[9] = new thread(8906, 'SpaceX - Starts, Landungen, Disskusionen drum herum', 'Bernhard', '03.08.2021', '10:47'); threads[10] = new thread(10923, 'Lichtverschmutzung: Lichtverschmutzung und die Mistkäfer', 'astronews.com Redaktion', '02.08.2021', '12:59'); threads[11] = new thread(10922, 'Der Sternhimmel im August 2021: Planetenoppositionen und Sternschnuppen', 'astronews.com Redaktion', '01.08.2021', '17:02'); threads[12] = new thread(10921, 'Nauka: Neues russisches ISS-Modul sorgte für Aufregung', 'astrofreund', '01.08.2021', '14:48'); threads[13] = new thread(10920, 'GSOC: Erfolgreicher Test für neues Missionskontrollsystem', 'astronews.com Redaktion', '29.07.2021', '12:59'); threads[14] = new thread(10919, 'Event Horizon Telescope: Detaillierter Blick auf den Jet von Centaurus A', 'astronews.com Redaktion', '28.07.2021', '13:42');