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(3); threads[0] = new thread(114529, 'الهملوك المائي أو شوكران المياه', 'حنين الأشواق', '19 - 5 - 2025', '10:35 PM'); threads[1] = new thread(114528, 'تمساح كيمن ذو النظارة', 'حنين الأشواق', '19 - 5 - 2025', '10:32 PM'); threads[2] = new thread(114527, 'السميلودون أشهر القطط المنقرضة', 'حنين الأشواق', '19 - 5 - 2025', '10:28 PM');