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(7); threads[0] = new thread(173443, 'زكاة الفطر واجبة !', 'دكتور محمد فخر الدين الرمادي', '28 / 03 / 2025', '59 : 04 PM'); threads[1] = new thread(173442, 'اخراج زكاة الفطر نقوداً!', 'دكتور محمد فخر الدين الرمادي', '28 / 03 / 2025', '51 : 04 PM'); threads[2] = new thread(173441, 'زكاة الفطر!', 'دكتور محمد فخر الدين الرمادي', '28 / 03 / 2025', '56 : 03 PM'); threads[3] = new thread(173437, '.. مِن أحكام شهر شوال !', 'دكتور محمد فخر الدين الرمادي', '27 / 03 / 2025', '28 : 05 PM'); threads[4] = new thread(173435, 'ثم أتبعه ستا من شوال !', 'دكتور محمد فخر الدين الرمادي', '24 / 03 / 2025', '11 : 04 PM'); threads[5] = new thread(173410, 'ليلة القدر!', 'دكتور محمد فخر الدين الرمادي', '17 / 03 / 2025', '45 : 07 PM'); threads[6] = new thread(173408, 'الفرق بين قيام الليل في رمضان وصلاة التراويح!', 'دكتور محمد فخر الدين الرمادي', '16 / 03 / 2025', '51 : 02 PM');