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