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(3749, 'Приведение ТУ на технологическое подключение к желаемому виду', 'Generator78', '14.04.2024', '21:24'); threads[1] = new thread(4022, 'Сработало УЗО', 'Михаил_Д', '11.04.2024', '13:45'); threads[2] = new thread(3916, 'Кабель с заниженным сечением в новостройке', 'Михаил_Д', '08.04.2024', '11:04');