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(3141, 'دعونا نرحب بضيفنا الجديد مستريح البال', 'خاطرة العشاق', '2 - 5 - 2025', '06:09 PM'); threads[1] = new thread(3139, 'دعونا نرحب بضيفنا الجديد حîâîٌٍèخيëàéي', 'خاطرة العشاق', '1 - 5 - 2025', '08:48 PM'); threads[2] = new thread(3137, 'دعونا نرحب بضيفنا الجديد حîâîٌٍèخيëàéي', 'خاطرة العشاق', '1 - 5 - 2025', '12:56 PM'); threads[3] = new thread(3120, 'دعونا نرحب بضيفنا الجديد هذيان عاشقة', 'خاطرة العشاق', '17 - 4 - 2025', '07:02 AM');