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(112991, 'كود تشجيع الاعضاء على طرح المواضيع', 'همس الشوق', '12 - 5 - 2024', '09:03 PM'); threads[1] = new thread(112988, 'كود مرفقات بشكل جميل ورائع', 'همس الشوق', '12 - 5 - 2024', '01:51 AM'); threads[2] = new thread(112987, 'كود ظهور صفحة لا تمكن الزائر من تكبيرها', 'همس الشوق', '12 - 5 - 2024', '12:35 AM'); threads[3] = new thread(112986, 'الفرق بين الريسلر و السيرفر و الـ vps', 'همس الشوق', '12 - 5 - 2024', '12:23 AM'); threads[4] = new thread(112951, 'استرجاع كلمة مرور المدير العام للمنتدى في حال نسيانها', 'همس الشوق', '10 - 5 - 2024', '03:56 AM'); threads[5] = new thread(112938, 'اضافة نجوم رتبة الاعضاء في النافبار', 'همس الشوق', '9 - 5 - 2024', '08:11 PM'); threads[6] = new thread(112925, 'كود التوقيت مع مثال', 'همس الشوق', '4 - 5 - 2024', '11:10 PM');