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