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(2693, 'مما ورد في الصبر على البلاء', 'شوق المطر', '26 - 4 - 2024', '11:54 PM'); threads[1] = new thread(2692, 'مَعْرفَة الله تَعاَلى تُجَنبُك ارْتكَابِ المَعَاصي و المُحَرمَات', 'شوق المطر', '26 - 4 - 2024', '11:49 PM'); threads[2] = new thread(2691, 'أصل صلاح القلب للإمام ابن القيم الجوزية رحمه الله', 'شوق المطر', '26 - 4 - 2024', '11:47 PM');