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(14304, 'شرح منصة Aron Groups Broker', 'ليلى', '05-14-2024', '10:33 PM'); threads[1] = new thread(14303, 'تعريب ملف اللغه للمنتدى للإصدار vbulletin 6.0.x', 'HaMooooDi', '05-09-2024', '11:12 AM'); threads[2] = new thread(14302, 'إتقان بروكسيات IP2World السكنية الثابتة: دليل المستخدم لثلاثة تطبيقات', 'ليلى', '05-09-2024', '05:20 AM'); threads[3] = new thread(14301, 'كيفية تكوين وكلاء مزود خدمة الإنترنت الثابت؟ip2world', 'ليلى', '05-09-2024', '04:34 AM'); threads[4] = new thread(14300, 'منصة التداول والعملات الرقمية Bitrue شرح شامل', 'ليلى', '04-19-2024', '08:46 PM');