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(393775, 'لا تغترّ بطاعتك و تتكبر على أهل المعاصي', 'امانى يسرى', '03-01-2026', '03:56 PM');