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(4); threads[0] = new thread(112922, 'في عيد المعلم', 'تراتيل فرح', '4 - 5 - 2024', '10:00 PM'); threads[1] = new thread(112920, 'من اقسى ما كتب في الادب الجزائري', 'تراتيل فرح', '4 - 5 - 2024', '09:37 PM'); threads[2] = new thread(112919, 'قصة قصيرة', 'تراتيل فرح', '4 - 5 - 2024', '09:33 PM'); threads[3] = new thread(112877, 'قصص من التراث العراقي/قسمة فنيخ', 'ناطق العبيدي', '29 - 4 - 2024', '11:35 AM');