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(4053, 'Какое должно быть расстояние от вентиляции до электропроводки?', 'Павел', '14.05.2024', '19:10'); threads[1] = new thread(4051, 'Как выполняется заземление опор?', 'Михаил_Д', '10.05.2024', '15:51'); threads[2] = new thread(4052, 'Сколько вязок должно быть при креплении СИП к штыревым изоляторам?', 'Михаил_Д', '09.05.2024', '03:36');