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(2); threads[0] = new thread(173554, 'من سره أن ينظر إلى رجل يمشي على الأرض و قد قضى نحبه فلينظر إلى طلحة...', 'السليماني', '18 / 08 / 2025', '10 : 10 AM'); threads[1] = new thread(173553, 'ن سره أن ينظر إلى رجل يمشي على الأرض و قد قضى نحبه فلينظر إلى طلحة...', 'السليماني', '18 / 08 / 2025', '08 : 10 AM');