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(9); threads[0] = new thread(113012, 'بريرة بنت صفوان مولاة عائشة', 'تراتيل فرح', '19 - 5 - 2024', '04:17 PM'); threads[1] = new thread(113011, 'فاطمة بنت أسد بن هاشم', 'تراتيل فرح', '19 - 5 - 2024', '04:11 PM'); threads[2] = new thread(112964, 'سيرة الصحابية الجليلة/7/ام حبيبة بنت ابي سفيان', 'ناطق العبيدي', '10 - 5 - 2024', '01:59 PM'); threads[3] = new thread(112962, 'سيرة الصحابي الجليل 10 ابو عزيز بن عمير', 'ناطق العبيدي', '10 - 5 - 2024', '01:48 PM'); threads[4] = new thread(112960, 'الفوائد الحاصلة بالصلاة على النبي', 'تراتيل فرح', '10 - 5 - 2024', '01:36 PM'); threads[5] = new thread(112949, 'صاحب البلاء الأشد', 'تراتيل فرح', '9 - 5 - 2024', '11:17 PM'); threads[6] = new thread(112948, 'مما يرضاه الله سبحانه ومما يكرهه', 'تراتيل فرح', '9 - 5 - 2024', '11:14 PM'); threads[7] = new thread(112899, 'من السنن النبوية', 'تراتيل فرح', '3 - 5 - 2024', '11:45 AM'); threads[8] = new thread(112895, 'ثلاث سنن مهمة عند النوم', 'تراتيل فرح', '3 - 5 - 2024', '07:38 AM');