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(35535, 'نيلسون مانديلا', 'DWASS', '03-01-2026', '01:53 PM'); threads[1] = new thread(35534, 'مؤسس البنك العربي الفلسطيني', 'DWASS', '01-01-2026', '05:06 PM'); threads[2] = new thread(35532, 'تشي جيفارا – (1967-1928)', 'DWASS', '30-12-2025', '09:40 PM');