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(5); threads[0] = new thread(388412, 'كيف تتم عملية سحب البويضات (Egg Retrieval)؟', 'ايلاف', '12-13-2025', '08:43 AM'); threads[1] = new thread(388381, 'ما هي مراحل عملية أطفال الأنابيب الأساسية خطوة بخطوة؟', 'ايلاف', '12-06-2025', '11:36 AM'); threads[2] = new thread(388358, 'ما هي مرحلة تنشيط المبيض؟ وكم يوماً تستغرق هذه المرحلة؟', 'ايلاف', '11-21-2025', '08:26 AM'); threads[3] = new thread(388325, 'كيف تتم عملية سحب البويضات؟', 'ايلاف', '11-18-2025', '08:16 AM'); threads[4] = new thread(388292, 'هل فيه فرق بين الحقن المجهري وأطفال الأنابيب؟', 'ايلاف', '11-15-2025', '08:39 AM');