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(2); threads[0] = new thread(388119, 'الحمل والولادة في مستشفى المواساة في الرياض', 'ايلاف', '06-22-2025', '04:03 PM'); threads[1] = new thread(388118, 'افضل مستشفى للولادة الطبيعية في الرياض', 'ايلاف', '06-22-2025', '12:52 PM');