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(2454, 'شباب يستحقون الشككر والتقدير', 'سلطان الزين', '12-24-2025', '04:19 PM'); threads[1] = new thread(2359, 'مشاعر نبيلة في زمن حزين', 'سلطان الزين', '12-12-2025', '10:56 AM'); threads[2] = new thread(2355, 'قوانين عامّه وهامّة', 'سلطان الزين', '12-12-2025', '10:14 AM');