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(114501, 'أنيقة في طلتها', 'حنين الأشواق', '17 - 5 - 2025', '07:00 PM'); threads[1] = new thread(114500, 'ذايب بين ايديك القلب من غيرك عليه يمون', 'حنين الأشواق', '17 - 5 - 2025', '06:48 PM'); threads[2] = new thread(114499, 'لاجيت أسلي خاطري في رحابك يرتاح بالي من هموم صعيبه', 'حنين الأشواق', '17 - 5 - 2025', '06:42 PM');