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(21); threads[0] = new thread(2739, 'السفر عبر الزمن', 'عطيه الدماطى', '28 - 4 - 2024', '05:03 PM'); threads[1] = new thread(2722, 'إلى أى مدى تبلغ قساوة القلوب ؟', 'عطيه الدماطى', '27 - 4 - 2024', '02:39 PM'); threads[2] = new thread(2713, 'اجعل كل يوم في حياتك رائعتك', 'شوق المطر', '27 - 4 - 2024', '12:50 PM'); threads[3] = new thread(2712, 'جمال القلب ونظافته', 'شوق المطر', '27 - 4 - 2024', '12:42 PM'); threads[4] = new thread(2711, 'رغم ألم الانتظار وقسوته إلا أننا نتمسك بخيط', 'شوق المطر', '27 - 4 - 2024', '12:33 PM'); threads[5] = new thread(2710, 'مقتطفات جميلة', 'شوق المطر', '27 - 4 - 2024', '11:48 AM'); threads[6] = new thread(2709, 'إن كسبتم قلبا وفيا كسبتم قلبا يساوي الحياة', 'شوق المطر', '27 - 4 - 2024', '11:32 AM'); threads[7] = new thread(2689, 'مراجعة لمقال إكسير الحياة والبحث عن الخلود', 'عطيه الدماطى', '26 - 4 - 2024', '07:09 PM'); threads[8] = new thread(2688, 'حمار وحلاوة', 'عطيه الدماطى', '25 - 4 - 2024', '07:02 PM'); threads[9] = new thread(2684, 'تجميد الناس', 'عطيه الدماطى', '24 - 4 - 2024', '03:29 PM'); threads[10] = new thread(2682, 'عمل المعروف', 'عطيه الدماطى', '22 - 4 - 2024', '06:53 PM'); threads[11] = new thread(2680, 'مناقشة لمقال العوالم المتوازية', 'عطيه الدماطى', '21 - 4 - 2024', '03:42 PM'); threads[12] = new thread(2679, 'كيف أهنيكم بعيد وأهلنا بغزة فى حزن شديد ؟', 'عطيه الدماطى', '10 - 4 - 2024', '10:08 PM'); threads[13] = new thread(2678, 'أخر التخاريف النبى (ص) أبو عيون جريئة والنبى(ص) أبو ضفاير', 'عطيه الدماطى', '9 - 4 - 2024', '12:31 PM'); threads[14] = new thread(2677, 'الفخر فى القرآن', 'عطيه الدماطى', '8 - 4 - 2024', '04:45 PM'); threads[15] = new thread(2676, 'وزارة لغير أهلها', 'عطيه الدماطى', '7 - 4 - 2024', '05:19 PM'); threads[16] = new thread(2675, 'مناقشة لمقال عالم القطط المذهل', 'عطيه الدماطى', '6 - 4 - 2024', '05:24 PM'); threads[17] = new thread(2674, 'تعدد الزوجات', 'عطيه الدماطى', '5 - 4 - 2024', '10:59 AM'); threads[18] = new thread(2673, 'قتال القتلة أو السياف أو الجلاد', 'عطيه الدماطى', '4 - 4 - 2024', '07:52 PM'); threads[19] = new thread(2672, 'العزوبية والعلم', 'عطيه الدماطى', '3 - 4 - 2024', '03:58 PM'); threads[20] = new thread(2671, 'عبادة الفرد والشخصنة', 'عطيه الدماطى', '2 - 4 - 2024', '04:28 PM');