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(1); threads[0] = new thread(1291657, 'Czy brać ślub mimo chęci zakończenia związku', 'wiean', '2024-04-21', '09:48');