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(50379, 'السفر عبر الزمن', 'الوافي', '27-04-2024', '12:57 AM'); threads[1] = new thread(50269, 'لغتنا الجميلة هل نعود إليها؟', 'الوافي', '18-04-2024', '09:48 AM'); threads[2] = new thread(50219, 'تعليم الرياض تستأنف الفصل الدراسي الثالث بعد إجازة عيد الفطر', 'الوافي', '14-04-2024', '01:03 PM');