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(3); threads[0] = new thread(388219, 'أعراض الحمل بولد في الشهر الخامس', 'عروسة المنتدي', '11-08-2025', '01:38 PM'); threads[1] = new thread(388177, 'الشهر الرابع من الحمل', 'ايلاف', '11-07-2025', '06:41 AM'); threads[2] = new thread(388146, 'ألم الظهر في الشهر الخامس: الأسباب والعلاج والنصائح الهامة', 'ايلاف', '11-04-2025', '09:11 AM');