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(388208, 'أعراض الإجهاض: كل ما تحتاجين معرفته لحماية حملك', 'ايلاف', '11-08-2025', '06:34 AM'); threads[1] = new thread(388169, 'الولادة المبكرة: الأسباب والأعراض والمخاطر وطرق الوقاية', 'ايلاف', '11-06-2025', '08:51 AM'); threads[2] = new thread(388144, 'علامات الإجهاض: الأعراض المبكرة والأسباب وطرق الوقاية', 'ايلاف', '11-03-2025', '06:11 PM');