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(115601, 'غزوات رسول الله صلى الله عليه وسلم غزوة الطائف', 'ناطق العبيدي', '17 - 8 - 2025', '01:53 PM'); threads[1] = new thread(115501, 'سيرة الصحابية الجليلة 21 نسيبة بنت كعب', 'ناطق العبيدي', '7 - 8 - 2025', '01:29 PM'); threads[2] = new thread(115497, 'سيرة الصحابي الجليل 24 المقداد بن الاسود', 'ناطق العبيدي', '7 - 8 - 2025', '01:09 PM'); threads[3] = new thread(115410, 'سلسلة احداث السيرة النبوية الحلقة الحادية عشر', 'ناطق العبيدي', '30 - 7 - 2025', '02:34 PM');