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(2); threads[0] = new thread(81096, 'ماأروع الوفاء بين العباد', 'نظرة أمل', '06-07-2026', '10:33'); threads[1] = new thread(81095, 'وكالات حصرية للبيع | توكيل تجاري | وكيل تجاري معتمد | البحث الخاص عن وكالة محددة', 'norhan2000', '06-07-2026', '05:41');