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(4); threads[0] = new thread(115227, 'غزوات رسول الله صلى الله عليه وسلم غزوة مؤتة', 'ناطق العبيدي', '14 - 7 - 2025', '11:25 AM'); threads[1] = new thread(115127, 'سيرة الصحابية الجليلة 20 ميمونة بنت الحارث', 'ناطق العبيدي', '6 - 7 - 2025', '01:28 PM'); threads[2] = new thread(115126, 'سيرة الصحابي الجليل 23 المسورد بن مخرمة', 'ناطق العبيدي', '6 - 7 - 2025', '01:05 PM'); threads[3] = new thread(114957, 'سلسلة احداث السيرة النبوية الحلقة العاشرة', 'ناطق العبيدي', '24 - 6 - 2025', '12:58 PM');