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(388224, 'متى يرجع الجسم لطبيعته بعد الولادة؟ دليل شامل لكل أم جديدة', 'ايلاف', '11-09-2025', '07:29 AM'); threads[1] = new thread(388195, 'كيف أعرف أن فترة النفاس انتهت؟', 'ايلاف', '11-07-2025', '02:52 PM'); threads[2] = new thread(388160, 'علامات ومضاعفات في فترة النفاس: دليل شامل لكل أم بعد الولادة', 'ايلاف', '11-05-2025', '02:39 PM'); threads[3] = new thread(388131, 'الصداع بعد الولادة: الأسباب، الأعراض، والعلاج الشامل للأمهات الجدد', 'ايلاف', '10-24-2025', '06:44 PM');