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(4); threads[0] = new thread(388413, 'ما هي أكثر أمراض الجنين شيوعاً؟', 'ايلاف', '12-14-2025', '09:36 AM'); threads[1] = new thread(388399, 'هل يمكن علاج أمراض الجنين أثناء وجوده في الرحم؟', 'ايلاف', '12-11-2025', '09:33 AM'); threads[2] = new thread(388364, 'ما هي أكثر أمراض القلب الخلقية شيوعاً لدى الأجنة؟', 'ايلاف', '11-25-2025', '10:16 AM'); threads[3] = new thread(388332, 'ما هي أشهر أنواع التشوهات الخلقية التي تصيب الأجنة؟', 'ايلاف', '11-19-2025', '07:36 AM');