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(120069, 'Küken in "kontaminierten" Auslauf lassen', 'JerseyGiantFan', '30.04.2025', '01:48'); threads[1] = new thread(120068, 'Elektrozaun zur Fuchsabwehr', 'D.M.', '29.04.2025', '21:47'); threads[2] = new thread(120067, 'PLZ DE 42 Ga H\'Mong-Lütticher Mixhahn', 'cairdean', '29.04.2025', '15:53'); threads[3] = new thread(120065, 'Brüter übereinander', 'cliffififfi', '29.04.2025', '14:12'); threads[4] = new thread(120063, 'Alte Hennen - junger Hahn', 'Weißnase', '29.04.2025', '12:58'); threads[5] = new thread(120062, 'Schieren an Tag 25', 'Blindenhuhn', '28.04.2025', '23:23'); threads[6] = new thread(120060, 'Flügelfederchen', 'Blindenhuhn', '28.04.2025', '10:23'); threads[7] = new thread(120059, 'Huhn ziemlich gelb', 'bravest', '28.04.2025', '09:26'); threads[8] = new thread(120058, 'PLZ DE 99 Parrot Beak Long Tail Aseel Zuchthahn', 'tsunade13', '27.04.2025', '22:26'); threads[9] = new thread(120057, 'Eileiterruptur', 'Wolke3', '27.04.2025', '22:19'); threads[10] = new thread(120056, 'Füßchen komisch - wie tapen?', 'Bohus-Dal', '27.04.2025', '21:10'); threads[11] = new thread(120055, 'Legepause so lange?', 'Mischlingstrupp', '27.04.2025', '18:19'); threads[12] = new thread(120054, 'Sehr stilles Huhn....', 'L721T', '27.04.2025', '09:45'); threads[13] = new thread(120053, 'Blütenblätter vom Apfelbaum', 'Blindenhuhn', '27.04.2025', '09:02'); threads[14] = new thread(120052, 'Sperber, andersfarben?', 'Bea65', '26.04.2025', '23:07');