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(9); threads[0] = new thread(35530, 'إنستقرام يشدّد حماية المراهقين', 'VIP', '25-12-2025', '12:40 PM'); threads[1] = new thread(35492, 'تطبيق الذكاء الاصطناعي Microsoft Copilot', 'DWASS', '12-01-2024', '03:01 PM'); threads[2] = new thread(35491, 'تطبيقات مميزة حصرية لهواتف الاندرويد 2024', 'DWASS', '11-01-2024', '09:09 PM'); threads[3] = new thread(35432, 'تطبيق وتوقع النتيجة الصحيحة للمباريات', 'ذياد الزين', '22-05-2020', '07:57 AM'); threads[4] = new thread(35142, 'حمل تطبيق احكيلي للمساعدة', 'سمير رامي كمال', '28-12-2018', '03:47 PM'); threads[5] = new thread(35099, 'تحميل الواتس اب Whatsapp للاندرويد 2018', 'احمد الصيرفى', '07-05-2018', '02:54 AM'); threads[6] = new thread(35098, 'تحميل واتس اب سامسونج Whatsapp Samsung', 'احمد الصيرفى', '07-05-2018', '02:47 AM'); threads[7] = new thread(35097, 'تطبيق 2018 Facebook للاندرويد والايفون', 'احمد الصيرفى', '07-05-2018', '02:42 AM'); threads[8] = new thread(35002, 'تحميل برنامج بالرينقو Palringo للاندرويد مجانا', 'احمد الصيرفى', '05-12-2017', '11:20 PM');