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(1); threads[0] = new thread(35533, 'تهنئة بمناسبة العام الميلادي الجديد 2026', 'VIP', '31-12-2025', '06:33 PM');