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