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(2); threads[0] = new thread(171283, 'الشيخ / محمود صديق المنشاوى - الاسراء - أمسية من جامعة جنوب الوادى بسوهاج - السبت 5 محرم 1416هـ- 3 يونيه 1995م.', 'رفعـت', '06 / 05 / 2024', '45 : 07 PM'); threads[1] = new thread(171282, 'الشيخ / حمدى محمود الزامل ، وماتيسر له من سورة يوسف', 'رفعـت', '06 / 05 / 2024', '40 : 07 PM');