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(5); threads[0] = new thread(2687, 'دعونا نرحب بضيفنا الجديد العندليب', 'خاطرة العشاق', '25 - 4 - 2024', '05:58 PM'); threads[1] = new thread(2686, 'دعونا نرحب بضيفنا الجديد عاشق اميرتي', 'خاطرة العشاق', '25 - 4 - 2024', '10:12 AM'); threads[2] = new thread(2685, 'دعونا نرحب بضيفنا الجديد همس العشق', 'خاطرة العشاق', '25 - 4 - 2024', '03:30 AM'); threads[3] = new thread(2683, 'دعونا نرحب بضيفنا الجديد شوق المطر', 'خاطرة العشاق', '23 - 4 - 2024', '06:06 AM'); threads[4] = new thread(2681, 'دعونا نرحب بضيفنا الجديد مروان', 'خاطرة العشاق', '21 - 4 - 2024', '08:43 PM');