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(9); threads[0] = new thread(22775, 'Причина и следствие. Форма и её содержание', 'Diotima', '17.04.2024', '09:10'); threads[1] = new thread(2290, 'Космонавтика, исследование космоса', 'Ardens', '16.04.2024', '06:21'); threads[2] = new thread(21943, 'Три ключа', 'csdoc', '15.04.2024', '20:52'); threads[3] = new thread(16465, 'Пакт Рериха. Знамя Мира', 'Michael', '15.04.2024', '19:39'); threads[4] = new thread(51, 'Воспитание и образование', 'Речник', '13.04.2024', '11:21'); threads[5] = new thread(12263, 'Гагаринские знаки', 'csdoc', '12.04.2024', '16:13'); threads[6] = new thread(21967, 'Пандемия коронавируса', 'gog', '11.04.2024', '03:32'); threads[7] = new thread(20988, 'Новые записи ЕИР', 'Анатолий Л.', '09.04.2024', '10:31'); threads[8] = new thread(1741, 'Наблюдаем Солнце', 'Michael', '08.04.2024', '13:01');