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(7); threads[0] = new thread(803417, 'وظائف شاغرة لذوي الاحتياجات الخاصة من الجنسين - شركة أمازون العالمية بجدة والرياض', 'عالم الوظائف', '25-04-2024', '11:55 AM'); threads[1] = new thread(803315, 'وظائف خدمة عملاء (كول سنتر) بالرياض', 'المطور2030', '22-04-2024', '11:05 PM'); threads[2] = new thread(803283, 'وظائف في منطقة جده', 'مسؤول السعاده', '22-04-2024', '11:04 AM'); threads[3] = new thread(803275, 'وظائف شاغرة في مجال المبيعات - شركة ريف العطور بجميع المناطق', 'عالم الوظائف', '22-04-2024', '02:31 AM'); threads[4] = new thread(803245, 'عاطل ابحث عن وظيفة ( ذوي الهمم) الدمام - الخبر', 'ألعميري', '21-04-2024', '01:02 PM'); threads[5] = new thread(803136, 'وظيفة موصل طلبات ( نقل ثقيل ) بعدة مدن', 'MBT-KSA', '17-04-2024', '02:18 PM'); threads[6] = new thread(803033, 'شواغر وظيفية مدير - مشرف فرع', 'غذاء السلطان', '15-04-2024', '04:49 PM');