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(5); threads[0] = new thread(2380, 'النفس تبكي على الدنيا', 'الجنوبيه', '12-14-2025', '12:13 AM'); threads[1] = new thread(2379, 'من أجمل ما كتب الشافعي في الحكمة :', 'الجنوبيه', '12-13-2025', '11:59 PM'); threads[2] = new thread(2358, 'الصراحة مزعجة و أنا صريح', 'سلطان الزين', '12-12-2025', '10:52 AM'); threads[3] = new thread(2357, 'خل حبل السانيه بين النحر والغارب', 'سلطان الزين', '12-12-2025', '10:51 AM'); threads[4] = new thread(2356, 'قوانين عبق الكلمات', 'سلطان الزين', '12-12-2025', '10:49 AM');