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(112921, 'عند تعدد الخيارات', 'تراتيل فرح', '4 - 5 - 2024', '09:53 PM'); threads[1] = new thread(112898, 'هرمونات السعادة', 'تراتيل فرح', '3 - 5 - 2024', '11:19 AM'); threads[2] = new thread(112897, 'اللاواعي أو اللاشعور', 'تراتيل فرح', '3 - 5 - 2024', '11:14 AM');