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(115844, 'أنت لنفسك', 'حنين الأشواق', '5 - 9 - 2025', '10:22 PM'); threads[1] = new thread(115843, 'المعاني الباطنة', 'حنين الأشواق', '5 - 9 - 2025', '10:21 PM'); threads[2] = new thread(115842, 'حاول حتى لو ما أعتدت', 'حنين الأشواق', '5 - 9 - 2025', '10:19 PM');