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(7); threads[0] = new thread(388332, 'ما هي أشهر أنواع التشوهات الخلقية التي تصيب الأجنة؟', 'ايلاف', '11-19-2025', '07:36 AM'); threads[1] = new thread(388298, 'متى يبان مرض الجنين في السونار؟', 'ايلاف', '11-16-2025', '07:37 AM'); threads[2] = new thread(388263, 'ما هي حالات تشوه الجنين؟ | دليل شامل لكل أم تنتظر مولودها', 'ايلاف', '11-13-2025', '07:46 AM'); threads[3] = new thread(388237, 'ما هي الأمراض التي تنتقل من الأم إلى الجنين؟', 'ايلاف', '11-10-2025', '07:35 AM'); threads[4] = new thread(388192, 'متى تظهر تشوهات في الجنين؟', 'ايلاف', '11-07-2025', '10:34 AM'); threads[5] = new thread(388156, 'أمراض الجنين: الأسباب، الأنواع، طرق الكشف والعلاج', 'ايلاف', '11-05-2025', '02:03 PM'); threads[6] = new thread(388155, 'أمراض الجنين: الأسباب، الأنواع، وطرق الكشف المبكر', 'ايلاف', '11-05-2025', '07:09 AM');