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(8); threads[0] = new thread(388347, 'متى يبدأ الجنين في أخذ وضعية الولادة النهائية الرأس للأسفل؟', 'ايلاف', '11-20-2025', '09:07 AM'); threads[1] = new thread(388314, 'كيف أعرف إن هذا طلق حقيقي مو بس مغص خفيف؟', 'ايلاف', '11-17-2025', '08:05 AM'); threads[2] = new thread(388313, 'كيف أعرف إن هذا طلق حقيقي مو بس مغص خفيف؟', 'ايلاف', '11-17-2025', '08:05 AM'); threads[3] = new thread(388279, 'كيف أحسب موعد الولادة المتوقع بدقة؟', 'ايلاف', '11-14-2025', '09:15 AM'); threads[4] = new thread(388246, 'كيف أعرف أن الرحم مفتوح بنفسي؟', 'ايلاف', '11-11-2025', '07:42 AM'); threads[5] = new thread(388214, 'نزول ماء قليل بالشهر التاسع بدون طلق: دليلك الكامل', 'ايلاف', '11-08-2025', '08:45 AM'); threads[6] = new thread(388165, 'الطلق الصناعي: متى يُستخدم وما هي فوائده ومخاطره؟', 'ايلاف', '11-06-2025', '08:22 AM'); threads[7] = new thread(388143, 'تنظيف المولود: دليلك الكامل للعناية بطفلك بعد الولادة', 'ايلاف', '11-03-2025', '02:58 PM');