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(11); threads[0] = new thread(6994, 'Hauseingang dekorieren', 'KorbZ', '11.09.2025', '16:07'); threads[1] = new thread(7100, 'Soll man eine Strelitzia umpflanzen?', 'KorbZ', '08.09.2025', '15:08'); threads[2] = new thread(1222, 'Haselnusszaun welche Pflanzen als Komponente?', 'KorbZ', '07.09.2025', '09:56'); threads[3] = new thread(4507, 'Wo überwintern Eure Gartenmöbel??', 'KorbZ', '06.09.2025', '15:10'); threads[4] = new thread(7121, 'Wohnen mit Feng Shui', 'KorbZ', '04.09.2025', '15:42'); threads[5] = new thread(7081, 'Wandbilder', 'KorbZ', '03.09.2025', '15:29'); threads[6] = new thread(6795, 'IKEA MALM Bett - Ideen für IKEA Hack?', 'Maja7', '30.08.2025', '16:03'); threads[7] = new thread(5863, 'Werkzeug für Raumdämmung', 'LisaWeiss', '29.08.2025', '15:33'); threads[8] = new thread(6257, 'Wo kaufe ich qualitative Polstermöbel ?', 'KorbZ', '22.08.2025', '08:37'); threads[9] = new thread(6388, 'Welche Espressomühle kaufen?', 'JohanM', '18.08.2025', '15:51'); threads[10] = new thread(6974, 'Tafelfolie, welche kaufen?', 'KorbZ', '18.08.2025', '09:08');