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(114947, 'وحينما أحببتك علمت أنني امتلكت العالم وبك اكتفيت', 'حنين الأشواق', '22 - 6 - 2025', '05:54 PM'); threads[1] = new thread(114946, 'ستبقى حلم عمري', 'حنين الأشواق', '22 - 6 - 2025', '05:47 PM'); threads[2] = new thread(114945, 'اساسيات المكياج', 'حنين الأشواق', '22 - 6 - 2025', '05:34 PM');