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(173139, 'صلاة الفجر للشيخ أحمد بن طالب 8 جمادى الآخرة 1446هـ من المسجد النبوي الشريف', 'شريف حمدان', '09 / 12 / 2024', '05 : 08 AM'); threads[1] = new thread(173138, 'صلاة العشاء للشيخ عبدالله القرافي 7 جمادى الآخرة 1446هـ من المسجد النبوي الشريف', 'شريف حمدان', '09 / 12 / 2024', '04 : 08 AM'); threads[2] = new thread(173137, 'صلاة المغرب للشيخ محمد برهجي 7 جمادى الآخرة 1446هـ من المسجد النبوي الشريف', 'شريف حمدان', '09 / 12 / 2024', '03 : 08 AM');