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(3); threads[0] = new thread(173507, 'حصريا : احتفال وزارة الأوقاف بالعام الهجرى الجديد 1444هـ من مسجد السيدة نفيسة رضى الله عنها وأرضاها', 'رفعـت', '01 / 06 / 2025', '25 : 10 PM'); threads[1] = new thread(173504, 'حصريا : احتفالات إذاعة القرآن الكريم بليالى ذى الحجة 1446هـ - 2025م', 'رفعـت', '30 / 05 / 2025', '02 : 07 PM'); threads[2] = new thread(173494, 'القارئ الشيخ / محمد عطية حسب ، وماتيسر له من سورة آل عمران 52 -74 قرآن الفجر من مسجد الإمام الحسين 1 -3 -1979م', 'رفعـت', '18 / 05 / 2025', '05 : 10 PM');