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(6); threads[0] = new thread(116101, 'قصيدة ضـمـة عن ضـمـة تفرق', 'حمدفهد', '26 - 9 - 2025', '10:29 PM'); threads[1] = new thread(116059, 'قصيدة عز المواطن والوطن', 'حمدفهد', '23 - 9 - 2025', '10:15 PM'); threads[2] = new thread(116038, 'قصيدة صرخة ما لقى من يفهمه', 'حمدفهد', '23 - 9 - 2025', '05:46 AM'); threads[3] = new thread(115995, 'قصيدة كدت أن أصرخ', 'حمدفهد', '19 - 9 - 2025', '02:16 AM'); threads[4] = new thread(115865, 'قصيدة ردود تلامس القلوب لا تكرر الأسلوب', 'حمدفهد', '7 - 9 - 2025', '02:07 PM'); threads[5] = new thread(115795, 'قصيدة تكفى ذا الليل', 'حمدفهد', '2 - 9 - 2025', '05:11 AM');