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(112834, 'سيرة العشرة المبشرة 5 الزبير بن العوام', 'ناطق العبيدي', '18 - 4 - 2024', '02:52 PM'); threads[1] = new thread(112821, 'سيرة الصحابي الجليل/9/ابو سعيد الخدري', 'ناطق العبيدي', '14 - 4 - 2024', '02:20 PM'); threads[2] = new thread(112820, 'غزوات رسول الله صلى الله عليه وسلم/غزوة احد', 'ناطق العبيدي', '14 - 4 - 2024', '02:13 PM'); threads[3] = new thread(112785, 'قصة حب الرسول صلى الله عليه وسلم', 'ناطق العبيدي', '2 - 4 - 2024', '01:18 PM'); threads[4] = new thread(112784, 'الشماتة ونهى الرسول الكريم عنها', 'ناطق العبيدي', '2 - 4 - 2024', '01:15 PM');