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(10); threads[0] = new thread(1291877, 'Towarzyskie pomijanie. Kiedy przyjaciele się rozstają', 'kenzo18', '2024-05-20', '18:54'); threads[1] = new thread(1291870, 'Zwracanie się do kogoś "młody"/"młoda"', 'koziolek1872', '2024-05-19', '09:30'); threads[2] = new thread(1291821, 'Eurowizja 2024', '00cc7e6728441688ea6c6b52ae4e1e9aea00c21e_663ff8729fd73', '2024-05-11', '17:07'); threads[3] = new thread(1291819, 'Zbyt młody wygląd', 'butterfly21', '2024-05-09', '22:26'); threads[4] = new thread(1291807, 'Roaming w Play - proszę o pomoc', 'olka922', '2024-05-08', '20:10'); threads[5] = new thread(1291799, 'Zmiana nazwiska rodowego na panieńskie matki', 'ziva_gaona', '2024-05-06', '19:23'); threads[6] = new thread(1291779, 'Taylor Swift Warszawa', 'aleksandrav55', '2024-05-04', '09:57'); threads[7] = new thread(1291752, '"mUj TŻ"', 'Takwspominajka', '2024-04-30', '13:39'); threads[8] = new thread(1291706, 'brak zeba', 'serwal', '2024-04-26', '19:40'); threads[9] = new thread(1291703, 'CBD, czy działa? Polecacie?', 'zuza_spot', '2024-04-26', '12:05');