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(22938, 'И вновь угроза повторения прошлого', 'Вова Безымянко', '22.06.2025', '05:59'); threads[1] = new thread(22937, 'Неисповедимы пути битвы Огней', 'Вова Безымянко', '19.06.2025', '02:13');