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(2423, 'سيف الله المسلول', 'الجنوبيه', '12-20-2025', '04:47 PM'); threads[1] = new thread(2422, 'ذات النطاقين', 'الجنوبيه', '12-20-2025', '04:34 PM'); threads[2] = new thread(2419, 'الصحابي الذي دخل الجنة ولم يصلي لله ركعة', 'الجنوبيه', '12-20-2025', '08:24 AM');