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(115639, 'كولكشن شبابي انيق للشباب', 'دحومي', '19 - 8 - 2025', '11:53 AM'); threads[1] = new thread(115638, 'أحبك كثر ما خاوت حروف العشق هاويهآ', 'دحومي', '19 - 8 - 2025', '11:52 AM'); threads[2] = new thread(115637, 'الحنين إلي سرى بروحي وجالك', 'دحومي', '19 - 8 - 2025', '11:50 AM');