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(6); 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(22892, 'Раджа Йога и Йога- Сутры Патанджали', 'Diotima', '16.11.2025', '11:49'); threads[3] = new thread(22957, 'Отречение или действие', 'Элайя', '15.11.2025', '18:20'); threads[4] = new thread(22919, 'СЛОВО ЖИВОГО ОГНЯ', 'glory', '15.11.2025', '01:25'); threads[5] = new thread(20387, 'О Христе, о жизни, о нас.', 'csdoc', '13.11.2025', '23:46');