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(114934, 'نسج خيوط', 'عاشق الكتابة', '19 - 6 - 2025', '12:32 AM'); threads[1] = new thread(114886, 'سراديب الهوى', 'عاشق الكتابة', '10 - 6 - 2025', '11:14 PM'); threads[2] = new thread(114811, 'لحياة أفضل', 'عاشق الكتابة', '30 - 5 - 2025', '10:21 PM'); threads[3] = new thread(114790, 'نغم وطرب بقيثارة بقلمي ومونتاجي والقائي من بحر الوافر', 'احمد السعيد', '29 - 5 - 2025', '07:13 AM'); threads[4] = new thread(114716, 'أميرة غرام', 'عاشق الكتابة', '23 - 5 - 2025', '10:13 PM');