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(2); threads[0] = new thread(136670, 'خطبة: من تلعنهم الملائكة', 'حياتي شموخ', '2025-11-08', '11:11 PM'); threads[1] = new thread(136645, 'سورة الكهف: عبر وعظات', 'حياتي شموخ', '2025-10-22', '01:09 AM');