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(388421, 'متى يجب البدء بتقديم الأطعمة الصلبة للطفل؟', 'ايلاف', '12-16-2025', '09:33 AM'); threads[1] = new thread(388386, 'ما هي الطرق الفعالة لتشجيع المهارات اللغوية (الكلام) لدى الطفل؟', 'ايلاف', '12-07-2025', '09:42 AM'); threads[2] = new thread(388350, 'ما هي الطريقة الصحيحة لتعليم الطفل الانضباط؟', 'ايلاف', '11-20-2025', '09:25 AM');