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(1); threads[0] = new thread(115669, 'شرح تحويل الصفحة الرئيسية إلى صفحة المنتدى vb/بشكل مباشر عند الدخول', 'همس الشوق', '21 - 8 - 2025', '11:33 PM');