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(7); threads[0] = new thread(19820, 'Решительный призыв. Олег Чеглаков', 'glory', '23.06.2025', '20:09'); threads[1] = new thread(22671, 'Строительство Сознания', 'Diotima', '23.06.2025', '11:13'); threads[2] = new thread(22938, 'И вновь угроза повторения прошлого', 'Вова Безымянко', '22.06.2025', '05:59'); threads[3] = new thread(18603, 'Как бороться со злом?', 'Nyrh', '21.06.2025', '10:48'); threads[4] = new thread(22937, 'Неисповедимы пути битвы Огней', 'Вова Безымянко', '19.06.2025', '02:13'); threads[5] = new thread(22933, 'Психологическая Агрессия. Компиляция. Взгляд из психологии и эзотеризма', 'Санкт Алхимик', '17.06.2025', '07:25'); threads[6] = new thread(1476, 'Путь в Шамбалу', 'Анайка', '14.06.2025', '17:02');