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(7); threads[0] = new thread(115795, 'قصيدة تكفى ذا الليل', 'حمدفهد', '2 - 9 - 2025', '05:11 AM'); threads[1] = new thread(115756, 'قصيدة نافورة العز', 'حمدفهد', '28 - 8 - 2025', '01:58 PM'); threads[2] = new thread(115700, 'قصيدة جرح الوفا بين وصال ندمناه وغياب ما نسيناه', 'حمدفهد', '24 - 8 - 2025', '11:09 AM'); threads[3] = new thread(115682, 'قصيدة عاليات أوكاره', 'حمدفهد', '23 - 8 - 2025', '05:51 AM'); threads[4] = new thread(115607, 'قصيدة على جناح الهوى', 'حمدفهد', '17 - 8 - 2025', '05:28 PM'); threads[5] = new thread(115532, 'قصيدة تركته لا حي ولا ميت مجاراة بين شاعرين', 'حمدفهد', '11 - 8 - 2025', '02:07 AM'); threads[6] = new thread(115506, 'قصيدةأب كاد أن يموت قهرا', 'حمدفهد', '7 - 8 - 2025', '10:20 PM');