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(4); threads[0] = new thread(113028, 'علاقتك مع ذاتك', 'تراتيل فرح', '21 - 5 - 2024', '01:48 PM'); threads[1] = new thread(112972, 'أحب الحياة', 'تراتيل فرح', '10 - 5 - 2024', '03:01 PM'); threads[2] = new thread(112957, 'ولا تيأسوا من رّوح الله', 'تراتيل فرح', '10 - 5 - 2024', '12:23 PM'); threads[3] = new thread(112921, 'عند تعدد الخيارات', 'تراتيل فرح', '4 - 5 - 2024', '09:53 PM');