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(4); 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');