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(388384, 'كيف تؤثر الرضاعة الطبيعية على عودة الرحم إلى حجمه الطبيعي؟', 'ايلاف', '12-07-2025', '09:30 AM'); threads[1] = new thread(388360, 'هل يمكن أن تؤثر الأدوية على إدرار الحليب؟', 'ايلاف', '11-21-2025', '08:40 AM'); threads[2] = new thread(388328, 'كيف أختار نوع الحليب الصناعي المناسب لطفلي؟', 'ايلاف', '11-18-2025', '08:30 AM'); threads[3] = new thread(388327, 'كيف أختار نوع الحليب الصناعي المناسب لطفلي؟', 'ايلاف', '11-18-2025', '08:30 AM'); threads[4] = new thread(388294, 'هل طبيعي أحس بألم الحلمة من الرضاعة؟', 'ايلاف', '11-15-2025', '08:50 AM'); threads[5] = new thread(388258, 'ما هي الطريقة الصحيحة للرضاعة الطبيعية؟', 'ايلاف', '11-12-2025', '08:14 AM');