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(173199, 'أذان وصلاة المغرب من المسجد الأقصى المبارك - الأربعاء 22 رجب (7) 1446', 'شريف حمدان', '23 / 01 / 2025', '07 : 02 AM'); threads[1] = new thread(173198, 'صلاة الفجر للشيخ صلاح العكرماوي من الأقصى - الأربعاء 22 رجب (7) 1446', 'شريف حمدان', '23 / 01 / 2025', '07 : 02 AM'); threads[2] = new thread(173160, 'صلاة الجمعة 17-1-2025 - للدكتور حسين عبدالرشيد احمد حمزه - بمسجد الشهيد عصام عبدالجواد - بفزاره', 'شريف حمدان', '18 / 01 / 2025', '53 : 12 AM');