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