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(803743, 'من ذوي الاحتياجات الخاصة ابحث عمل يوجد مشهد', 'باحث وظيفي', '05-05-2024', '12:28 PM');