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(5); threads[0] = new thread(171756, 'صلاة الجمعة 14-6-2024 - للدكتور حسين عبدالرشيد أحمد حمزة - بمسجد الشهيد عصام عبدالجواد - بفزاره', 'شريف حمدان', '15 / 06 / 2024', '59 : 01 AM'); threads[1] = new thread(171697, 'صلاة الفجر للشيخ عمر الكسواني من الأقصى - الثلاثاء 5 ذو الحجة 1445', 'شريف حمدان', '11 / 06 / 2024', '57 : 05 AM'); threads[2] = new thread(171684, 'صلاة الفجر للشيخ نضال درباس من الأقصى - الإثنين 4 ذو الحجة 1445', 'شريف حمدان', '10 / 06 / 2024', '45 : 10 AM'); threads[3] = new thread(171512, 'أذان وصلاة العشاء من المسجد الأقصى - الإثنين 12 ذو القعدة (11) 1445', 'شريف حمدان', '21 / 05 / 2024', '26 : 12 AM'); threads[4] = new thread(171511, 'صلاة الفجر للشيخ نضال درباس من الأقصى - الإثنين 12 ذو القعدة (11) 1445', 'شريف حمدان', '21 / 05 / 2024', '26 : 12 AM');