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(3); threads[0] = new thread(114513, '10 طرق لتحسين طريقة تحدثك بالفرنسية', 'حنين الأشواق', '17 - 5 - 2025', '08:09 PM'); threads[1] = new thread(114512, 'أذكار باللغة الإنجليزية', 'حنين الأشواق', '17 - 5 - 2025', '08:07 PM'); threads[2] = new thread(114511, 'كيف تصبح مترجما ناجحا', 'حنين الأشواق', '17 - 5 - 2025', '08:05 PM');