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(116144, 'نصيحة', 'همس الشوق', '30 - 9 - 2025', '01:46 PM'); threads[1] = new thread(116086, 'رسالة من القلب', 'سيف العمور', '25 - 9 - 2025', '06:40 PM'); threads[2] = new thread(115838, 'رسالة اليوم', 'حنين الأشواق', '5 - 9 - 2025', '10:08 PM'); threads[3] = new thread(115837, 'رسالة اليوم', 'حنين الأشواق', '5 - 9 - 2025', '10:06 PM'); threads[4] = new thread(115836, 'رسالة اليوم', 'حنين الأشواق', '5 - 9 - 2025', '10:04 PM');