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(388243, 'أعراض الحمل في الشهر الثالث', 'ايلاف', '11-11-2025', '07:24 AM'); threads[1] = new thread(388221, 'أعراض الحمل في الشهر الأول', 'ايلاف', '11-09-2025', '07:02 AM'); threads[2] = new thread(388203, 'أعراض الحمل في الشهر الثاني', 'ايلاف', '11-07-2025', '07:14 PM'); threads[3] = new thread(388163, 'أعراض الحمل في الشهر الأول: العلامات المبكرة التي تكشف بداية الحمل', 'ايلاف', '11-06-2025', '08:10 AM'); threads[4] = new thread(388145, 'الإفرازات البنية في الشهر الثالث من الحمل', 'ايلاف', '11-04-2025', '08:38 AM');