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(15); threads[0] = new thread(388032, 'زيادة الوزن أثناء الحمل: ما مقدار ما يجب اكتسابه أثناء الحمل؟', 'ايلاف', '06-08-2024', '04:08 AM'); threads[1] = new thread(388030, 'التعب أثناء الحمل', 'ايلاف', '06-08-2024', '04:04 AM'); threads[2] = new thread(388028, 'الدوخه في الحمل', 'ايلاف', '06-07-2024', '04:08 AM'); threads[3] = new thread(388026, 'اختبارات الحمل المنزلية: هل تعمل؟', 'ايلاف', '06-07-2024', '04:04 AM'); threads[4] = new thread(388024, 'فقر الدم في الحمل', 'ايلاف', '06-06-2024', '04:08 AM'); threads[5] = new thread(388022, 'قصور الغدة الدرقية في الحمل', 'ايلاف', '06-06-2024', '04:04 AM'); threads[6] = new thread(388020, 'هل من الطبيعي نزيف في اللثة أثناء الحمل؟', 'ايلاف', '06-05-2024', '04:08 AM'); threads[7] = new thread(388018, 'ما هو توهج الحمل؟', 'ايلاف', '06-05-2024', '04:04 AM'); threads[8] = new thread(388016, 'أعراض الحمل المبكر لا ينبغي تجاهلها', 'ايلاف', '06-04-2024', '04:08 AM'); threads[9] = new thread(388014, 'كيفية إجراء اختبار الحمل المنزلي؟', 'ايلاف', '06-04-2024', '04:04 AM'); threads[10] = new thread(388012, 'ما هو التغيير والتبديل في اختبار الحمل؟', 'ايلاف', '06-03-2024', '04:08 AM'); threads[11] = new thread(388010, 'ما الذي يسبب البواسير أثناء الحمل؟', 'ايلاف', '06-03-2024', '04:04 AM'); threads[12] = new thread(388009, 'الصداع الناتج عن الحمل', 'ايلاف', '06-02-2024', '04:08 AM'); threads[13] = new thread(388005, 'ما هو دماغ الحمل؟', 'ايلاف', '06-01-2024', '04:09 AM'); threads[14] = new thread(388003, 'التهاب الأنف أثناء الحمل', 'ايلاف', '06-01-2024', '04:04 AM');