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(26820, 'سيرة الصحابية الجليلة/19/اسماء بنت يزيد', 'ناطق العبيدي', '25-04-2024', '11:22 AM'); threads[1] = new thread(26819, 'سيرة الصحابي الجليل/8/نعيم النحام', 'ناطق العبيدي', '25-04-2024', '11:13 AM'); threads[2] = new thread(26507, 'شرح حديث العلم ثلاثه', 'شقاوي', '05-04-2024', '12:58 AM'); threads[3] = new thread(26484, 'قصة حب الرسول صلى الله عليه وسلم', 'ناطق العبيدي', '02-04-2024', '01:18 PM'); threads[4] = new thread(26483, 'الشماتة ونهى الرسول الكريم عنها', 'ناطق العبيدي', '02-04-2024', '01:11 PM');