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(5); threads[0] = new thread(92349, '74. FA-Cup', 'dbdtBot', '06.11.2025', '00:50'); threads[1] = new thread(92348, 'DHL 62 - Liga 3', 'dbdtBot', '05.11.2025', '22:43'); threads[2] = new thread(92345, 'DHL 62 - Liga 2', 'dbdtBot', '05.11.2025', '20:36'); threads[3] = new thread(92336, '78. Championship', 'dbdtBot', '05.11.2025', '15:56'); threads[4] = new thread(92302, 'DHL 62 - Liga 5', 'dbdtBot', '05.11.2025', '12:31');