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(15); threads[0] = new thread(21153, 'حلمت أن شعري طويل', 'خالد نجم', '04-27-2024', '12:21 PM'); threads[1] = new thread(21152, 'رؤية الحاكم الميت في المنام', 'خالد نجم', '04-27-2024', '11:08 AM'); threads[2] = new thread(21148, 'تفسير حلم الطفل الرضيع', 'خالد نجم', '04-25-2024', '10:54 PM'); threads[3] = new thread(21147, 'تفسير حلم رمي الرصاص', 'خالد نجم', '04-25-2024', '08:12 PM'); threads[4] = new thread(21146, 'تفسير حلم الغنم', 'خالد نجم', '04-25-2024', '08:00 PM'); threads[5] = new thread(21145, 'تفسير حلم العض في الاصبع', 'خالد نجم', '04-25-2024', '07:13 PM'); threads[6] = new thread(21144, 'تفسير حلم العض في الاصبع', 'خالد نجم', '04-25-2024', '07:12 PM'); threads[7] = new thread(21143, 'تفسير حلم رؤية احد الأقارب يتزوج', 'خالد نجم', '04-25-2024', '06:37 PM'); threads[8] = new thread(21142, 'رؤية الولد الجميل في المنام', 'خالد نجم', '04-25-2024', '06:09 PM'); threads[9] = new thread(21141, 'تفسير حلم تقبيل فتاة من فمها', 'خالد نجم', '04-25-2024', '05:54 PM'); threads[10] = new thread(21140, 'حلم إعطاء قطة دجاجة', 'خالد نجم', '04-25-2024', '05:08 PM'); threads[11] = new thread(21139, 'الحمل في المنام', 'خالد نجم', '04-25-2024', '05:00 PM'); threads[12] = new thread(21138, 'تفسير أحلام المرأة المتزوجة بطلاق زوجها', 'خالد نجم', '04-25-2024', '04:34 PM'); threads[13] = new thread(21137, 'تفسير حلم الحامل للعزباء', 'خالد نجم', '04-25-2024', '04:10 PM'); threads[14] = new thread(21136, 'تفسير حلم ميت يعطي فلوس', 'خالد نجم', '04-25-2024', '03:17 PM');