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(7); threads[0] = new thread(19492, 'Bewertungen.', 'Tango66', '08.06.2026', '21:07'); threads[1] = new thread(19491, 'CP Pula', 'loup', '28.05.2026', '21:54'); threads[2] = new thread(19490, 'Marina di Venezia: ausreserviert', 'die Ottakringer', '25.05.2026', '14:00'); threads[3] = new thread(19489, 'Reservierung Griechenland aber auch Benelux u Frankreich', 'fo1', '16.05.2026', '20:12'); threads[4] = new thread(19488, 'Luftvorzelt-Sonnendach für Wohnwagen!', 'fo1', '16.05.2026', '20:04'); threads[5] = new thread(19487, 'Wohnwagen und E-Auto', 'Babsi3752', '13.05.2026', '10:55'); threads[6] = new thread(19486, 'Überstellen von WW ohne Pickerl von I nach Ö', 'bibi', '10.05.2026', '16:27');