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(15); threads[0] = new thread(105912, 'Их разыскивает полиция (Гитара)', 'Nez_uMi', '20.02.2025', '21:18'); threads[1] = new thread(113042, 'Набор игровых модераторов', 'Zaserka', '20.02.2025', '17:34'); threads[2] = new thread(107732, '[Прием желаний] Чего изволите?', 'bubblemint666', '19.02.2025', '16:31'); threads[3] = new thread(15368, 'Гитара: Клан Whisper', 'marchenkosashenka', '18.02.2025', '20:12'); threads[4] = new thread(113045, 'Охота на оборотней', 'Altiana', '18.02.2025', '13:37'); threads[5] = new thread(112881, '[Игра] Расскажи про предыдущего', 'bambasterbest', '18.02.2025', '11:56'); threads[6] = new thread(10988, '[Руководство] Решение проблемы «Видеокарта не поддерживает разрешение»', 'Mia_Blonde', '15.02.2025', '22:50'); threads[7] = new thread(111349, 'Куплю/продам. Список предметов внутри', 'windsor_queen', '15.02.2025', '02:31'); threads[8] = new thread(112330, 'У кого что играет прямо сейчас?', 'Mia_Blonde', '14.02.2025', '22:39'); threads[9] = new thread(113043, 'С днем рождения!', 'Mia_Blonde', '14.02.2025', '15:16'); threads[10] = new thread(113044, 'С Днем святого Валентина!', 'Altiana', '14.02.2025', '14:00'); threads[11] = new thread(113041, 'Записки с танцпола', 'Altiana', '11.02.2025', '14:18'); threads[12] = new thread(113023, '[Обсуждение] Малая Новогодняя Охота — 2025: Чудеса случаются!', 'Glynda', '11.02.2025', '12:23'); threads[13] = new thread(111676, 'Архив нарушителей (Гитара)', 'dasdawd22', '10.02.2025', '16:35'); threads[14] = new thread(113040, 'Счастливые кладоискатели', 'Mia_Blonde', '07.02.2025', '11:49');