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(115214, 'قصيدة سفيه والسفيه في المجالس', 'حمدفهد', '13 - 7 - 2025', '09:48 PM'); threads[1] = new thread(115162, 'قصيدةصرخة في صمت', 'حمدفهد', '9 - 7 - 2025', '12:28 PM'); threads[2] = new thread(115096, 'قصيدةاللحظة الساحرة', 'حمدفهد', '4 - 7 - 2025', '10:37 AM'); threads[3] = new thread(115034, 'قصيدةتصادم في العقلانية', 'حمدفهد', '28 - 6 - 2025', '06:32 PM'); threads[4] = new thread(114954, 'قصيدةلو خلت القلوب مجاراة بين شاعرة و شاعر', 'حمدفهد', '23 - 6 - 2025', '12:55 AM'); threads[5] = new thread(114942, 'قصيدة لو خلت القلوب مجاراة بين شاعرة و شاعر وأديب ناقد', 'حمدفهد', '22 - 6 - 2025', '10:34 AM'); threads[6] = new thread(114932, 'قصيدة زمزم الغلا ومناقيش الزمن', 'حمدفهد', '18 - 6 - 2025', '02:03 AM');