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(4); threads[0] = new thread(1291699, 'Hennowanie blond włosów', 'Tropiccana', '2024-04-26', '10:18'); threads[1] = new thread(1291682, 'Czym farbować siwe włosy poza farb± do włosów?', 'Idalia1', '2024-04-24', '18:29'); threads[2] = new thread(1291568, 'Ochładzaj±ca odżywka do włosów.', 'korneliaaaaaaa', '2024-04-04', '17:33'); threads[3] = new thread(1291566, 'Krem do loków Joanna', 'kura_marzena', '2024-04-04', '11:27');