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(2408, 'ثرثرة أوراق خريفية', 'سلطان الزين', '12-16-2025', '12:04 PM'); threads[1] = new thread(2407, 'المـرونــة > والـهــدوء > والـقــدرة عــلــى الـتــكــيــف', 'سلطان الزين', '12-16-2025', '12:04 PM'); threads[2] = new thread(2360, 'دموع التماسيح', 'سلطان الزين', '12-12-2025', '01:33 PM'); threads[3] = new thread(2288, 'كيف تتعامل مع المستفز', 'الجنوبيه', '11-26-2025', '08:02 AM'); threads[4] = new thread(2285, 'ما ندمنا أبداً يوم أحسنا الظنّ', 'الجنوبيه', '11-24-2025', '06:44 PM');