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(2255, 'تهامي الهوي ..', 'الحريصي', '07-30-2025', '06:48 PM'); threads[1] = new thread(2254, 'حين نكبُر قبل الأوان ..', 'الحريصي', '07-30-2025', '06:31 PM'); threads[2] = new thread(2252, 'لاتكن سبباً في قطع الخير عليك', 'الجنوبيه', '07-23-2025', '06:08 AM');