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(18603, 'Как бороться со злом?', 'Речник', '17.11.2025', '20:26'); threads[1] = new thread(22671, 'Строительство Сознания', 'Diotima', '16.11.2025', '12:07'); threads[2] = new thread(22919, 'СЛОВО ЖИВОГО ОГНЯ', 'glory', '15.11.2025', '01:25');