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(173547, 'بمناسبة ذكراه ولأول مرة الشيخ / محمد عبدالوهاب الطنطاوى - الكهف ومريم + الفاتحة - الجمعة 21 جماد آخر 1420هـ - 1 أكتوبر 1999م.', 'رفعـت', '25 / 07 / 2025', '06 : 06 PM'); threads[1] = new thread(173543, 'لأول مرة وبمناسبة ذكرى الشيخ / محمد عبدالوهاب الطنطاوى - القمر والرحمن والانشقاق - ديسط طلخا الثلاثاء 16شوال1419هـ- 2 فبراير1999م.', 'رفعـت', '18 / 07 / 2025', '23 : 04 PM');