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(388223, 'الراحة أثناء الحمل: مفتاح الصحة للأم والجنين', 'ايلاف', '11-09-2025', '07:16 AM'); threads[1] = new thread(388197, 'متى يكون نزول الدم طبيعي أثناء الحمل؟', 'ايلاف', '11-07-2025', '04:30 PM'); threads[2] = new thread(388184, 'سكر الحمل', 'ايلاف', '11-07-2025', '08:48 AM'); threads[3] = new thread(388162, 'غثيان الصباح: الأسباب والعلاج ونصائح فعّالة للتخفيف منه', 'ايلاف', '11-05-2025', '07:34 PM'); threads[4] = new thread(388134, 'الحمل بولد ، حلم الحمل بولد بين العلم والرغبة', 'ايلاف', '11-02-2025', '03:42 PM'); threads[5] = new thread(388127, 'تأخّرت الدورة الشهرية لمدة أسبوعين هل يكون من علامات الحمل', 'ايلاف', '10-21-2025', '02:42 PM');