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(4); threads[0] = new thread(115303, 'حل مشكلة رسالة إدارية ملف خاطئ عند تعديل التوقيع الصورة الشخصية', 'همس الشوق', '21 - 7 - 2025', '05:03 PM'); threads[1] = new thread(115281, 'هاك تحويل الصورة السابقة الصورة التالية في الألبوم إلى تقنية Ajax بادئ الموضوع', 'همس الشوق', '19 - 7 - 2025', '07:32 PM'); threads[2] = new thread(115271, 'كود عدم النسخ للزائر', 'همس الشوق', '19 - 7 - 2025', '12:11 AM'); threads[3] = new thread(115270, 'قائمة المتغيرات في النسخه الثالثه vbulletin 3 للمطورين', 'همس الشوق', '18 - 7 - 2025', '05:28 PM');