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(388417, 'ما هو الإجهاض؟ ومتى يعتبر الإجهاض مبكراً؟', 'ايلاف', '12-15-2025', '09:04 AM'); threads[1] = new thread(388383, 'كيف يتم قياس طول عنق الرحم لتحديد خطر الولادة المبكرة؟', 'ايلاف', '12-07-2025', '09:25 AM'); threads[2] = new thread(388346, 'ما هي نسبة خطر الإجهاض في الشهور الأولى', 'ايلاف', '11-20-2025', '09:01 AM'); threads[3] = new thread(388315, 'كيف أعرف إن اللي صار لي إجهاض تلقائي؟', 'ايلاف', '11-17-2025', '08:15 AM');