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(6); threads[0] = new thread(173533, 'فضل شهر الله المحرّم ...', 'السليماني', '01 / 07 / 2025', '35 : 11 AM'); threads[1] = new thread(173532, 'صَومُ عاشوراءَ من المحرم 1447 !', 'دكتور محمد فخر الدين الرمادي', '30 / 06 / 2025', '49 : 11 PM'); threads[2] = new thread(173523, 'العام الهجري الجديد : 1447 !', 'دكتور محمد فخر الدين الرمادي', '19 / 06 / 2025', '12 : 06 PM'); threads[3] = new thread(173522, 'من آداب الدعاء وشروطه وأسباب إجابته ...', 'السليماني', '17 / 06 / 2025', '10 : 09 PM'); threads[4] = new thread(173520, 'القدر المستحب في ختم القرآن ....', 'السليماني', '17 / 06 / 2025', '13 : 08 PM'); threads[5] = new thread(173516, 'وصايا النبي صلى الله عليه وسلم في الزهد في الدنيا ...', 'السليماني', '13 / 06 / 2025', '43 : 09 PM');