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(5); threads[0] = new thread(115271, 'كود عدم النسخ للزائر', 'همس الشوق', '19 - 7 - 2025', '12:11 AM'); threads[1] = new thread(115270, 'قائمة المتغيرات في النسخه الثالثه vbulletin 3 للمطورين', 'همس الشوق', '18 - 7 - 2025', '05:28 PM'); threads[2] = new thread(114990, 'هاك اظهاء اسم القسم الموضوع في صفحه عرض الاقسام او عرض الموضوع', 'همس الشوق', '27 - 6 - 2025', '05:25 AM'); threads[3] = new thread(114967, 'طريقة إضافة الكلمات الدليلة تلقائيا للمواضيع المسحوبة بـ rss', 'همس الشوق', '26 - 6 - 2025', '02:24 AM'); threads[4] = new thread(114964, 'معرفة وقت تحميل صفحات منتداك', 'همس الشوق', '25 - 6 - 2025', '11:07 AM');