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(173549, 'عشرة موانع تمنع نزول العذاب على العباد...', 'السليماني', '02 / 08 / 2025', '12 : 03 PM'); threads[1] = new thread(173546, 'فيـه خِـلاف أو " المسـألة خِـلافية "', 'السليماني', '23 / 07 / 2025', '13 : 02 PM'); threads[2] = new thread(173539, 'لا يَسْخَرْ قَوْمٌ مِّن قَوْمٍ عَسَىٰ أَن يَكُونُوا خَيْرًا مِّنْهُم', 'السليماني', '13 / 07 / 2025', '39 : 11 PM');