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(2236, 'المظاهــر التـي تحجــب الحقائــق', 'سلطان الزين', '05-08-2025', '07:31 AM'); threads[1] = new thread(2235, 'التمييز بين المعتقدات والآراء والحقائق - ليس بالأمر السهل', 'سلطان الزين', '05-07-2025', '11:40 AM'); threads[2] = new thread(2233, 'الرأي بين الجماعة والفرد!', 'سلطان الزين', '05-06-2025', '05:44 PM');