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(114884, 'الابتسـامة', 'سمير العباسي', '10 - 6 - 2025', '02:38 PM'); threads[1] = new thread(114858, 'قوانين وضوابط قسم المقالات', 'سمير العباسي', '7 - 6 - 2025', '06:42 AM'); threads[2] = new thread(114851, 'الصعود إلى القاع', 'سمير العباسي', '6 - 6 - 2025', '03:48 AM'); threads[3] = new thread(114849, 'كيف نكتب المقالة', 'سمير العباسي', '6 - 6 - 2025', '03:42 AM');