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(6); threads[0] = new thread(804752, 'دبلوم دعم فني حاسب - مدخل بيانات ( المنطقة الشرقية ) سيرة ذاتية', 'Agh-1122', '01-06-2024', '07:01 PM'); threads[1] = new thread(804721, 'ابحث عن وظيفة معقب بالرياض', 'sasd1982', '31-05-2024', '03:46 PM'); threads[2] = new thread(804406, 'البحث عن فرصة عمل مسائية', 'ABDULRAHMAN B', '22-05-2024', '04:31 PM'); threads[3] = new thread(804154, 'ابحث عن وظيفة', 'رمضان كريك', '15-05-2024', '01:48 PM'); threads[4] = new thread(804046, 'ضروري جداً', 'sultan hamidi', '13-05-2024', '02:23 AM'); threads[5] = new thread(803858, 'ابحث عن وظيفة بحفر الباطن', 'منبع الحنان', '07-05-2024', '12:52 PM');