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(5); threads[0] = new thread(388386, 'ما هي الطرق الفعالة لتشجيع المهارات اللغوية (الكلام) لدى الطفل؟', 'ايلاف', '12-07-2025', '09:42 AM'); threads[1] = new thread(388350, 'ما هي الطريقة الصحيحة لتعليم الطفل الانضباط؟', 'ايلاف', '11-20-2025', '09:25 AM'); threads[2] = new thread(388316, 'هل كثرة الصراخ على الطفل تأثر على نفسيته؟ وكيف أسيطر على غضبي؟', 'ايلاف', '11-17-2025', '08:22 AM'); threads[3] = new thread(388284, 'كيف أبدأ تدريب طفلي على استخدام الحمام؟', 'ايلاف', '11-14-2025', '09:40 AM'); threads[4] = new thread(388283, 'كيف أبدأ تدريب طفلي على استخدام الحمام؟', 'ايلاف', '11-14-2025', '09:40 AM');