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(388402, 'هل اللي تتمنى الحمل بقوة أكثر عرضة للحمل الكاذب؟', 'ايلاف', '12-11-2025', '10:09 AM'); threads[1] = new thread(388366, 'ما هي آلية حدوث الحمل التوأمي المتماثل؟', 'ايلاف', '11-25-2025', '10:28 AM'); threads[2] = new thread(388334, 'هل يمكن أن يحدث الحمل خارج الرحم في المبيض أو عنق الرحم؟', 'ايلاف', '11-19-2025', '07:47 AM'); threads[3] = new thread(388300, 'ما هي أعراض الحمل خارج الرحم؟', 'ايلاف', '11-16-2025', '07:47 AM');