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(3); threads[0] = new thread(1291582, 'Najlepszy krem BB/CC', 'Detmi', '2024-04-07', '11:09'); threads[1] = new thread(1291564, 'Zalew wągrów', 'Claire23', '2024-04-03', '22:51'); threads[2] = new thread(1291555, 'Pielegnacja okolic intymnych - rozjasnianie', '_Karolka_', '2024-04-01', '21:59');