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(12); threads[0] = new thread(2351, 'القلب ليس أرضًا مباحة', 'الجنوبيه', '12-12-2025', '05:14 AM'); threads[1] = new thread(2348, 'أعداء النجاح', 'سلطان الزين', '12-10-2025', '09:54 AM'); threads[2] = new thread(2347, 'حتى الذ الحلويات لديها تاريخ إنتهاء', 'سلطان الزين', '12-10-2025', '09:53 AM'); threads[3] = new thread(2343, 'الأعضاء وديوانيتهم الجميلة', 'سلطان الزين', '12-10-2025', '09:14 AM'); threads[4] = new thread(2342, 'هنا نضع كل مايفيدنا ونراه مناسب', 'سلطان الزين', '12-10-2025', '09:13 AM'); threads[5] = new thread(2341, 'فضفضة اعضـاء منتدانا سندونها هنا..!', 'سلطان الزين', '12-10-2025', '09:09 AM'); threads[6] = new thread(2340, 'هنا نضع كل حكمه وأثر يفيد', 'سلطان الزين', '12-10-2025', '09:07 AM'); threads[7] = new thread(2339, 'امانيكم ضعوها هنا', 'سلطان الزين', '12-10-2025', '09:06 AM'); threads[8] = new thread(2324, 'المرء يخفي الكثير خلف صمته', 'سلطان الزين', '12-08-2025', '06:38 AM'); threads[9] = new thread(2315, 'صوت البياض.. تأملاتٌ في لغة الغياب', 'سلطان الزين', '12-07-2025', '03:18 PM'); threads[10] = new thread(2314, 'نواصي النفس ..!', 'سلطان الزين', '12-07-2025', '03:17 PM'); threads[11] = new thread(2286, 'الصمت هو لغة الوجود', 'الجنوبيه', '11-24-2025', '06:53 PM');