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(112902, 'نباتات القاذف', 'تراتيل فرح', '3 - 5 - 2024', '12:24 PM'); threads[1] = new thread(112828, 'تقرير سياحي عن الاردن', 'ناطق العبيدي', '18 - 4 - 2024', '10:57 AM');