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(6); threads[0] = new thread(562, '3 مشروبات تحافظ على صحة الكبد عند تناولها صباحا', 'M ديزاين', '15 - 1 - 2025', '02:32 AM'); threads[1] = new thread(561, 'وصفة اللقيمات التقليدية', 'M ديزاين', '9 - 1 - 2025', '04:01 AM'); threads[2] = new thread(560, '8 أخطاء في «الكونتور» تُظهرك أكبر سناً.. تجنبيها!', 'M ديزاين', '9 - 1 - 2025', '03:55 AM'); threads[3] = new thread(559, 'تاثيرات', 'M ديزاين', '9 - 1 - 2025', '03:50 AM'); threads[4] = new thread(558, 'تأثيرات نصية بالفوتوشوب', 'M ديزاين', '9 - 1 - 2025', '03:43 AM'); threads[5] = new thread(557, 'برنامج K-Lite Codec Pack', 'M ديزاين', '8 - 1 - 2025', '02:07 AM');