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(2696, 'وأنا خيركم لأهلي', 'شوق المطر', '27 - 4 - 2024', '12:13 AM'); threads[1] = new thread(2695, 'ملامح من الحياة الزوجية في الحديث النبوي', 'شوق المطر', '27 - 4 - 2024', '12:11 AM'); threads[2] = new thread(2694, 'خِبءٌ من عملٍ صالح !', 'شوق المطر', '27 - 4 - 2024', '12:09 AM');