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(3); threads[0] = new thread(804408, 'استفسار بخصوص تجديد التقرير', 'ريانااا', '22-05-2024', '08:17 PM'); threads[1] = new thread(804045, 'الاخ محمد الله يكرمك ممكن افادة', 'حيث النقاء', '13-05-2024', '02:22 AM'); threads[2] = new thread(803795, 'خدمة الاستعلام عن حالة إرسال بيانات ذوي الإعاقة لبرنامج (نطاقات)', 'تغيير 90', '06-05-2024', '12:11 PM');