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(173471, 'حكم مصافحة النساء ...', 'السليماني', '22 / 04 / 2025', '43 : 09 PM'); threads[1] = new thread(173469, 'فتوى العلامة الألباني في الخميني ...', 'السليماني', '21 / 04 / 2025', '05 : 08 AM'); threads[2] = new thread(173466, 'كيف يعرف المصاب إن كانت مصيبته عقوبة أو ابتلاء لرفع درجاته ؟', 'السليماني', '19 / 04 / 2025', '27 : 09 PM'); threads[3] = new thread(173454, 'أسئلة وأجوبة في مسائل الإيمان والكفر ... الشيخ صالح بن فوزان الفوزان', 'السليماني', '08 / 04 / 2025', '05 : 10 AM');