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(803241, 'اللى عنده خبرة الجامعة طالبة من بنتي تطبيق شهرين الدمام', 'خبرة ميته', '21-04-2024', '12:26 PM'); threads[1] = new thread(803087, 'كيف احصل على شهادة الترميز الطبي تكفون', 'Transcriptionist', '16-04-2024', '01:37 PM'); threads[2] = new thread(802860, 'برنامج تدريب منتهي بالتوظيف - معهد الطاقة', 'عالم الوظائف', '05-04-2024', '05:39 AM');