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(388375, 'هل شرب شاي الزنجبيل آمناً وفعالاً لتقليل الغثيان والقيء؟', 'ايلاف', '12-05-2025', '09:17 AM'); threads[1] = new thread(388338, 'هل يمكن استخدام الزنجبيل للمساعدة في تخفيف الغثيان؟', 'ايلاف', '11-19-2025', '08:07 AM'); threads[2] = new thread(388303, 'ما هي الأعشاب الممنوعة للحامل في الشهور الأولى؟', 'ايلاف', '11-16-2025', '08:04 AM'); threads[3] = new thread(388269, 'هل البابونج آمن للحامل؟ دليل شامل لصحة الأم والجنين', 'ايلاف', '11-13-2025', '08:11 AM');