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(388391, 'كيف تُحسب مدة الدورة الشهرية بشكل صحيح لتحديد الانتظام؟', 'ايلاف', '12-09-2025', '09:11 AM'); threads[1] = new thread(388361, 'كم هي المدة الطبيعية التي تستغرقها نزيف الدورة الشهرية؟', 'ايلاف', '11-21-2025', '08:46 AM'); threads[2] = new thread(388329, 'ما هو العمر الطبيعي لبدء أول دورة شهرية للبنت؟', 'ايلاف', '11-18-2025', '09:54 AM'); threads[3] = new thread(388295, 'كيف أعرف إن دورتي منتظمة ولا فيها مشكلة؟', 'ايلاف', '11-15-2025', '08:56 AM');