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(115794, 'المتواجدون الان', 'سيف العمور', '1 - 9 - 2025', '11:18 PM'); threads[1] = new thread(115785, 'المواضيع الحصرية', 'سيف العمور', '1 - 9 - 2025', '01:43 AM'); threads[2] = new thread(115624, 'الإنترنت بين الضرورة والضرر', 'سمير العباسي', '18 - 8 - 2025', '02:05 PM'); threads[3] = new thread(115593, 'اهمية تواجد الاعضاء', 'سيف العمور', '16 - 8 - 2025', '02:52 PM'); threads[4] = new thread(115580, 'شكر صاحب الموضوع', 'سيف العمور', '16 - 8 - 2025', '12:05 AM'); threads[5] = new thread(115570, 'العمل الجماعي', 'سيف العمور', '15 - 8 - 2025', '01:44 AM'); threads[6] = new thread(115569, 'فيض من الذكريات', 'سيف العمور', '15 - 8 - 2025', '01:33 AM');