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(6); threads[0] = new thread(3477, 'دعونا نرحب بضيفنا الجديد سمو', 'خاطرة العشاق', '30 - 8 - 2025', '06:31 AM'); threads[1] = new thread(3439, 'دعونا نرحب بضيفنا الجديد حنين الروح', 'خاطرة العشاق', '27 - 8 - 2025', '07:44 AM'); threads[2] = new thread(3394, 'دعونا نرحب بضيفنا الجديد فراوله', 'خاطرة العشاق', '21 - 8 - 2025', '06:56 PM'); threads[3] = new thread(3352, 'دعونا نرحب بضيفنا الجديد اكتفآء', 'خاطرة العشاق', '17 - 8 - 2025', '11:01 AM'); threads[4] = new thread(3334, 'دعونا نرحب بضيفنا الجديد نہبہض', 'خاطرة العشاق', '16 - 8 - 2025', '12:31 AM'); threads[5] = new thread(3333, 'دعونا نرحب بضيفنا الجديد عشـق', 'خاطرة العشاق', '16 - 8 - 2025', '12:05 AM');