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(1); threads[0] = new thread(112984, 'تنبيه طلب تغيير النك نيم من هنا فقط', 'همس الشوق', '12 - 5 - 2024', '12:09 AM');