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(2); threads[0] = new thread(152987, 'Ein Zwilling kommt selten allein (1998) | Live Action', 'Tiana', '06.08.2016', '20:34'); threads[1] = new thread(152911, 'Mary Poppins Returns (2018) | Live Action', 'Mortimer', '29.07.2016', '20:54');