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(3); threads[0] = new thread(45309, 'الاخ جرجيس ابو بسام الوردة', 'سعدالله المامو', '07-04-2025', '09:21 PM'); threads[1] = new thread(45307, 'لعنة الله على الاسلام المتطرف', 'سعدالله المامو', '07-02-2025', '09:20 PM'); threads[2] = new thread(45305, 'فرهود والي متى ؟', 'سعدالله المامو', '07-02-2025', '01:07 PM');