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(3269, 'دعونا نرحب بضيفنا الجديد محب الخير', 'خاطرة العشاق', '10 - 7 - 2025', '08:10 PM'); threads[1] = new thread(3267, 'دعونا نرحب بضيفنا الجديد عمر', 'خاطرة العشاق', '9 - 7 - 2025', '07:18 PM'); threads[2] = new thread(3255, 'دعونا نرحب بضيفنا الجديد عبير رمضان', 'خاطرة العشاق', '24 - 6 - 2025', '07:35 AM'); threads[3] = new thread(3250, 'دعونا نرحب بضيفنا الجديد جنون انا', 'خاطرة العشاق', '20 - 6 - 2025', '01:34 AM'); threads[4] = new thread(3245, 'دعونا نرحب بضيفنا الجديد لليالي الشام', 'خاطرة العشاق', '16 - 6 - 2025', '07:13 AM');