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(22671, 'Строительство Сознания', 'Diotima', '09.10.2025', '11:33'); threads[1] = new thread(18603, 'Как бороться со злом?', 'Nyrh', '09.10.2025', '05:39'); threads[2] = new thread(22919, 'СЛОВО ЖИВОГО ОГНЯ', 'glory', '08.10.2025', '00:14'); threads[3] = new thread(14102, 'День Памяти Елены Ивановны Рерих', 'glory', '04.10.2025', '23:36'); threads[4] = new thread(22688, 'Пифагор', 'Феана', '04.10.2025', '19:38');